COLOR #0E210F

HEX: #0E210F
RGB: (14,33,15)

Color info

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

RGB color model

#0E210F color RGB value is (14,33,15).

  • red value is 14;
  • green value is 33;
  • blue value is 15.
RGB:
(14,33,15)
(5%,13%,6%)

RGB channels and saturation

R 14 of 255 = 5%
G 33 of 255 = 13%
B 15 of 255 = 6%

14
33
15

R + G + B ~ 8%. #0E210F is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 33 + 15 = 62 (100%)
R 14 of 62 ~ 22.58%
G 33 of 62 ~ 53.23%
B 15 of 62 ~ 24.19%

%22.58
%53.23
%24.19

CMYK color model

#0E210F color CMYK value is (58,0,55,87).

  • cyan value is 57.58%
  • magenta value is 0.00%
  • yellow value is 54.55%
  • key color value is 87.06%
CMYK:
(58,0,55,87)
C58M0Y55K87 
(58%,0%,55%,87%)
(0.58/0.00/0.55/0.87)	

CMYK percentages

%57.58
%0
%54.55
%87.06

Codes

Color #0E210F in popluar color models

0E210F
RGB143315
HSL123°40.43%9.22%
HSB/HSV123°57.58%12.94%
CMYK57.58%0.00%54.55%
87.06%

Color #0E210F in popluar number systems.

HEX0E210F
Decimal143315
Binary11101000011111
Octal164117

Shades and tints

Shades of #0E210F

#0E210F
(14,33,15)
#0D1E0E
(13,30,14)
#0C1B0D
(12,27,13)
#0B180C
(11,24,12)
#0A150B
(10,21,11)
#09120A
(9,18,10)
#080F09
(8,15,9)
#070C08
(7,12,8)
#060907
(6,9,7)
#050606
(5,6,6)
#040305
(4,3,5)
#000000
(0,0,0)

Tints of #0E210F

#0E210F
(14,33,15)
#233524
(35,53,36)
#384939
(56,73,57)
#4D5D4E
(77,93,78)
#627163
(98,113,99)
#778578
(119,133,120)
#8C998D
(140,153,141)
#A1ADA2
(161,173,162)
#B6C1B7
(182,193,183)
#CBD5CC
(203,213,204)
#E0E9E1
(224,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E210F color. Also use rgb(14,33,15) instead hex code.

Text Font Color

.myTextColor { color: #0E210F; }

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

This text font color is #0E210F.


Background Color

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

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

This div background color is #0E210F.


Border color

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

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

This div border color is #0E210F.


Opacity

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

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

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

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

This text has shadow with #0E210F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E210F on black background.


Color preview on white background

This text has color #0E210F on white background.



Black color preview on #0E210F background

This text has black color on #0E210F background.


White color preview on #0E210F background

This text has white color on #0E210F background.