COLOR #0E1607

HEX: #0E1607
RGB: (14,22,7)

Color info

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

RGB color model

#0E1607 color RGB value is (14,22,7).

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

RGB channels and saturation

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

14
22
7

R + G + B ~ 6%. #0E1607 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 22 + 7 = 43 (100%)
R 14 of 43 ~ 32.56%
G 22 of 43 ~ 51.16%
B 7 of 43 ~ 16.28%

%32.56
%51.16
%16.28

CMYK color model

#0E1607 color CMYK value is (36,0,68,91).

  • cyan value is 36.36%
  • magenta value is 0.00%
  • yellow value is 68.18%
  • key color value is 91.37%
CMYK:
(36,0,68,91)
C36M0Y68K91 
(36%,0%,68%,91%)
(0.36/0.00/0.68/0.91)	

CMYK percentages

%36.36
%0
%68.18
%91.37

Codes

Color #0E1607 in popluar color models

0E1607
RGB14227
HSL92°51.72%5.69%
HSB/HSV92°68.18%8.63%
CMYK36.36%0.00%68.18%
91.37%

Color #0E1607 in popluar number systems.

HEX0E1607
Decimal14227
Binary111010110111
Octal16267

Shades and tints

Shades of #0E1607

#0E1607
(14,22,7)
#0D1407
(13,20,7)
#0C1207
(12,18,7)
#0B1007
(11,16,7)
#0A0E07
(10,14,7)
#090C07
(9,12,7)
#080A07
(8,10,7)
#070807
(7,8,7)
#060607
(6,6,7)
#050407
(5,4,7)
#040207
(4,2,7)
#000000
(0,0,0)

Tints of #0E1607

#0E1607
(14,22,7)
#232B1D
(35,43,29)
#384033
(56,64,51)
#4D5549
(77,85,73)
#626A5F
(98,106,95)
#777F75
(119,127,117)
#8C948B
(140,148,139)
#A1A9A1
(161,169,161)
#B6BEB7
(182,190,183)
#CBD3CD
(203,211,205)
#E0E8E3
(224,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E1607; }

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

This text font color is #0E1607.


Background Color

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

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

This div background color is #0E1607.


Border color

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

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

This div border color is #0E1607.


Opacity

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

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

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

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

This text has shadow with #0E1607 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E1607 on black background.


Color preview on white background

This text has color #0E1607 on white background.



Black color preview on #0E1607 background

This text has black color on #0E1607 background.


White color preview on #0E1607 background

This text has white color on #0E1607 background.