COLOR #0E4617

HEX: #0E4617 RGB: (14,70,23)

Color info

#0E4617 contains red, green and blue colors in about the same proportion. Web safe color of #0E4617 is #003300 (or #030).

RGB color model

#0E4617 color RGB value is (14,70,23).

RGB: (14,70,23) (5%, 27%, 9%)

RGB channels and saturation

R 14 of 255 = 5%
G 70 of 255 = 27%
B 23 of 255 = 9%

14
70
23

R + G + B ~ 14%. #0E4617 is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 70 + 23 = 107 (100%)
R 14 of 107 ~ 13.08%
G 70 of 107 ~ 65.42%
B 23 of 107 ~ 21.5'%

%13.08
%65.42
%21.5

CMYK color model

#0E4617 color CMYK value is (80,0,67,73).

  • cyan value is 80.00%
  • magenta value is 0.00%
  • yellow value is 67.14%
  • key color value is 72.55%
CMYK: (80,0,67,73) C80M0Y67K73 (80%,0%,67%,73%) (0.80/0.00/0.67/0.73) 

CMYK percentages

%80
%0
%67.14
%72.55

Codes

Color #0E4617 in popluar color models

0E 46 17
RGB 14 70 23
HSL 130° 66.67% 16.47%
HSB/HSV 130° 80.00% 27.45%
CMYK 80.00% 0.00% 67.14%
72.55%

Color #0E4617 in popluar number systems.

HEX 0E 46 17
Decimal 14 70 23
Binary 1110 1000110 10111
Octal 16 106 27

Shades and tints

Shades of #0E4617

#0E4617
(14,70,23)
#0D4015
(13,64,21)
#0C3A13
(12,58,19)
#0B3411
(11,52,17)
#0A2E0F
(10,46,15)
#09280D
(9,40,13)
#08220B
(8,34,11)
#071C09
(7,28,9)
#061607
(6,22,7)
#051005
(5,16,5)
#040A03
(4,10,3)
#000000
(0,0,0)

Tints of #0E4617

#0E4617
(14,70,23)
#23562C
(35,86,44)
#386641
(56,102,65)
#4D7656
(77,118,86)
#62866B
(98,134,107)
#779680
(119,150,128)
#8CA695
(140,166,149)
#A1B6AA
(161,182,170)
#B6C6BF
(182,198,191)
#CBD6D4
(203,214,212)
#E0E6E9
(224,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E4617 color. Also use rgb(14,70,23) instead hex code.

Text Font Color

.myTextColor { color: #0E4617; }

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

This text font color is #0E4617.

Background Color

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

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

This div background color is #0E4617.

Border color

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

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

This div border color is #0E4617.

Opacity

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

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

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

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

This text has shadow with #0E4617 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E4617.

Preview

Color preview on black background

This text has color #0E4617 on black background.


Color preview on white background

This text has color #0E4617 on white background.


Black color preview on #0E4617 background

This text has black color on #0E4617 background.


White color preview on #0E4617 background

This text has white color on #0E4617 background.


Related colors

Complementary color

Complementary color for #hex is #F1B9E8.


I love getcolorcode.com

Triadic colors

1 #170E46 and #46170E with #0E4617 are triadic colors.

2 #17460E and #460E17 with #0E4617 are triadic colors.