COLOR #0E1D1B

HEX: #0E1D1B
RGB: (14,29,27)

Color info

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

RGB color model

#0E1D1B color RGB value is (14,29,27).

  • red value is 14;
  • green value is 29;
  • blue value is 27.
RGB:
(14,29,27)
(5%,11%,11%)

RGB channels and saturation

R 14 of 255 = 5%
G 29 of 255 = 11%
B 27 of 255 = 11%

14
29
27

R + G + B ~ 9%. #0E1D1B is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 29 + 27 = 70 (100%)
R 14 of 70 ~ 20%
G 29 of 70 ~ 41.43%
B 27 of 70 ~ 38.57%

%20
%41.43
%38.57

CMYK color model

#0E1D1B color CMYK value is (52,0,7,89).

  • cyan value is 51.72%
  • magenta value is 0.00%
  • yellow value is 6.90%
  • key color value is 88.63%
CMYK:
(52,0,7,89)
C52M0Y7K89 
(52%,0%,7%,89%)
(0.52/0.00/0.07/0.89)	

CMYK percentages

%51.72
%0
%6.9
%88.63

Codes

Color #0E1D1B in popluar color models

0E1D1B
RGB142927
HSL172°34.88%8.43%
HSB/HSV172°51.72%11.37%
CMYK51.72%0.00%6.90%
88.63%

Color #0E1D1B in popluar number systems.

HEX0E1D1B
Decimal142927
Binary11101110111011
Octal163533

Shades and tints

Shades of #0E1D1B

#0E1D1B
(14,29,27)
#0D1B19
(13,27,25)
#0C1917
(12,25,23)
#0B1715
(11,23,21)
#0A1513
(10,21,19)
#091311
(9,19,17)
#08110F
(8,17,15)
#070F0D
(7,15,13)
#060D0B
(6,13,11)
#050B09
(5,11,9)
#040907
(4,9,7)
#000000
(0,0,0)

Tints of #0E1D1B

#0E1D1B
(14,29,27)
#23312F
(35,49,47)
#384543
(56,69,67)
#4D5957
(77,89,87)
#626D6B
(98,109,107)
#77817F
(119,129,127)
#8C9593
(140,149,147)
#A1A9A7
(161,169,167)
#B6BDBB
(182,189,187)
#CBD1CF
(203,209,207)
#E0E5E3
(224,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E1D1B; }

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

This text font color is #0E1D1B.


Background Color

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

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

This div background color is #0E1D1B.


Border color

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

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

This div border color is #0E1D1B.


Opacity

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

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

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

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

This text has shadow with #0E1D1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E1D1B on black background.


Color preview on white background

This text has color #0E1D1B on white background.



Black color preview on #0E1D1B background

This text has black color on #0E1D1B background.


White color preview on #0E1D1B background

This text has white color on #0E1D1B background.