COLOR #0C7782

HEX: #0C7782
RGB: (12,119,130)

Color info

#0C7782 contains mainly green and blue colors. Web safe color of #0C7782 is #006699 (or #069).

RGB color model

#0C7782 color RGB value is (12,119,130).

  • red value is 12;
  • green value is 119;
  • blue value is 130.
RGB:
(12,119,130)
(5%,47%,51%)

RGB channels and saturation

R 12 of 255 = 5%
G 119 of 255 = 47%
B 130 of 255 = 51%

12
119
130

R + G + B ~ 34%. #0C7782 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 119 + 130 = 261 (100%)
R 12 of 261 ~ 4.6%
G 119 of 261 ~ 45.59%
B 130 of 261 ~ 49.81%

%45.59
%49.81

CMYK color model

#0C7782 color CMYK value is (91,8,0,49).

  • cyan value is 90.77%
  • magenta value is 8.46%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(91,8,0,49)
C91M8Y0K49 
(91%,8%,0%,49%)
(0.91/0.08/0.00/0.49)	

CMYK percentages

%90.77
%8.46
%0
%49.02

Codes

Color #0C7782 in popluar color models

0C7782
RGB12119130
HSL186°83.10%27.84%
HSB/HSV186°90.77%50.98%
CMYK90.77%8.46%0.00%
49.02%

Color #0C7782 in popluar number systems.

HEX0C7782
Decimal12119130
Binary1100111011110000010
Octal14167202

Shades and tints

Shades of #0C7782

#0C7782
(12,119,130)
#0B6D77
(11,109,119)
#0A636C
(10,99,108)
#095961
(9,89,97)
#084F56
(8,79,86)
#07454B
(7,69,75)
#063B40
(6,59,64)
#053135
(5,49,53)
#04272A
(4,39,42)
#031D1F
(3,29,31)
#021314
(2,19,20)
#000000
(0,0,0)

Tints of #0C7782

#0C7782
(12,119,130)
#22838D
(34,131,141)
#388F98
(56,143,152)
#4E9BA3
(78,155,163)
#64A7AE
(100,167,174)
#7AB3B9
(122,179,185)
#90BFC4
(144,191,196)
#A6CBCF
(166,203,207)
#BCD7DA
(188,215,218)
#D2E3E5
(210,227,229)
#E8EFF0
(232,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C7782 color. Also use rgb(12,119,130) instead hex code.

Text Font Color

.myTextColor { color: #0C7782; }

<p style="color:#0C7782">This sample text font color is #0C7782.</p>

This text font color is #0C7782.


Background Color

.myBgColor { background-color: #0C7782; }

<div style="background-color:#0C7782">Inner text</div>

This div background color is #0C7782.


Border color

.myBorderColor { border: 1px solid #0C7782; }

<div style="border:3px solid #0C7782">Div</div>

This div border color is #0C7782.


Opacity

.myOpacity80 { color: #0C7782; opacity: 0.8; }

<p style="color:#0C7782;opacity:0.8;">80%</p>

Text with #0C7782 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #0C7782;}

<p style="text-shadow: 3px 3px 1px #0C7782">Text here.</p>

This text has shadow with #0C7782 color.

.textShadow {text-shadow: 3px 3px 1px #0C7782, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #0C7782, 5px 5px 20px red">Text here.</p>

This text has shadow with #0C7782 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#0C7782, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#0C7782, Direction=45, Strength=4)">Text</p>

This text has shadow with #0C7782 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #0C7782;
  -webkit-box-shadow:	1px 1px 3px 2px #0C7782;
  box-shadow:		1px 1px 3px 2px #0C7782;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #0C7782;
-webkit-box-shadow: 1px 1px 3px 2px #0C7782;
box-shadow:1px 1px 3px 2px #0C7782;">
Div content here</div>
This div box has shadow with color #0C7782.

Preview

Color preview on black background

This text has color #0C7782 on black background.


Color preview on white background

This text has color #0C7782 on white background.



Black color preview on #0C7782 background

This text has black color on #0C7782 background.


White color preview on #0C7782 background

This text has white color on #0C7782 background.