COLOR #0C5A29

HEX: #0C5A29
RGB: (12,90,41)

Color info

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

RGB color model

#0C5A29 color RGB value is (12,90,41).

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

RGB channels and saturation

R 12 of 255 = 5%
G 90 of 255 = 35%
B 41 of 255 = 16%

12
90
41

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

Portions of RGB colors in percentages

R + G + B =
12 + 90 + 41 = 143 (100%)
R 12 of 143 ~ 8.39%
G 90 of 143 ~ 62.94%
B 41 of 143 ~ 28.67%

%62.94
%28.67

CMYK color model

#0C5A29 color CMYK value is (87,0,54,65).

  • cyan value is 86.67%
  • magenta value is 0.00%
  • yellow value is 54.44%
  • key color value is 64.71%
CMYK:
(87,0,54,65)
C87M0Y54K65 
(87%,0%,54%,65%)
(0.87/0.00/0.54/0.65)	

CMYK percentages

%86.67
%0
%54.44
%64.71

Codes

Color #0C5A29 in popluar color models

0C5A29
RGB129041
HSL142°76.47%20.00%
HSB/HSV142°86.67%35.29%
CMYK86.67%0.00%54.44%
64.71%

Color #0C5A29 in popluar number systems.

HEX0C5A29
Decimal129041
Binary11001011010101001
Octal1413251

Shades and tints

Shades of #0C5A29

#0C5A29
(12,90,41)
#0B5226
(11,82,38)
#0A4A23
(10,74,35)
#094220
(9,66,32)
#083A1D
(8,58,29)
#07321A
(7,50,26)
#062A17
(6,42,23)
#052214
(5,34,20)
#041A11
(4,26,17)
#03120E
(3,18,14)
#020A0B
(2,10,11)
#000000
(0,0,0)

Tints of #0C5A29

#0C5A29
(12,90,41)
#22693C
(34,105,60)
#38784F
(56,120,79)
#4E8762
(78,135,98)
#649675
(100,150,117)
#7AA588
(122,165,136)
#90B49B
(144,180,155)
#A6C3AE
(166,195,174)
#BCD2C1
(188,210,193)
#D2E1D4
(210,225,212)
#E8F0E7
(232,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C5A29; }

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

This text font color is #0C5A29.


Background Color

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

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

This div background color is #0C5A29.


Border color

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

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

This div border color is #0C5A29.


Opacity

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

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

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

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

This text has shadow with #0C5A29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C5A29 on black background.


Color preview on white background

This text has color #0C5A29 on white background.



Black color preview on #0C5A29 background

This text has black color on #0C5A29 background.


White color preview on #0C5A29 background

This text has white color on #0C5A29 background.