COLOR #0E5B0B

HEX: #0E5B0B
RGB: (14,91,11)

Color info

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

RGB color model

#0E5B0B color RGB value is (14,91,11).

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

RGB channels and saturation

R 14 of 255 = 5%
G 91 of 255 = 36%
B 11 of 255 = 4%

14
91
11

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

Portions of RGB colors in percentages

R + G + B =
14 + 91 + 11 = 116 (100%)
R 14 of 116 ~ 12.07%
G 91 of 116 ~ 78.45%
B 11 of 116 ~ 9.48%

%12.07
%78.45

CMYK color model

#0E5B0B color CMYK value is (85,0,88,64).

  • cyan value is 84.62%
  • magenta value is 0.00%
  • yellow value is 87.91%
  • key color value is 64.31%
CMYK:
(85,0,88,64)
C85M0Y88K64 
(85%,0%,88%,64%)
(0.85/0.00/0.88/0.64)	

CMYK percentages

%84.62
%0
%87.91
%64.31

Codes

Color #0E5B0B in popluar color models

0E5B0B
RGB149111
HSL118°78.43%20.00%
HSB/HSV118°87.91%35.69%
CMYK84.62%0.00%87.91%
64.31%

Color #0E5B0B in popluar number systems.

HEX0E5B0B
Decimal149111
Binary111010110111011
Octal1613313

Shades and tints

Shades of #0E5B0B

#0E5B0B
(14,91,11)
#0D530A
(13,83,10)
#0C4B09
(12,75,9)
#0B4308
(11,67,8)
#0A3B07
(10,59,7)
#093306
(9,51,6)
#082B05
(8,43,5)
#072304
(7,35,4)
#061B03
(6,27,3)
#051302
(5,19,2)
#040B01
(4,11,1)
#000000
(0,0,0)

Tints of #0E5B0B

#0E5B0B
(14,91,11)
#236921
(35,105,33)
#387737
(56,119,55)
#4D854D
(77,133,77)
#629363
(98,147,99)
#77A179
(119,161,121)
#8CAF8F
(140,175,143)
#A1BDA5
(161,189,165)
#B6CBBB
(182,203,187)
#CBD9D1
(203,217,209)
#E0E7E7
(224,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E5B0B; }

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

This text font color is #0E5B0B.


Background Color

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

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

This div background color is #0E5B0B.


Border color

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

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

This div border color is #0E5B0B.


Opacity

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

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

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

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

This text has shadow with #0E5B0B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E5B0B on black background.


Color preview on white background

This text has color #0E5B0B on white background.



Black color preview on #0E5B0B background

This text has black color on #0E5B0B background.


White color preview on #0E5B0B background

This text has white color on #0E5B0B background.