COLOR #0C4521

HEX: #0C4521
RGB: (12,69,33)

Color info

#0C4521 contains red, green and blue colors in about the same proportion. Web safe color of #0C4521 is #003333 (or #033).

RGB color model

#0C4521 color RGB value is (12,69,33).

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

RGB channels and saturation

R 12 of 255 = 5%
G 69 of 255 = 27%
B 33 of 255 = 13%

12
69
33

R + G + B ~ 15%. #0C4521 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 69 + 33 = 114 (100%)
R 12 of 114 ~ 10.53%
G 69 of 114 ~ 60.53%
B 33 of 114 ~ 28.95%

%10.53
%60.53
%28.95

CMYK color model

#0C4521 color CMYK value is (83,0,52,73).

  • cyan value is 82.61%
  • magenta value is 0.00%
  • yellow value is 52.17%
  • key color value is 72.94%
CMYK:
(83,0,52,73)
C83M0Y52K73 
(83%,0%,52%,73%)
(0.83/0.00/0.52/0.73)	

CMYK percentages

%82.61
%0
%52.17
%72.94

Codes

Color #0C4521 in popluar color models

0C4521
RGB126933
HSL142°70.37%15.88%
HSB/HSV142°82.61%27.06%
CMYK82.61%0.00%52.17%
72.94%

Color #0C4521 in popluar number systems.

HEX0C4521
Decimal126933
Binary11001000101100001
Octal1410541

Shades and tints

Shades of #0C4521

#0C4521
(12,69,33)
#0B3F1E
(11,63,30)
#0A391B
(10,57,27)
#093318
(9,51,24)
#082D15
(8,45,21)
#072712
(7,39,18)
#06210F
(6,33,15)
#051B0C
(5,27,12)
#041509
(4,21,9)
#030F06
(3,15,6)
#020903
(2,9,3)
#000000
(0,0,0)

Tints of #0C4521

#0C4521
(12,69,33)
#225535
(34,85,53)
#386549
(56,101,73)
#4E755D
(78,117,93)
#648571
(100,133,113)
#7A9585
(122,149,133)
#90A599
(144,165,153)
#A6B5AD
(166,181,173)
#BCC5C1
(188,197,193)
#D2D5D5
(210,213,213)
#E8E5E9
(232,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C4521; }

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

This text font color is #0C4521.


Background Color

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

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

This div background color is #0C4521.


Border color

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

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

This div border color is #0C4521.


Opacity

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

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

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

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

This text has shadow with #0C4521 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C4521 on black background.


Color preview on white background

This text has color #0C4521 on white background.



Black color preview on #0C4521 background

This text has black color on #0C4521 background.


White color preview on #0C4521 background

This text has white color on #0C4521 background.