COLOR #0E221B

HEX: #0E221B
RGB: (14,34,27)

Color info

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

RGB color model

#0E221B color RGB value is (14,34,27).

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

RGB channels and saturation

R 14 of 255 = 5%
G 34 of 255 = 13%
B 27 of 255 = 11%

14
34
27

R + G + B ~ 10%. #0E221B is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 34 + 27 = 75 (100%)
R 14 of 75 ~ 18.67%
G 34 of 75 ~ 45.33%
B 27 of 75 ~ 36%

%18.67
%45.33
%36

CMYK color model

#0E221B color CMYK value is (59,0,21,87).

  • cyan value is 58.82%
  • magenta value is 0.00%
  • yellow value is 20.59%
  • key color value is 86.67%
CMYK:
(59,0,21,87)
C59M0Y21K87 
(59%,0%,21%,87%)
(0.59/0.00/0.21/0.87)	

CMYK percentages

%58.82
%0
%20.59
%86.67

Codes

Color #0E221B in popluar color models

0E221B
RGB143427
HSL159°41.67%9.41%
HSB/HSV159°58.82%13.33%
CMYK58.82%0.00%20.59%
86.67%

Color #0E221B in popluar number systems.

HEX0E221B
Decimal143427
Binary111010001011011
Octal164233

Shades and tints

Shades of #0E221B

#0E221B
(14,34,27)
#0D1F19
(13,31,25)
#0C1C17
(12,28,23)
#0B1915
(11,25,21)
#0A1613
(10,22,19)
#091311
(9,19,17)
#08100F
(8,16,15)
#070D0D
(7,13,13)
#060A0B
(6,10,11)
#050709
(5,7,9)
#040407
(4,4,7)
#000000
(0,0,0)

Tints of #0E221B

#0E221B
(14,34,27)
#23362F
(35,54,47)
#384A43
(56,74,67)
#4D5E57
(77,94,87)
#62726B
(98,114,107)
#77867F
(119,134,127)
#8C9A93
(140,154,147)
#A1AEA7
(161,174,167)
#B6C2BB
(182,194,187)
#CBD6CF
(203,214,207)
#E0EAE3
(224,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E221B; }

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

This text font color is #0E221B.


Background Color

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

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

This div background color is #0E221B.


Border color

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

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

This div border color is #0E221B.


Opacity

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

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

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

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

This text has shadow with #0E221B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E221B on black background.


Color preview on white background

This text has color #0E221B on white background.



Black color preview on #0E221B background

This text has black color on #0E221B background.


White color preview on #0E221B background

This text has white color on #0E221B background.