COLOR #0E500B

HEX: #0E500B RGB: (14,80,11)

Color info

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

RGB color model

#0E500B color RGB value is (14,80,11).

RGB: (14,80,11) (5%, 31%, 4%)

RGB channels and saturation

R 14 of 255 = 5%
G 80 of 255 = 31%
B 11 of 255 = 4%

14
80
11

R + G + B ~ 13%. #0E500B is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 80 + 11 = 105 (100%)
R 14 of 105 ~ 13.33%
G 80 of 105 ~ 76.19%
B 11 of 105 ~ 10.48'%

%13.33
%76.19
%10.48

CMYK color model

#0E500B color CMYK value is (83,0,86,69).

  • cyan value is 82.50%
  • magenta value is 0.00%
  • yellow value is 86.25%
  • key color value is 68.63%
CMYK: (83,0,86,69) C83M0Y86K69 (83%,0%,86%,69%) (0.83/0.00/0.86/0.69) 

CMYK percentages

%82.5
%0
%86.25
%68.63

Codes

Color #0E500B in popluar color models

0E 50 0B
RGB 14 80 11
HSL 117° 75.82% 17.84%
HSB/HSV 117° 86.25% 31.37%
CMYK 82.50% 0.00% 86.25%
68.63%

Color #0E500B in popluar number systems.

HEX 0E 50 0B
Decimal 14 80 11
Binary 1110 1010000 1011
Octal 16 120 13

Shades and tints

Shades of #0E500B

#0E500B
(14,80,11)
#0D490A
(13,73,10)
#0C4209
(12,66,9)
#0B3B08
(11,59,8)
#0A3407
(10,52,7)
#092D06
(9,45,6)
#082605
(8,38,5)
#071F04
(7,31,4)
#061803
(6,24,3)
#051102
(5,17,2)
#040A01
(4,10,1)
#000000
(0,0,0)

Tints of #0E500B

#0E500B
(14,80,11)
#235F21
(35,95,33)
#386E37
(56,110,55)
#4D7D4D
(77,125,77)
#628C63
(98,140,99)
#779B79
(119,155,121)
#8CAA8F
(140,170,143)
#A1B9A5
(161,185,165)
#B6C8BB
(182,200,187)
#CBD7D1
(203,215,209)
#E0E6E7
(224,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E500B; }

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

This text font color is #0E500B.

Background Color

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

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

This div background color is #0E500B.

Border color

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

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

This div border color is #0E500B.

Opacity

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

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

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

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

This text has shadow with #0E500B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E500B.

Preview

Color preview on black background

This text has color #0E500B on black background.


Color preview on white background

This text has color #0E500B on white background.


Black color preview on #0E500B background

This text has black color on #0E500B background.


White color preview on #0E500B background

This text has white color on #0E500B background.


Related colors

Complementary color

Complementary color for #hex is #F1AFF4.


I love getcolorcode.com

Triadic colors

1 #0B0E50 and #500B0E with #0E500B are triadic colors.

2 #0B500E and #500E0B with #0E500B are triadic colors.