COLOR #0E1B07

HEX: #0E1B07
RGB: (14,27,7)

Color info

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

RGB color model

#0E1B07 color RGB value is (14,27,7).

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

RGB channels and saturation

R 14 of 255 = 5%
G 27 of 255 = 11%
B 7 of 255 = 3%

14
27
7

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

Portions of RGB colors in percentages

R + G + B =
14 + 27 + 7 = 48 (100%)
R 14 of 48 ~ 29.17%
G 27 of 48 ~ 56.25%
B 7 of 48 ~ 14.58%

%29.17
%56.25
%14.58

CMYK color model

#0E1B07 color CMYK value is (48,0,74,89).

  • cyan value is 48.15%
  • magenta value is 0.00%
  • yellow value is 74.07%
  • key color value is 89.41%
CMYK:
(48,0,74,89)
C48M0Y74K89 
(48%,0%,74%,89%)
(0.48/0.00/0.74/0.89)	

CMYK percentages

%48.15
%0
%74.07
%89.41

Codes

Color #0E1B07 in popluar color models

0E1B07
RGB14277
HSL99°58.82%6.67%
HSB/HSV99°74.07%10.59%
CMYK48.15%0.00%74.07%
89.41%

Color #0E1B07 in popluar number systems.

HEX0E1B07
Decimal14277
Binary111011011111
Octal16337

Shades and tints

Shades of #0E1B07

#0E1B07
(14,27,7)
#0D1907
(13,25,7)
#0C1707
(12,23,7)
#0B1507
(11,21,7)
#0A1307
(10,19,7)
#091107
(9,17,7)
#080F07
(8,15,7)
#070D07
(7,13,7)
#060B07
(6,11,7)
#050907
(5,9,7)
#040707
(4,7,7)
#000000
(0,0,0)

Tints of #0E1B07

#0E1B07
(14,27,7)
#232F1D
(35,47,29)
#384333
(56,67,51)
#4D5749
(77,87,73)
#626B5F
(98,107,95)
#777F75
(119,127,117)
#8C938B
(140,147,139)
#A1A7A1
(161,167,161)
#B6BBB7
(182,187,183)
#CBCFCD
(203,207,205)
#E0E3E3
(224,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E1B07; }

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

This text font color is #0E1B07.


Background Color

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

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

This div background color is #0E1B07.


Border color

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

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

This div border color is #0E1B07.


Opacity

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

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

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

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

This text has shadow with #0E1B07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E1B07 on black background.


Color preview on white background

This text has color #0E1B07 on white background.



Black color preview on #0E1B07 background

This text has black color on #0E1B07 background.


White color preview on #0E1B07 background

This text has white color on #0E1B07 background.