COLOR #0C4528

HEX: #0C4528
RGB: (12,69,40)

Color info

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

RGB color model

#0C4528 color RGB value is (12,69,40).

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

RGB channels and saturation

R 12 of 255 = 5%
G 69 of 255 = 27%
B 40 of 255 = 16%

12
69
40

R + G + B ~ 16%. #0C4528 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 69 + 40 = 121 (100%)
R 12 of 121 ~ 9.92%
G 69 of 121 ~ 57.02%
B 40 of 121 ~ 33.06%

%9.92
%57.02
%33.06

CMYK color model

#0C4528 color CMYK value is (83,0,42,73).

  • cyan value is 82.61%
  • magenta value is 0.00%
  • yellow value is 42.03%
  • key color value is 72.94%
CMYK:
(83,0,42,73)
C83M0Y42K73 
(83%,0%,42%,73%)
(0.83/0.00/0.42/0.73)	

CMYK percentages

%82.61
%0
%42.03
%72.94

Codes

Color #0C4528 in popluar color models

0C4528
RGB126940
HSL149°70.37%15.88%
HSB/HSV149°82.61%27.06%
CMYK82.61%0.00%42.03%
72.94%

Color #0C4528 in popluar number systems.

HEX0C4528
Decimal126940
Binary11001000101101000
Octal1410550

Shades and tints

Shades of #0C4528

#0C4528
(12,69,40)
#0B3F25
(11,63,37)
#0A3922
(10,57,34)
#09331F
(9,51,31)
#082D1C
(8,45,28)
#072719
(7,39,25)
#062116
(6,33,22)
#051B13
(5,27,19)
#041510
(4,21,16)
#030F0D
(3,15,13)
#02090A
(2,9,10)
#000000
(0,0,0)

Tints of #0C4528

#0C4528
(12,69,40)
#22553B
(34,85,59)
#38654E
(56,101,78)
#4E7561
(78,117,97)
#648574
(100,133,116)
#7A9587
(122,149,135)
#90A59A
(144,165,154)
#A6B5AD
(166,181,173)
#BCC5C0
(188,197,192)
#D2D5D3
(210,213,211)
#E8E5E6
(232,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C4528; }

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

This text font color is #0C4528.


Background Color

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

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

This div background color is #0C4528.


Border color

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

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

This div border color is #0C4528.


Opacity

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

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

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

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

This text has shadow with #0C4528 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C4528 on black background.


Color preview on white background

This text has color #0C4528 on white background.



Black color preview on #0C4528 background

This text has black color on #0C4528 background.


White color preview on #0C4528 background

This text has white color on #0C4528 background.