COLOR #0C5A72

HEX: #0C5A72
RGB: (12,90,114)

Color info

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

RGB color model

#0C5A72 color RGB value is (12,90,114).

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

RGB channels and saturation

R 12 of 255 = 5%
G 90 of 255 = 35%
B 114 of 255 = 45%

12
90
114

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

Portions of RGB colors in percentages

R + G + B =
12 + 90 + 114 = 216 (100%)
R 12 of 216 ~ 5.56%
G 90 of 216 ~ 41.67%
B 114 of 216 ~ 52.78%

%41.67
%52.78

CMYK color model

#0C5A72 color CMYK value is (89,21,0,55).

  • cyan value is 89.47%
  • magenta value is 21.05%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(89,21,0,55)
C89M21Y0K55 
(89%,21%,0%,55%)
(0.89/0.21/0.00/0.55)	

CMYK percentages

%89.47
%21.05
%0
%55.29

Codes

Color #0C5A72 in popluar color models

0C5A72
RGB1290114
HSL194°80.95%24.71%
HSB/HSV194°89.47%44.71%
CMYK89.47%21.05%0.00%
55.29%

Color #0C5A72 in popluar number systems.

HEX0C5A72
Decimal1290114
Binary110010110101110010
Octal14132162

Shades and tints

Shades of #0C5A72

#0C5A72
(12,90,114)
#0B5268
(11,82,104)
#0A4A5E
(10,74,94)
#094254
(9,66,84)
#083A4A
(8,58,74)
#073240
(7,50,64)
#062A36
(6,42,54)
#05222C
(5,34,44)
#041A22
(4,26,34)
#031218
(3,18,24)
#020A0E
(2,10,14)
#000000
(0,0,0)

Tints of #0C5A72

#0C5A72
(12,90,114)
#22697E
(34,105,126)
#38788A
(56,120,138)
#4E8796
(78,135,150)
#6496A2
(100,150,162)
#7AA5AE
(122,165,174)
#90B4BA
(144,180,186)
#A6C3C6
(166,195,198)
#BCD2D2
(188,210,210)
#D2E1DE
(210,225,222)
#E8F0EA
(232,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C5A72; }

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

This text font color is #0C5A72.


Background Color

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

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

This div background color is #0C5A72.


Border color

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

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

This div border color is #0C5A72.


Opacity

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

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

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

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

This text has shadow with #0C5A72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C5A72 on black background.


Color preview on white background

This text has color #0C5A72 on white background.



Black color preview on #0C5A72 background

This text has black color on #0C5A72 background.


White color preview on #0C5A72 background

This text has white color on #0C5A72 background.