COLOR #0C5F32

HEX: #0C5F32
RGB: (12,95,50)

Color info

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

RGB color model

#0C5F32 color RGB value is (12,95,50).

  • red value is 12;
  • green value is 95;
  • blue value is 50.
RGB:
(12,95,50)
(5%,37%,20%)

RGB channels and saturation

R 12 of 255 = 5%
G 95 of 255 = 37%
B 50 of 255 = 20%

12
95
50

R + G + B ~ 21%. #0C5F32 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 95 + 50 = 157 (100%)
R 12 of 157 ~ 7.64%
G 95 of 157 ~ 60.51%
B 50 of 157 ~ 31.85%

%60.51
%31.85

CMYK color model

#0C5F32 color CMYK value is (87,0,47,63).

  • cyan value is 87.37%
  • magenta value is 0.00%
  • yellow value is 47.37%
  • key color value is 62.75%
CMYK:
(87,0,47,63)
C87M0Y47K63 
(87%,0%,47%,63%)
(0.87/0.00/0.47/0.63)	

CMYK percentages

%87.37
%0
%47.37
%62.75

Codes

Color #0C5F32 in popluar color models

0C5F32
RGB129550
HSL147°77.57%20.98%
HSB/HSV147°87.37%37.25%
CMYK87.37%0.00%47.37%
62.75%

Color #0C5F32 in popluar number systems.

HEX0C5F32
Decimal129550
Binary11001011111110010
Octal1413762

Shades and tints

Shades of #0C5F32

#0C5F32
(12,95,50)
#0B572E
(11,87,46)
#0A4F2A
(10,79,42)
#094726
(9,71,38)
#083F22
(8,63,34)
#07371E
(7,55,30)
#062F1A
(6,47,26)
#052716
(5,39,22)
#041F12
(4,31,18)
#03170E
(3,23,14)
#020F0A
(2,15,10)
#000000
(0,0,0)

Tints of #0C5F32

#0C5F32
(12,95,50)
#226D44
(34,109,68)
#387B56
(56,123,86)
#4E8968
(78,137,104)
#64977A
(100,151,122)
#7AA58C
(122,165,140)
#90B39E
(144,179,158)
#A6C1B0
(166,193,176)
#BCCFC2
(188,207,194)
#D2DDD4
(210,221,212)
#E8EBE6
(232,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C5F32 color. Also use rgb(12,95,50) instead hex code.

Text Font Color

.myTextColor { color: #0C5F32; }

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

This text font color is #0C5F32.


Background Color

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

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

This div background color is #0C5F32.


Border color

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

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

This div border color is #0C5F32.


Opacity

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

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

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

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

This text has shadow with #0C5F32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C5F32 on black background.


Color preview on white background

This text has color #0C5F32 on white background.



Black color preview on #0C5F32 background

This text has black color on #0C5F32 background.


White color preview on #0C5F32 background

This text has white color on #0C5F32 background.