COLOR #0E3B1A

HEX: #0E3B1A
RGB: (14,59,26)

Color info

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

RGB color model

#0E3B1A color RGB value is (14,59,26).

  • red value is 14;
  • green value is 59;
  • blue value is 26.
RGB:
(14,59,26)
(5%,23%,10%)

RGB channels and saturation

R 14 of 255 = 5%
G 59 of 255 = 23%
B 26 of 255 = 10%

14
59
26

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

Portions of RGB colors in percentages

R + G + B =
14 + 59 + 26 = 99 (100%)
R 14 of 99 ~ 14.14%
G 59 of 99 ~ 59.6%
B 26 of 99 ~ 26.26%

%14.14
%59.6
%26.26

CMYK color model

#0E3B1A color CMYK value is (76,0,56,77).

  • cyan value is 76.27%
  • magenta value is 0.00%
  • yellow value is 55.93%
  • key color value is 76.86%
CMYK:
(76,0,56,77)
C76M0Y56K77 
(76%,0%,56%,77%)
(0.76/0.00/0.56/0.77)	

CMYK percentages

%76.27
%0
%55.93
%76.86

Codes

Color #0E3B1A in popluar color models

0E3B1A
RGB145926
HSL136°61.64%14.31%
HSB/HSV136°76.27%23.14%
CMYK76.27%0.00%55.93%
76.86%

Color #0E3B1A in popluar number systems.

HEX0E3B1A
Decimal145926
Binary111011101111010
Octal167332

Shades and tints

Shades of #0E3B1A

#0E3B1A
(14,59,26)
#0D3618
(13,54,24)
#0C3116
(12,49,22)
#0B2C14
(11,44,20)
#0A2712
(10,39,18)
#092210
(9,34,16)
#081D0E
(8,29,14)
#07180C
(7,24,12)
#06130A
(6,19,10)
#050E08
(5,14,8)
#040906
(4,9,6)
#000000
(0,0,0)

Tints of #0E3B1A

#0E3B1A
(14,59,26)
#234C2E
(35,76,46)
#385D42
(56,93,66)
#4D6E56
(77,110,86)
#627F6A
(98,127,106)
#77907E
(119,144,126)
#8CA192
(140,161,146)
#A1B2A6
(161,178,166)
#B6C3BA
(182,195,186)
#CBD4CE
(203,212,206)
#E0E5E2
(224,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E3B1A; }

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

This text font color is #0E3B1A.


Background Color

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

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

This div background color is #0E3B1A.


Border color

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

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

This div border color is #0E3B1A.


Opacity

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

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

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

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

This text has shadow with #0E3B1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E3B1A on black background.


Color preview on white background

This text has color #0E3B1A on white background.



Black color preview on #0E3B1A background

This text has black color on #0E3B1A background.


White color preview on #0E3B1A background

This text has white color on #0E3B1A background.