COLOR #0E3812

HEX: #0E3812 RGB: (14,56,18)

Color info

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

RGB color model

#0E3812 color RGB value is (14,56,18).

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

RGB channels and saturation

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

14
56
18

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

Portions of RGB colors in percentages

R + G + B = 14 + 56 + 18 = 88 (100%)
R 14 of 88 ~ 15.91%
G 56 of 88 ~ 63.64%
B 18 of 88 ~ 20.45'%

%15.91
%63.64
%20.45

CMYK color model

#0E3812 color CMYK value is (75,0,68,78).

  • cyan value is 75.00%
  • magenta value is 0.00%
  • yellow value is 67.86%
  • key color value is 78.04%
CMYK: (75,0,68,78) C75M0Y68K78 (75%,0%,68%,78%) (0.75/0.00/0.68/0.78) 

CMYK percentages

%75
%0
%67.86
%78.04

Codes

Color #0E3812 in popluar color models

0E 38 12
RGB 14 56 18
HSL 126° 60.00% 13.73%
HSB/HSV 126° 75.00% 21.96%
CMYK 75.00% 0.00% 67.86%
78.04%

Color #0E3812 in popluar number systems.

HEX 0E 38 12
Decimal 14 56 18
Binary 1110 111000 10010
Octal 16 70 22

Shades and tints

Shades of #0E3812

#0E3812
(14,56,18)
#0D3311
(13,51,17)
#0C2E10
(12,46,16)
#0B290F
(11,41,15)
#0A240E
(10,36,14)
#091F0D
(9,31,13)
#081A0C
(8,26,12)
#07150B
(7,21,11)
#06100A
(6,16,10)
#050B09
(5,11,9)
#040608
(4,6,8)
#000000
(0,0,0)

Tints of #0E3812

#0E3812
(14,56,18)
#234A27
(35,74,39)
#385C3C
(56,92,60)
#4D6E51
(77,110,81)
#628066
(98,128,102)
#77927B
(119,146,123)
#8CA490
(140,164,144)
#A1B6A5
(161,182,165)
#B6C8BA
(182,200,186)
#CBDACF
(203,218,207)
#E0ECE4
(224,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E3812; }

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

This text font color is #0E3812.

Background Color

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

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

This div background color is #0E3812.

Border color

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

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

This div border color is #0E3812.

Opacity

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

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

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

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

This text has shadow with #0E3812 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E3812.

Preview

Color preview on black background

This text has color #0E3812 on black background.


Color preview on white background

This text has color #0E3812 on white background.


Black color preview on #0E3812 background

This text has black color on #0E3812 background.


White color preview on #0E3812 background

This text has white color on #0E3812 background.


Related colors

Complementary color

Complementary color for #hex is #F1C7ED.


I love getcolorcode.com

Triadic colors

1 #120E38 and #38120E with #0E3812 are triadic colors.

2 #12380E and #380E12 with #0E3812 are triadic colors.