COLOR #0E2B1F

HEX: #0E2B1F
RGB: (14,43,31)

Color info

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

RGB color model

#0E2B1F color RGB value is (14,43,31).

  • red value is 14;
  • green value is 43;
  • blue value is 31.
RGB:
(14,43,31)
(5%,17%,12%)

RGB channels and saturation

R 14 of 255 = 5%
G 43 of 255 = 17%
B 31 of 255 = 12%

14
43
31

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

Portions of RGB colors in percentages

R + G + B =
14 + 43 + 31 = 88 (100%)
R 14 of 88 ~ 15.91%
G 43 of 88 ~ 48.86%
B 31 of 88 ~ 35.23%

%15.91
%48.86
%35.23

CMYK color model

#0E2B1F color CMYK value is (67,0,28,83).

  • cyan value is 67.44%
  • magenta value is 0.00%
  • yellow value is 27.91%
  • key color value is 83.14%
CMYK:
(67,0,28,83)
C67M0Y28K83 
(67%,0%,28%,83%)
(0.67/0.00/0.28/0.83)	

CMYK percentages

%67.44
%0
%27.91
%83.14

Codes

Color #0E2B1F in popluar color models

0E2B1F
RGB144331
HSL155°50.88%11.18%
HSB/HSV155°67.44%16.86%
CMYK67.44%0.00%27.91%
83.14%

Color #0E2B1F in popluar number systems.

HEX0E2B1F
Decimal144331
Binary111010101111111
Octal165337

Shades and tints

Shades of #0E2B1F

#0E2B1F
(14,43,31)
#0D281D
(13,40,29)
#0C251B
(12,37,27)
#0B2219
(11,34,25)
#0A1F17
(10,31,23)
#091C15
(9,28,21)
#081913
(8,25,19)
#071611
(7,22,17)
#06130F
(6,19,15)
#05100D
(5,16,13)
#040D0B
(4,13,11)
#000000
(0,0,0)

Tints of #0E2B1F

#0E2B1F
(14,43,31)
#233E33
(35,62,51)
#385147
(56,81,71)
#4D645B
(77,100,91)
#62776F
(98,119,111)
#778A83
(119,138,131)
#8C9D97
(140,157,151)
#A1B0AB
(161,176,171)
#B6C3BF
(182,195,191)
#CBD6D3
(203,214,211)
#E0E9E7
(224,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E2B1F color. Also use rgb(14,43,31) instead hex code.

Text Font Color

.myTextColor { color: #0E2B1F; }

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

This text font color is #0E2B1F.


Background Color

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

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

This div background color is #0E2B1F.


Border color

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

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

This div border color is #0E2B1F.


Opacity

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

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

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

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

This text has shadow with #0E2B1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E2B1F on black background.


Color preview on white background

This text has color #0E2B1F on white background.



Black color preview on #0E2B1F background

This text has black color on #0E2B1F background.


White color preview on #0E2B1F background

This text has white color on #0E2B1F background.