COLOR #0E471E

HEX: #0E471E
RGB: (14,71,30)

Color info

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

RGB color model

#0E471E color RGB value is (14,71,30).

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

RGB channels and saturation

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

14
71
30

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

Portions of RGB colors in percentages

R + G + B =
14 + 71 + 30 = 115 (100%)
R 14 of 115 ~ 12.17%
G 71 of 115 ~ 61.74%
B 30 of 115 ~ 26.09%

%12.17
%61.74
%26.09

CMYK color model

#0E471E color CMYK value is (80,0,58,72).

  • cyan value is 80.28%
  • magenta value is 0.00%
  • yellow value is 57.75%
  • key color value is 72.16%
CMYK:
(80,0,58,72)
C80M0Y58K72 
(80%,0%,58%,72%)
(0.80/0.00/0.58/0.72)	

CMYK percentages

%80.28
%0
%57.75
%72.16

Codes

Color #0E471E in popluar color models

0E471E
RGB147130
HSL137°67.06%16.67%
HSB/HSV137°80.28%27.84%
CMYK80.28%0.00%57.75%
72.16%

Color #0E471E in popluar number systems.

HEX0E471E
Decimal147130
Binary1110100011111110
Octal1610736

Shades and tints

Shades of #0E471E

#0E471E
(14,71,30)
#0D411C
(13,65,28)
#0C3B1A
(12,59,26)
#0B3518
(11,53,24)
#0A2F16
(10,47,22)
#092914
(9,41,20)
#082312
(8,35,18)
#071D10
(7,29,16)
#06170E
(6,23,14)
#05110C
(5,17,12)
#040B0A
(4,11,10)
#000000
(0,0,0)

Tints of #0E471E

#0E471E
(14,71,30)
#235732
(35,87,50)
#386746
(56,103,70)
#4D775A
(77,119,90)
#62876E
(98,135,110)
#779782
(119,151,130)
#8CA796
(140,167,150)
#A1B7AA
(161,183,170)
#B6C7BE
(182,199,190)
#CBD7D2
(203,215,210)
#E0E7E6
(224,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E471E; }

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

This text font color is #0E471E.


Background Color

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

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

This div background color is #0E471E.


Border color

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

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

This div border color is #0E471E.


Opacity

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

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

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

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

This text has shadow with #0E471E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E471E on black background.


Color preview on white background

This text has color #0E471E on white background.



Black color preview on #0E471E background

This text has black color on #0E471E background.


White color preview on #0E471E background

This text has white color on #0E471E background.