COLOR #0C5C25

HEX: #0C5C25
RGB: (12,92,37)

Color info

#0C5C25 contains mainly green and blue colors. Web safe color of #0C5C25 is #006633 (or #063).

RGB color model

#0C5C25 color RGB value is (12,92,37).

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

RGB channels and saturation

R 12 of 255 = 5%
G 92 of 255 = 36%
B 37 of 255 = 15%

12
92
37

R + G + B ~ 19%. #0C5C25 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 92 + 37 = 141 (100%)
R 12 of 141 ~ 8.51%
G 92 of 141 ~ 65.25%
B 37 of 141 ~ 26.24%

%65.25
%26.24

CMYK color model

#0C5C25 color CMYK value is (87,0,60,64).

  • cyan value is 86.96%
  • magenta value is 0.00%
  • yellow value is 59.78%
  • key color value is 63.92%
CMYK:
(87,0,60,64)
C87M0Y60K64 
(87%,0%,60%,64%)
(0.87/0.00/0.60/0.64)	

CMYK percentages

%86.96
%0
%59.78
%63.92

Codes

Color #0C5C25 in popluar color models

0C5C25
RGB129237
HSL139°76.92%20.39%
HSB/HSV139°86.96%36.08%
CMYK86.96%0.00%59.78%
63.92%

Color #0C5C25 in popluar number systems.

HEX0C5C25
Decimal129237
Binary11001011100100101
Octal1413445

Shades and tints

Shades of #0C5C25

#0C5C25
(12,92,37)
#0B5422
(11,84,34)
#0A4C1F
(10,76,31)
#09441C
(9,68,28)
#083C19
(8,60,25)
#073416
(7,52,22)
#062C13
(6,44,19)
#052410
(5,36,16)
#041C0D
(4,28,13)
#03140A
(3,20,10)
#020C07
(2,12,7)
#000000
(0,0,0)

Tints of #0C5C25

#0C5C25
(12,92,37)
#226A38
(34,106,56)
#38784B
(56,120,75)
#4E865E
(78,134,94)
#649471
(100,148,113)
#7AA284
(122,162,132)
#90B097
(144,176,151)
#A6BEAA
(166,190,170)
#BCCCBD
(188,204,189)
#D2DAD0
(210,218,208)
#E8E8E3
(232,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C5C25; }

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

This text font color is #0C5C25.


Background Color

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

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

This div background color is #0C5C25.


Border color

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

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

This div border color is #0C5C25.


Opacity

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

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

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

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

This text has shadow with #0C5C25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C5C25 on black background.


Color preview on white background

This text has color #0C5C25 on white background.



Black color preview on #0C5C25 background

This text has black color on #0C5C25 background.


White color preview on #0C5C25 background

This text has white color on #0C5C25 background.