COLOR #0C5672

HEX: #0C5672
RGB: (12,86,114)

Color info

#0C5672 contains mainly green and blue colors. Web safe color of #0C5672 is #006666 (or #066).

RGB color model

#0C5672 color RGB value is (12,86,114).

  • red value is 12;
  • green value is 86;
  • blue value is 114.
RGB:
(12,86,114)
(5%,34%,45%)

RGB channels and saturation

R 12 of 255 = 5%
G 86 of 255 = 34%
B 114 of 255 = 45%

12
86
114

R + G + B ~ 28%. #0C5672 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 86 + 114 = 212 (100%)
R 12 of 212 ~ 5.66%
G 86 of 212 ~ 40.57%
B 114 of 212 ~ 53.77%

%40.57
%53.77

CMYK color model

#0C5672 color CMYK value is (89,25,0,55).

  • cyan value is 89.47%
  • magenta value is 24.56%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(89,25,0,55)
C89M25Y0K55 
(89%,25%,0%,55%)
(0.89/0.25/0.00/0.55)	

CMYK percentages

%89.47
%24.56
%0
%55.29

Codes

Color #0C5672 in popluar color models

0C5672
RGB1286114
HSL196°80.95%24.71%
HSB/HSV196°89.47%44.71%
CMYK89.47%24.56%0.00%
55.29%

Color #0C5672 in popluar number systems.

HEX0C5672
Decimal1286114
Binary110010101101110010
Octal14126162

Shades and tints

Shades of #0C5672

#0C5672
(12,86,114)
#0B4F68
(11,79,104)
#0A485E
(10,72,94)
#094154
(9,65,84)
#083A4A
(8,58,74)
#073340
(7,51,64)
#062C36
(6,44,54)
#05252C
(5,37,44)
#041E22
(4,30,34)
#031718
(3,23,24)
#02100E
(2,16,14)
#000000
(0,0,0)

Tints of #0C5672

#0C5672
(12,86,114)
#22657E
(34,101,126)
#38748A
(56,116,138)
#4E8396
(78,131,150)
#6492A2
(100,146,162)
#7AA1AE
(122,161,174)
#90B0BA
(144,176,186)
#A6BFC6
(166,191,198)
#BCCED2
(188,206,210)
#D2DDDE
(210,221,222)
#E8ECEA
(232,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C5672 color. Also use rgb(12,86,114) instead hex code.

Text Font Color

.myTextColor { color: #0C5672; }

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

This text font color is #0C5672.


Background Color

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

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

This div background color is #0C5672.


Border color

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

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

This div border color is #0C5672.


Opacity

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

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

Text with #0C5672 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 #0C5672;}

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

This text has shadow with #0C5672 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C5672 on black background.


Color preview on white background

This text has color #0C5672 on white background.



Black color preview on #0C5672 background

This text has black color on #0C5672 background.


White color preview on #0C5672 background

This text has white color on #0C5672 background.