COLOR #0C5721

HEX: #0C5721
RGB: (12,87,33)

Color info

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

RGB color model

#0C5721 color RGB value is (12,87,33).

  • red value is 12;
  • green value is 87;
  • blue value is 33.
RGB:
(12,87,33)
(5%,34%,13%)

RGB channels and saturation

R 12 of 255 = 5%
G 87 of 255 = 34%
B 33 of 255 = 13%

12
87
33

R + G + B ~ 17%. #0C5721 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 87 + 33 = 132 (100%)
R 12 of 132 ~ 9.09%
G 87 of 132 ~ 65.91%
B 33 of 132 ~ 25%

%65.91
%25

CMYK color model

#0C5721 color CMYK value is (86,0,62,66).

  • cyan value is 86.21%
  • magenta value is 0.00%
  • yellow value is 62.07%
  • key color value is 65.88%
CMYK:
(86,0,62,66)
C86M0Y62K66 
(86%,0%,62%,66%)
(0.86/0.00/0.62/0.66)	

CMYK percentages

%86.21
%0
%62.07
%65.88

Codes

Color #0C5721 in popluar color models

0C5721
RGB128733
HSL137°75.76%19.41%
HSB/HSV137°86.21%34.12%
CMYK86.21%0.00%62.07%
65.88%

Color #0C5721 in popluar number systems.

HEX0C5721
Decimal128733
Binary11001010111100001
Octal1412741

Shades and tints

Shades of #0C5721

#0C5721
(12,87,33)
#0B501E
(11,80,30)
#0A491B
(10,73,27)
#094218
(9,66,24)
#083B15
(8,59,21)
#073412
(7,52,18)
#062D0F
(6,45,15)
#05260C
(5,38,12)
#041F09
(4,31,9)
#031806
(3,24,6)
#021103
(2,17,3)
#000000
(0,0,0)

Tints of #0C5721

#0C5721
(12,87,33)
#226635
(34,102,53)
#387549
(56,117,73)
#4E845D
(78,132,93)
#649371
(100,147,113)
#7AA285
(122,162,133)
#90B199
(144,177,153)
#A6C0AD
(166,192,173)
#BCCFC1
(188,207,193)
#D2DED5
(210,222,213)
#E8EDE9
(232,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C5721 color. Also use rgb(12,87,33) instead hex code.

Text Font Color

.myTextColor { color: #0C5721; }

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

This text font color is #0C5721.


Background Color

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

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

This div background color is #0C5721.


Border color

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

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

This div border color is #0C5721.


Opacity

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

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

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

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

This text has shadow with #0C5721 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C5721 on black background.


Color preview on white background

This text has color #0C5721 on white background.



Black color preview on #0C5721 background

This text has black color on #0C5721 background.


White color preview on #0C5721 background

This text has white color on #0C5721 background.