COLOR #0E470B

HEX: #0E470B
RGB: (14,71,11)

Color info

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

RGB color model

#0E470B color RGB value is (14,71,11).

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

RGB channels and saturation

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

14
71
11

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

Portions of RGB colors in percentages

R + G + B =
14 + 71 + 11 = 96 (100%)
R 14 of 96 ~ 14.58%
G 71 of 96 ~ 73.96%
B 11 of 96 ~ 11.46%

%14.58
%73.96
%11.46

CMYK color model

#0E470B color CMYK value is (80,0,85,72).

  • cyan value is 80.28%
  • magenta value is 0.00%
  • yellow value is 84.51%
  • key color value is 72.16%
CMYK:
(80,0,85,72)
C80M0Y85K72 
(80%,0%,85%,72%)
(0.80/0.00/0.85/0.72)	

CMYK percentages

%80.28
%0
%84.51
%72.16

Codes

Color #0E470B in popluar color models

0E470B
RGB147111
HSL117°73.17%16.08%
HSB/HSV117°84.51%27.84%
CMYK80.28%0.00%84.51%
72.16%

Color #0E470B in popluar number systems.

HEX0E470B
Decimal147111
Binary111010001111011
Octal1610713

Shades and tints

Shades of #0E470B

#0E470B
(14,71,11)
#0D410A
(13,65,10)
#0C3B09
(12,59,9)
#0B3508
(11,53,8)
#0A2F07
(10,47,7)
#092906
(9,41,6)
#082305
(8,35,5)
#071D04
(7,29,4)
#061703
(6,23,3)
#051102
(5,17,2)
#040B01
(4,11,1)
#000000
(0,0,0)

Tints of #0E470B

#0E470B
(14,71,11)
#235721
(35,87,33)
#386737
(56,103,55)
#4D774D
(77,119,77)
#628763
(98,135,99)
#779779
(119,151,121)
#8CA78F
(140,167,143)
#A1B7A5
(161,183,165)
#B6C7BB
(182,199,187)
#CBD7D1
(203,215,209)
#E0E7E7
(224,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E470B; }

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

This text font color is #0E470B.


Background Color

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

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

This div background color is #0E470B.


Border color

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

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

This div border color is #0E470B.


Opacity

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

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

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

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

This text has shadow with #0E470B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E470B on black background.


Color preview on white background

This text has color #0E470B on white background.



Black color preview on #0E470B background

This text has black color on #0E470B background.


White color preview on #0E470B background

This text has white color on #0E470B background.