COLOR #0E471F

HEX: #0E471F
RGB: (14,71,31)

Color info

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

RGB color model

#0E471F color RGB value is (14,71,31).

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

RGB channels and saturation

R 14 of 255 = 5%
G 71 of 255 = 28%
B 31 of 255 = 12%

14
71
31

R + G + B ~ 15%. #0E471F is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 71 + 31 = 116 (100%)
R 14 of 116 ~ 12.07%
G 71 of 116 ~ 61.21%
B 31 of 116 ~ 26.72%

%12.07
%61.21
%26.72

CMYK color model

#0E471F color CMYK value is (80,0,56,72).

  • cyan value is 80.28%
  • magenta value is 0.00%
  • yellow value is 56.34%
  • key color value is 72.16%
CMYK:
(80,0,56,72)
C80M0Y56K72 
(80%,0%,56%,72%)
(0.80/0.00/0.56/0.72)	

CMYK percentages

%80.28
%0
%56.34
%72.16

Codes

Color #0E471F in popluar color models

0E471F
RGB147131
HSL138°67.06%16.67%
HSB/HSV138°80.28%27.84%
CMYK80.28%0.00%56.34%
72.16%

Color #0E471F in popluar number systems.

HEX0E471F
Decimal147131
Binary1110100011111111
Octal1610737

Shades and tints

Shades of #0E471F

#0E471F
(14,71,31)
#0D411D
(13,65,29)
#0C3B1B
(12,59,27)
#0B3519
(11,53,25)
#0A2F17
(10,47,23)
#092915
(9,41,21)
#082313
(8,35,19)
#071D11
(7,29,17)
#06170F
(6,23,15)
#05110D
(5,17,13)
#040B0B
(4,11,11)
#000000
(0,0,0)

Tints of #0E471F

#0E471F
(14,71,31)
#235733
(35,87,51)
#386747
(56,103,71)
#4D775B
(77,119,91)
#62876F
(98,135,111)
#779783
(119,151,131)
#8CA797
(140,167,151)
#A1B7AB
(161,183,171)
#B6C7BF
(182,199,191)
#CBD7D3
(203,215,211)
#E0E7E7
(224,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E471F; }

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

This text font color is #0E471F.


Background Color

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

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

This div background color is #0E471F.


Border color

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

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

This div border color is #0E471F.


Opacity

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

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

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

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

This text has shadow with #0E471F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E471F on black background.


Color preview on white background

This text has color #0E471F on white background.



Black color preview on #0E471F background

This text has black color on #0E471F background.


White color preview on #0E471F background

This text has white color on #0E471F background.