COLOR #0E0306

HEX: #0E0306 RGB: (14,3,6)

Color info

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

RGB color model

#0E0306 color RGB value is (14,3,6).

RGB: (14,3,6) (5%, 1%, 2%)

RGB channels and saturation

R 14 of 255 = 5%
G 3 of 255 = 1%
B 6 of 255 = 2%

14
3
6

R + G + B ~ 3%. #0E0306 is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 3 + 6 = 23 (100%)
R 14 of 23 ~ 60.87%
G 3 of 23 ~ 13.04%
B 6 of 23 ~ 26.09'%

%60.87
%13.04
%26.09

CMYK color model

#0E0306 color CMYK value is (0,79,57,95).

  • cyan value is 0.00%
  • magenta value is 78.57%
  • yellow value is 57.14%
  • key color value is 94.51%
CMYK: (0,79,57,95) C0M79Y57K95 (0%,79%,57%,95%) (0.00/0.79/0.57/0.95) 

CMYK percentages

%0
%78.57
%57.14
%94.51

Codes

Color #0E0306 in popluar color models

0E 03 06
RGB 14 3 6
HSL 344° 64.71% 3.33%
HSB/HSV 344° 78.57% 5.49%
CMYK 0.00% 78.57% 57.14%
94.51%

Color #0E0306 in popluar number systems.

HEX 0E 03 06
Decimal 14 3 6
Binary 1110 11 110
Octal 16 3 6

Shades and tints

Shades of #0E0306

#0E0306
(14,3,6)
#0D0306
(13,3,6)
#0C0306
(12,3,6)
#0B0306
(11,3,6)
#0A0306
(10,3,6)
#090306
(9,3,6)
#080306
(8,3,6)
#070306
(7,3,6)
#060306
(6,3,6)
#050306
(5,3,6)
#040306
(4,3,6)
#000000
(0,0,0)

Tints of #0E0306

#0E0306
(14,3,6)
#23191C
(35,25,28)
#382F32
(56,47,50)
#4D4548
(77,69,72)
#625B5E
(98,91,94)
#777174
(119,113,116)
#8C878A
(140,135,138)
#A19DA0
(161,157,160)
#B6B3B6
(182,179,182)
#CBC9CC
(203,201,204)
#E0DFE2
(224,223,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E0306; }

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

This text font color is #0E0306.

Background Color

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

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

This div background color is #0E0306.

Border color

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

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

This div border color is #0E0306.

Opacity

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

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

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

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

This text has shadow with #0E0306 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E0306.

Preview

Color preview on black background

This text has color #0E0306 on black background.


Color preview on white background

This text has color #0E0306 on white background.


Black color preview on #0E0306 background

This text has black color on #0E0306 background.


White color preview on #0E0306 background

This text has white color on #0E0306 background.


Related colors

Complementary color

Complementary color for #hex is #F1FCF9.


I love getcolorcode.com

Triadic colors

1 #060E03 and #03060E with #0E0306 are triadic colors.

2 #06030E and #030E06 with #0E0306 are triadic colors.