COLOR #0C4819

HEX: #0C4819
RGB: (12,72,25)

Color info

#0C4819 contains mainly green and blue colors. Web safe color of #0C4819 is #003300 (or #030).

RGB color model

#0C4819 color RGB value is (12,72,25).

  • red value is 12;
  • green value is 72;
  • blue value is 25.
RGB:
(12,72,25)
(5%,28%,10%)

RGB channels and saturation

R 12 of 255 = 5%
G 72 of 255 = 28%
B 25 of 255 = 10%

12
72
25

R + G + B ~ 14%. #0C4819 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 72 + 25 = 109 (100%)
R 12 of 109 ~ 11.01%
G 72 of 109 ~ 66.06%
B 25 of 109 ~ 22.94%

%11.01
%66.06
%22.94

CMYK color model

#0C4819 color CMYK value is (83,0,65,72).

  • cyan value is 83.33%
  • magenta value is 0.00%
  • yellow value is 65.28%
  • key color value is 71.76%
CMYK:
(83,0,65,72)
C83M0Y65K72 
(83%,0%,65%,72%)
(0.83/0.00/0.65/0.72)	

CMYK percentages

%83.33
%0
%65.28
%71.76

Codes

Color #0C4819 in popluar color models

0C4819
RGB127225
HSL133°71.43%16.47%
HSB/HSV133°83.33%28.24%
CMYK83.33%0.00%65.28%
71.76%

Color #0C4819 in popluar number systems.

HEX0C4819
Decimal127225
Binary1100100100011001
Octal1411031

Shades and tints

Shades of #0C4819

#0C4819
(12,72,25)
#0B4217
(11,66,23)
#0A3C15
(10,60,21)
#093613
(9,54,19)
#083011
(8,48,17)
#072A0F
(7,42,15)
#06240D
(6,36,13)
#051E0B
(5,30,11)
#041809
(4,24,9)
#031207
(3,18,7)
#020C05
(2,12,5)
#000000
(0,0,0)

Tints of #0C4819

#0C4819
(12,72,25)
#22582D
(34,88,45)
#386841
(56,104,65)
#4E7855
(78,120,85)
#648869
(100,136,105)
#7A987D
(122,152,125)
#90A891
(144,168,145)
#A6B8A5
(166,184,165)
#BCC8B9
(188,200,185)
#D2D8CD
(210,216,205)
#E8E8E1
(232,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C4819 color. Also use rgb(12,72,25) instead hex code.

Text Font Color

.myTextColor { color: #0C4819; }

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

This text font color is #0C4819.


Background Color

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

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

This div background color is #0C4819.


Border color

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

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

This div border color is #0C4819.


Opacity

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

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

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

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

This text has shadow with #0C4819 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C4819 on black background.


Color preview on white background

This text has color #0C4819 on white background.



Black color preview on #0C4819 background

This text has black color on #0C4819 background.


White color preview on #0C4819 background

This text has white color on #0C4819 background.