COLOR #0C5B24

HEX: #0C5B24
RGB: (12,91,36)

Color info

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

RGB color model

#0C5B24 color RGB value is (12,91,36).

  • red value is 12;
  • green value is 91;
  • blue value is 36.
RGB:
(12,91,36)
(5%,36%,14%)

RGB channels and saturation

R 12 of 255 = 5%
G 91 of 255 = 36%
B 36 of 255 = 14%

12
91
36

R + G + B ~ 18%. #0C5B24 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 91 + 36 = 139 (100%)
R 12 of 139 ~ 8.63%
G 91 of 139 ~ 65.47%
B 36 of 139 ~ 25.9%

%65.47
%25.9

CMYK color model

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

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

CMYK percentages

%86.81
%0
%60.44
%64.31

Codes

Color #0C5B24 in popluar color models

0C5B24
RGB129136
HSL138°76.70%20.20%
HSB/HSV138°86.81%35.69%
CMYK86.81%0.00%60.44%
64.31%

Color #0C5B24 in popluar number systems.

HEX0C5B24
Decimal129136
Binary11001011011100100
Octal1413344

Shades and tints

Shades of #0C5B24

#0C5B24
(12,91,36)
#0B5321
(11,83,33)
#0A4B1E
(10,75,30)
#09431B
(9,67,27)
#083B18
(8,59,24)
#073315
(7,51,21)
#062B12
(6,43,18)
#05230F
(5,35,15)
#041B0C
(4,27,12)
#031309
(3,19,9)
#020B06
(2,11,6)
#000000
(0,0,0)

Tints of #0C5B24

#0C5B24
(12,91,36)
#226937
(34,105,55)
#38774A
(56,119,74)
#4E855D
(78,133,93)
#649370
(100,147,112)
#7AA183
(122,161,131)
#90AF96
(144,175,150)
#A6BDA9
(166,189,169)
#BCCBBC
(188,203,188)
#D2D9CF
(210,217,207)
#E8E7E2
(232,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C5B24 color. Also use rgb(12,91,36) instead hex code.

Text Font Color

.myTextColor { color: #0C5B24; }

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

This text font color is #0C5B24.


Background Color

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

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

This div background color is #0C5B24.


Border color

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

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

This div border color is #0C5B24.


Opacity

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

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

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

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

This text has shadow with #0C5B24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C5B24 on black background.


Color preview on white background

This text has color #0C5B24 on white background.



Black color preview on #0C5B24 background

This text has black color on #0C5B24 background.


White color preview on #0C5B24 background

This text has white color on #0C5B24 background.