COLOR #0E880D

HEX: #0E880D RGB: (14,136,13)

Color info

#0E880D contains mainly green color. Web safe color of #0E880D is #009900 (or #090).

RGB color model

#0E880D color RGB value is (14,136,13).

RGB: (14,136,13) (5%, 53%, 5%)

RGB channels and saturation

R 14 of 255 = 5%
G 136 of 255 = 53%
B 13 of 255 = 5%

14
136
13

R + G + B ~ 21%. #0E880D is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 136 + 13 = 163 (100%)
R 14 of 163 ~ 8.59%
G 136 of 163 ~ 83.44%
B 13 of 163 ~ 7.98'%

%83.44

CMYK color model

#0E880D color CMYK value is (90,0,90,47).

  • cyan value is 89.71%
  • magenta value is 0.00%
  • yellow value is 90.44%
  • key color value is 46.67%

CMYK: (90,0,90,47)
C90M0Y90K47 (90%, 0%, 90%, 47%)
(0.90 / 0.00 / 0.90 / 0.47)

CMYK percentages

%89.71
%0
%90.44
%46.67

Codes

Color #0E880D in popluar color models

0E 88 0D
RGB 14 136 13
HSL 120° 82.55% 29.22%
HSB/HSV 120° 90.44% 53.33%
CMYK 89.71% 0.00% 90.44%
46.67%

Color #0E880D in popluar number systems.

HEX 0E 88 0D
Decimal 14 136 13
Binary 1110 10001000 1101
Octal 16 210 15

Shades and tints

Shades of #0E880D

#0E880D
(14,136,13)
#0D7C0C
(13,124,12)
#0C700B
(12,112,11)
#0B640A
(11,100,10)
#0A5809
(10,88,9)
#094C08
(9,76,8)
#084007
(8,64,7)
#073406
(7,52,6)
#062805
(6,40,5)
#051C04
(5,28,4)
#041003
(4,16,3)
#000000
(0,0,0)

Tints of #0E880D

#0E880D
(14,136,13)
#239223
(35,146,35)
#389C39
(56,156,57)
#4DA64F
(77,166,79)
#62B065
(98,176,101)
#77BA7B
(119,186,123)
#8CC491
(140,196,145)
#A1CEA7
(161,206,167)
#B6D8BD
(182,216,189)
#CBE2D3
(203,226,211)
#E0ECE9
(224,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E880D color. Also use rgb(14,136,13) instead hex code.

Text Font Color

.myTextColor { color: #0E880D; }

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

This text font color is #0E880D.

Background Color

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

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

This div background color is #0E880D.

Border color

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

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

This div border color is #0E880D.

Opacity

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

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

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

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

This text has shadow with #0E880D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E880D.

Preview

Color preview on black background

This text has color #0E880D on black background.


Color preview on white background

This text has color #0E880D on white background.


Black color preview on #0E880D background

This text has black color on #0E880D background.


White color preview on #0E880D background

This text has white color on #0E880D background.


Related colors

Complementary color

Complementary color for #hex is #F177F2.


I love getcolorcode.com

Triadic colors

1 #0D0E88 and #880D0E with #0E880D are triadic colors.

2 #0D880E and #880E0D with #0E880D are triadic colors.