COLOR #0E5411

HEX: #0E5411
RGB: (14,84,17)

Color info

#0E5411 contains mainly green color. Web safe color of #0E5411 is #006600 (or #060).

RGB color model

#0E5411 color RGB value is (14,84,17).

  • red value is 14;
  • green value is 84;
  • blue value is 17.
RGB:
(14,84,17)
(5%,33%,7%)

RGB channels and saturation

R 14 of 255 = 5%
G 84 of 255 = 33%
B 17 of 255 = 7%

14
84
17

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

Portions of RGB colors in percentages

R + G + B =
14 + 84 + 17 = 115 (100%)
R 14 of 115 ~ 12.17%
G 84 of 115 ~ 73.04%
B 17 of 115 ~ 14.78%

%12.17
%73.04
%14.78

CMYK color model

#0E5411 color CMYK value is (83,0,80,67).

  • cyan value is 83.33%
  • magenta value is 0.00%
  • yellow value is 79.76%
  • key color value is 67.06%
CMYK:
(83,0,80,67)
C83M0Y80K67 
(83%,0%,80%,67%)
(0.83/0.00/0.80/0.67)	

CMYK percentages

%83.33
%0
%79.76
%67.06

Codes

Color #0E5411 in popluar color models

0E5411
RGB148417
HSL123°71.43%19.22%
HSB/HSV123°83.33%32.94%
CMYK83.33%0.00%79.76%
67.06%

Color #0E5411 in popluar number systems.

HEX0E5411
Decimal148417
Binary1110101010010001
Octal1612421

Shades and tints

Shades of #0E5411

#0E5411
(14,84,17)
#0D4D10
(13,77,16)
#0C460F
(12,70,15)
#0B3F0E
(11,63,14)
#0A380D
(10,56,13)
#09310C
(9,49,12)
#082A0B
(8,42,11)
#07230A
(7,35,10)
#061C09
(6,28,9)
#051508
(5,21,8)
#040E07
(4,14,7)
#000000
(0,0,0)

Tints of #0E5411

#0E5411
(14,84,17)
#236326
(35,99,38)
#38723B
(56,114,59)
#4D8150
(77,129,80)
#629065
(98,144,101)
#779F7A
(119,159,122)
#8CAE8F
(140,174,143)
#A1BDA4
(161,189,164)
#B6CCB9
(182,204,185)
#CBDBCE
(203,219,206)
#E0EAE3
(224,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E5411 color. Also use rgb(14,84,17) instead hex code.

Text Font Color

.myTextColor { color: #0E5411; }

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

This text font color is #0E5411.


Background Color

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

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

This div background color is #0E5411.


Border color

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

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

This div border color is #0E5411.


Opacity

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

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

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

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

This text has shadow with #0E5411 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E5411 on black background.


Color preview on white background

This text has color #0E5411 on white background.



Black color preview on #0E5411 background

This text has black color on #0E5411 background.


White color preview on #0E5411 background

This text has white color on #0E5411 background.