COLOR #0C5B29

HEX: #0C5B29
RGB: (12,91,41)

Color info

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

RGB color model

#0C5B29 color RGB value is (12,91,41).

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

RGB channels and saturation

R 12 of 255 = 5%
G 91 of 255 = 36%
B 41 of 255 = 16%

12
91
41

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

Portions of RGB colors in percentages

R + G + B =
12 + 91 + 41 = 144 (100%)
R 12 of 144 ~ 8.33%
G 91 of 144 ~ 63.19%
B 41 of 144 ~ 28.47%

%63.19
%28.47

CMYK color model

#0C5B29 color CMYK value is (87,0,55,64).

  • cyan value is 86.81%
  • magenta value is 0.00%
  • yellow value is 54.95%
  • key color value is 64.31%
CMYK:
(87,0,55,64)
C87M0Y55K64 
(87%,0%,55%,64%)
(0.87/0.00/0.55/0.64)	

CMYK percentages

%86.81
%0
%54.95
%64.31

Codes

Color #0C5B29 in popluar color models

0C5B29
RGB129141
HSL142°76.70%20.20%
HSB/HSV142°86.81%35.69%
CMYK86.81%0.00%54.95%
64.31%

Color #0C5B29 in popluar number systems.

HEX0C5B29
Decimal129141
Binary11001011011101001
Octal1413351

Shades and tints

Shades of #0C5B29

#0C5B29
(12,91,41)
#0B5326
(11,83,38)
#0A4B23
(10,75,35)
#094320
(9,67,32)
#083B1D
(8,59,29)
#07331A
(7,51,26)
#062B17
(6,43,23)
#052314
(5,35,20)
#041B11
(4,27,17)
#03130E
(3,19,14)
#020B0B
(2,11,11)
#000000
(0,0,0)

Tints of #0C5B29

#0C5B29
(12,91,41)
#22693C
(34,105,60)
#38774F
(56,119,79)
#4E8562
(78,133,98)
#649375
(100,147,117)
#7AA188
(122,161,136)
#90AF9B
(144,175,155)
#A6BDAE
(166,189,174)
#BCCBC1
(188,203,193)
#D2D9D4
(210,217,212)
#E8E7E7
(232,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C5B29; }

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

This text font color is #0C5B29.


Background Color

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

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

This div background color is #0C5B29.


Border color

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

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

This div border color is #0C5B29.


Opacity

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

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

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

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

This text has shadow with #0C5B29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C5B29 on black background.


Color preview on white background

This text has color #0C5B29 on white background.



Black color preview on #0C5B29 background

This text has black color on #0C5B29 background.


White color preview on #0C5B29 background

This text has white color on #0C5B29 background.