COLOR #0C5C52

HEX: #0C5C52
RGB: (12,92,82)

Color info

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

RGB color model

#0C5C52 color RGB value is (12,92,82).

  • red value is 12;
  • green value is 92;
  • blue value is 82.
RGB:
(12,92,82)
(5%,36%,32%)

RGB channels and saturation

R 12 of 255 = 5%
G 92 of 255 = 36%
B 82 of 255 = 32%

12
92
82

R + G + B ~ 24%. #0C5C52 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 92 + 82 = 186 (100%)
R 12 of 186 ~ 6.45%
G 92 of 186 ~ 49.46%
B 82 of 186 ~ 44.09%

%49.46
%44.09

CMYK color model

#0C5C52 color CMYK value is (87,0,11,64).

  • cyan value is 86.96%
  • magenta value is 0.00%
  • yellow value is 10.87%
  • key color value is 63.92%
CMYK:
(87,0,11,64)
C87M0Y11K64 
(87%,0%,11%,64%)
(0.87/0.00/0.11/0.64)	

CMYK percentages

%86.96
%0
%10.87
%63.92

Codes

Color #0C5C52 in popluar color models

0C5C52
RGB129282
HSL173°76.92%20.39%
HSB/HSV173°86.96%36.08%
CMYK86.96%0.00%10.87%
63.92%

Color #0C5C52 in popluar number systems.

HEX0C5C52
Decimal129282
Binary110010111001010010
Octal14134122

Shades and tints

Shades of #0C5C52

#0C5C52
(12,92,82)
#0B544B
(11,84,75)
#0A4C44
(10,76,68)
#09443D
(9,68,61)
#083C36
(8,60,54)
#07342F
(7,52,47)
#062C28
(6,44,40)
#052421
(5,36,33)
#041C1A
(4,28,26)
#031413
(3,20,19)
#020C0C
(2,12,12)
#000000
(0,0,0)

Tints of #0C5C52

#0C5C52
(12,92,82)
#226A61
(34,106,97)
#387870
(56,120,112)
#4E867F
(78,134,127)
#64948E
(100,148,142)
#7AA29D
(122,162,157)
#90B0AC
(144,176,172)
#A6BEBB
(166,190,187)
#BCCCCA
(188,204,202)
#D2DAD9
(210,218,217)
#E8E8E8
(232,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C5C52 color. Also use rgb(12,92,82) instead hex code.

Text Font Color

.myTextColor { color: #0C5C52; }

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

This text font color is #0C5C52.


Background Color

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

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

This div background color is #0C5C52.


Border color

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

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

This div border color is #0C5C52.


Opacity

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

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

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

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

This text has shadow with #0C5C52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C5C52 on black background.


Color preview on white background

This text has color #0C5C52 on white background.



Black color preview on #0C5C52 background

This text has black color on #0C5C52 background.


White color preview on #0C5C52 background

This text has white color on #0C5C52 background.