COLOR #0E0316

HEX: #0E0316
RGB: (14,3,22)

Color info

#0E0316 contains red, green and blue colors in about the same proportion. #0E0316 color is web safe color. It maybe written shortly as #001.

RGB color model

#0E0316 color RGB value is (14,3,22).

  • red value is 14;
  • green value is 3;
  • blue value is 22.
RGB:
(14,3,22)
(5%,1%,9%)

RGB channels and saturation

R 14 of 255 = 5%
G 3 of 255 = 1%
B 22 of 255 = 9%

14
3
22

R + G + B ~ 5%. #0E0316 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 3 + 22 = 39 (100%)
R 14 of 39 ~ 35.9%
G 3 of 39 ~ 7.69%
B 22 of 39 ~ 56.41%

%35.9
%56.41

CMYK color model

#0E0316 color CMYK value is (36,86,0,91).

  • cyan value is 36.36%
  • magenta value is 86.36%
  • yellow value is 0.00%
  • key color value is 91.37%
CMYK:
(36,86,0,91)
C36M86Y0K91 
(36%,86%,0%,91%)
(0.36/0.86/0.00/0.91)	

CMYK percentages

%36.36
%86.36
%0
%91.37

Codes

Color #0E0316 in popluar color models

0E0316
RGB14322
HSL275°76.00%4.90%
HSB/HSV275°86.36%8.63%
CMYK36.36%86.36%0.00%
91.37%

Color #0E0316 in popluar number systems.

HEX0E0316
Decimal14322
Binary11101110110
Octal16326

Shades and tints

Shades of #0E0316

#0E0316
(14,3,22)
#0D0314
(13,3,20)
#0C0312
(12,3,18)
#0B0310
(11,3,16)
#0A030E
(10,3,14)
#09030C
(9,3,12)
#08030A
(8,3,10)
#070308
(7,3,8)
#060306
(6,3,6)
#050304
(5,3,4)
#040302
(4,3,2)
#000000
(0,0,0)

Tints of #0E0316

#0E0316
(14,3,22)
#23192B
(35,25,43)
#382F40
(56,47,64)
#4D4555
(77,69,85)
#625B6A
(98,91,106)
#77717F
(119,113,127)
#8C8794
(140,135,148)
#A19DA9
(161,157,169)
#B6B3BE
(182,179,190)
#CBC9D3
(203,201,211)
#E0DFE8
(224,223,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E0316 color. Also use rgb(14,3,22) instead hex code.

Text Font Color

.myTextColor { color: #0E0316; }

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

This text font color is #0E0316.


Background Color

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

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

This div background color is #0E0316.


Border color

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

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

This div border color is #0E0316.


Opacity

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

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

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

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

This text has shadow with #0E0316 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E0316 on black background.


Color preview on white background

This text has color #0E0316 on white background.



Black color preview on #0E0316 background

This text has black color on #0E0316 background.


White color preview on #0E0316 background

This text has white color on #0E0316 background.