COLOR #0C470B

HEX: #0C470B
RGB: (12,71,11)

Color info

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

RGB color model

#0C470B color RGB value is (12,71,11).

  • red value is 12;
  • green value is 71;
  • blue value is 11.
RGB:
(12,71,11)
(5%,28%,4%)

RGB channels and saturation

R 12 of 255 = 5%
G 71 of 255 = 28%
B 11 of 255 = 4%

12
71
11

R + G + B ~ 12%. #0C470B is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 71 + 11 = 94 (100%)
R 12 of 94 ~ 12.77%
G 71 of 94 ~ 75.53%
B 11 of 94 ~ 11.7%

%12.77
%75.53
%11.7

CMYK color model

#0C470B color CMYK value is (83,0,85,72).

  • cyan value is 83.10%
  • magenta value is 0.00%
  • yellow value is 84.51%
  • key color value is 72.16%
CMYK:
(83,0,85,72)
C83M0Y85K72 
(83%,0%,85%,72%)
(0.83/0.00/0.85/0.72)	

CMYK percentages

%83.1
%0
%84.51
%72.16

Codes

Color #0C470B in popluar color models

0C470B
RGB127111
HSL119°73.17%16.08%
HSB/HSV119°84.51%27.84%
CMYK83.10%0.00%84.51%
72.16%

Color #0C470B in popluar number systems.

HEX0C470B
Decimal127111
Binary110010001111011
Octal1410713

Shades and tints

Shades of #0C470B

#0C470B
(12,71,11)
#0B410A
(11,65,10)
#0A3B09
(10,59,9)
#093508
(9,53,8)
#082F07
(8,47,7)
#072906
(7,41,6)
#062305
(6,35,5)
#051D04
(5,29,4)
#041703
(4,23,3)
#031102
(3,17,2)
#020B01
(2,11,1)
#000000
(0,0,0)

Tints of #0C470B

#0C470B
(12,71,11)
#225721
(34,87,33)
#386737
(56,103,55)
#4E774D
(78,119,77)
#648763
(100,135,99)
#7A9779
(122,151,121)
#90A78F
(144,167,143)
#A6B7A5
(166,183,165)
#BCC7BB
(188,199,187)
#D2D7D1
(210,215,209)
#E8E7E7
(232,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C470B color. Also use rgb(12,71,11) instead hex code.

Text Font Color

.myTextColor { color: #0C470B; }

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

This text font color is #0C470B.


Background Color

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

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

This div background color is #0C470B.


Border color

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

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

This div border color is #0C470B.


Opacity

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

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

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

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

This text has shadow with #0C470B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C470B on black background.


Color preview on white background

This text has color #0C470B on white background.



Black color preview on #0C470B background

This text has black color on #0C470B background.


White color preview on #0C470B background

This text has white color on #0C470B background.