COLOR #0E3B1D

HEX: #0E3B1D RGB: (14,59,29)

Color info

#0E3B1D contains red, green and blue colors in about the same proportion. Web safe color of #0E3B1D is #003333 (or #033).

RGB color model

#0E3B1D color RGB value is (14,59,29).

RGB: (14,59,29) (5%, 23%, 11%)

RGB channels and saturation

R 14 of 255 = 5%
G 59 of 255 = 23%
B 29 of 255 = 11%

14
59
29

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

Portions of RGB colors in percentages

R + G + B = 14 + 59 + 29 = 102 (100%)
R 14 of 102 ~ 13.73%
G 59 of 102 ~ 57.84%
B 29 of 102 ~ 28.43'%

%13.73
%57.84
%28.43

CMYK color model

#0E3B1D color CMYK value is (76,0,51,77).

  • cyan value is 76.27%
  • magenta value is 0.00%
  • yellow value is 50.85%
  • key color value is 76.86%

CMYK: (76,0,51,77)
C76M0Y51K77 (76%, 0%, 51%, 77%)
(0.76 / 0.00 / 0.51 / 0.77)

CMYK percentages

%76.27
%0
%50.85
%76.86

Codes

Color #0E3B1D in popluar color models

0E 3B 1D
RGB 14 59 29
HSL 140° 61.64% 14.31%
HSB/HSV 140° 76.27% 23.14%
CMYK 76.27% 0.00% 50.85%
76.86%

Color #0E3B1D in popluar number systems.

HEX 0E 3B 1D
Decimal 14 59 29
Binary 1110 111011 11101
Octal 16 73 35

Shades and tints

Shades of #0E3B1D

#0E3B1D
(14,59,29)
#0D361B
(13,54,27)
#0C3119
(12,49,25)
#0B2C17
(11,44,23)
#0A2715
(10,39,21)
#092213
(9,34,19)
#081D11
(8,29,17)
#07180F
(7,24,15)
#06130D
(6,19,13)
#050E0B
(5,14,11)
#040909
(4,9,9)
#000000
(0,0,0)

Tints of #0E3B1D

#0E3B1D
(14,59,29)
#234C31
(35,76,49)
#385D45
(56,93,69)
#4D6E59
(77,110,89)
#627F6D
(98,127,109)
#779081
(119,144,129)
#8CA195
(140,161,149)
#A1B2A9
(161,178,169)
#B6C3BD
(182,195,189)
#CBD4D1
(203,212,209)
#E0E5E5
(224,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E3B1D color. Also use rgb(14,59,29) instead hex code.

Text Font Color

.myTextColor { color: #0E3B1D; }

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

This text font color is #0E3B1D.

Background Color

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

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

This div background color is #0E3B1D.

Border color

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

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

This div border color is #0E3B1D.

Opacity

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

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

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

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

This text has shadow with #0E3B1D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E3B1D.

Preview

Color preview on black background

This text has color #0E3B1D on black background.


Color preview on white background

This text has color #0E3B1D on white background.


Black color preview on #0E3B1D background

This text has black color on #0E3B1D background.


White color preview on #0E3B1D background

This text has white color on #0E3B1D background.


Related colors

Complementary color

Complementary color for #hex is #F1C4E2.


I love getcolorcode.com

Triadic colors

1 #1D0E3B and #3B1D0E with #0E3B1D are triadic colors.

2 #1D3B0E and #3B0E1D with #0E3B1D are triadic colors.