COLOR #0E3811

HEX: #0E3811 RGB: (14,56,17)

Color info

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

RGB color model

#0E3811 color RGB value is (14,56,17).

RGB: (14,56,17) (5%, 22%, 7%)

RGB channels and saturation

R 14 of 255 = 5%
G 56 of 255 = 22%
B 17 of 255 = 7%

14
56
17

R + G + B ~ 11%. #0E3811 is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 56 + 17 = 87 (100%)
R 14 of 87 ~ 16.09%
G 56 of 87 ~ 64.37%
B 17 of 87 ~ 19.54'%

%16.09
%64.37
%19.54

CMYK color model

#0E3811 color CMYK value is (75,0,70,78).

  • cyan value is 75.00%
  • magenta value is 0.00%
  • yellow value is 69.64%
  • key color value is 78.04%

CMYK: (75,0,70,78)
C75M0Y70K78 (75%, 0%, 70%, 78%)
(0.75 / 0.00 / 0.70 / 0.78)

CMYK percentages

%75
%0
%69.64
%78.04

Codes

Color #0E3811 in popluar color models

0E 38 11
RGB 14 56 17
HSL 124° 60.00% 13.73%
HSB/HSV 124° 75.00% 21.96%
CMYK 75.00% 0.00% 69.64%
78.04%

Color #0E3811 in popluar number systems.

HEX 0E 38 11
Decimal 14 56 17
Binary 1110 111000 10001
Octal 16 70 21

Shades and tints

Shades of #0E3811

#0E3811
(14,56,17)
#0D3310
(13,51,16)
#0C2E0F
(12,46,15)
#0B290E
(11,41,14)
#0A240D
(10,36,13)
#091F0C
(9,31,12)
#081A0B
(8,26,11)
#07150A
(7,21,10)
#061009
(6,16,9)
#050B08
(5,11,8)
#040607
(4,6,7)
#000000
(0,0,0)

Tints of #0E3811

#0E3811
(14,56,17)
#234A26
(35,74,38)
#385C3B
(56,92,59)
#4D6E50
(77,110,80)
#628065
(98,128,101)
#77927A
(119,146,122)
#8CA48F
(140,164,143)
#A1B6A4
(161,182,164)
#B6C8B9
(182,200,185)
#CBDACE
(203,218,206)
#E0ECE3
(224,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E3811; }

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

This text font color is #0E3811.

Background Color

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

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

This div background color is #0E3811.

Border color

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

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

This div border color is #0E3811.

Opacity

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

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

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

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

This text has shadow with #0E3811 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E3811.

Preview

Color preview on black background

This text has color #0E3811 on black background.


Color preview on white background

This text has color #0E3811 on white background.


Black color preview on #0E3811 background

This text has black color on #0E3811 background.


White color preview on #0E3811 background

This text has white color on #0E3811 background.


Related colors

Complementary color

Complementary color for #hex is #F1C7EE.


I love getcolorcode.com

Triadic colors

1 #110E38 and #38110E with #0E3811 are triadic colors.

2 #11380E and #380E11 with #0E3811 are triadic colors.