COLOR #0C4615

HEX: #0C4615
RGB: (12,70,21)

Color info

#0C4615 contains red, green and blue colors in about the same proportion. Web safe color of #0C4615 is #003300 (or #030).

RGB color model

#0C4615 color RGB value is (12,70,21).

  • red value is 12;
  • green value is 70;
  • blue value is 21.
RGB:
(12,70,21)
(5%,27%,8%)

RGB channels and saturation

R 12 of 255 = 5%
G 70 of 255 = 27%
B 21 of 255 = 8%

12
70
21

R + G + B ~ 13%. #0C4615 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 70 + 21 = 103 (100%)
R 12 of 103 ~ 11.65%
G 70 of 103 ~ 67.96%
B 21 of 103 ~ 20.39%

%11.65
%67.96
%20.39

CMYK color model

#0C4615 color CMYK value is (83,0,70,73).

  • cyan value is 82.86%
  • magenta value is 0.00%
  • yellow value is 70.00%
  • key color value is 72.55%
CMYK:
(83,0,70,73)
C83M0Y70K73 
(83%,0%,70%,73%)
(0.83/0.00/0.70/0.73)	

CMYK percentages

%82.86
%0
%70
%72.55

Codes

Color #0C4615 in popluar color models

0C4615
RGB127021
HSL129°70.73%16.08%
HSB/HSV129°82.86%27.45%
CMYK82.86%0.00%70.00%
72.55%

Color #0C4615 in popluar number systems.

HEX0C4615
Decimal127021
Binary1100100011010101
Octal1410625

Shades and tints

Shades of #0C4615

#0C4615
(12,70,21)
#0B4014
(11,64,20)
#0A3A13
(10,58,19)
#093412
(9,52,18)
#082E11
(8,46,17)
#072810
(7,40,16)
#06220F
(6,34,15)
#051C0E
(5,28,14)
#04160D
(4,22,13)
#03100C
(3,16,12)
#020A0B
(2,10,11)
#000000
(0,0,0)

Tints of #0C4615

#0C4615
(12,70,21)
#22562A
(34,86,42)
#38663F
(56,102,63)
#4E7654
(78,118,84)
#648669
(100,134,105)
#7A967E
(122,150,126)
#90A693
(144,166,147)
#A6B6A8
(166,182,168)
#BCC6BD
(188,198,189)
#D2D6D2
(210,214,210)
#E8E6E7
(232,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C4615 color. Also use rgb(12,70,21) instead hex code.

Text Font Color

.myTextColor { color: #0C4615; }

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

This text font color is #0C4615.


Background Color

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

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

This div background color is #0C4615.


Border color

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

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

This div border color is #0C4615.


Opacity

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

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

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

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

This text has shadow with #0C4615 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C4615 on black background.


Color preview on white background

This text has color #0C4615 on white background.



Black color preview on #0C4615 background

This text has black color on #0C4615 background.


White color preview on #0C4615 background

This text has white color on #0C4615 background.