COLOR #0E0317

HEX: #0E0317
RGB: (14,3,23)

Color info

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

RGB color model

#0E0317 color RGB value is (14,3,23).

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

RGB channels and saturation

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

14
3
23

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

Portions of RGB colors in percentages

R + G + B =
14 + 3 + 23 = 40 (100%)
R 14 of 40 ~ 35%
G 3 of 40 ~ 7.5%
B 23 of 40 ~ 57.5%

%35
%57.5

CMYK color model

#0E0317 color CMYK value is (39,87,0,91).

  • cyan value is 39.13%
  • magenta value is 86.96%
  • yellow value is 0.00%
  • key color value is 90.98%
CMYK:
(39,87,0,91)
C39M87Y0K91 
(39%,87%,0%,91%)
(0.39/0.87/0.00/0.91)	

CMYK percentages

%39.13
%86.96
%0
%90.98

Codes

Color #0E0317 in popluar color models

0E0317
RGB14323
HSL273°76.92%5.10%
HSB/HSV273°86.96%9.02%
CMYK39.13%86.96%0.00%
90.98%

Color #0E0317 in popluar number systems.

HEX0E0317
Decimal14323
Binary11101110111
Octal16327

Shades and tints

Shades of #0E0317

#0E0317
(14,3,23)
#0D0315
(13,3,21)
#0C0313
(12,3,19)
#0B0311
(11,3,17)
#0A030F
(10,3,15)
#09030D
(9,3,13)
#08030B
(8,3,11)
#070309
(7,3,9)
#060307
(6,3,7)
#050305
(5,3,5)
#040303
(4,3,3)
#000000
(0,0,0)

Tints of #0E0317

#0E0317
(14,3,23)
#23192C
(35,25,44)
#382F41
(56,47,65)
#4D4556
(77,69,86)
#625B6B
(98,91,107)
#777180
(119,113,128)
#8C8795
(140,135,149)
#A19DAA
(161,157,170)
#B6B3BF
(182,179,191)
#CBC9D4
(203,201,212)
#E0DFE9
(224,223,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E0317; }

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

This text font color is #0E0317.


Background Color

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

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

This div background color is #0E0317.


Border color

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

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

This div border color is #0E0317.


Opacity

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

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

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

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

This text has shadow with #0E0317 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E0317 on black background.


Color preview on white background

This text has color #0E0317 on white background.



Black color preview on #0E0317 background

This text has black color on #0E0317 background.


White color preview on #0E0317 background

This text has white color on #0E0317 background.