COLOR #0E291A

HEX: #0E291A
RGB: (14,41,26)

Color info

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

RGB color model

#0E291A color RGB value is (14,41,26).

  • red value is 14;
  • green value is 41;
  • blue value is 26.
RGB:
(14,41,26)
(5%,16%,10%)

RGB channels and saturation

R 14 of 255 = 5%
G 41 of 255 = 16%
B 26 of 255 = 10%

14
41
26

R + G + B ~ 10%. #0E291A is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 41 + 26 = 81 (100%)
R 14 of 81 ~ 17.28%
G 41 of 81 ~ 50.62%
B 26 of 81 ~ 32.1%

%17.28
%50.62
%32.1

CMYK color model

#0E291A color CMYK value is (66,0,37,84).

  • cyan value is 65.85%
  • magenta value is 0.00%
  • yellow value is 36.59%
  • key color value is 83.92%
CMYK:
(66,0,37,84)
C66M0Y37K84 
(66%,0%,37%,84%)
(0.66/0.00/0.37/0.84)	

CMYK percentages

%65.85
%0
%36.59
%83.92

Codes

Color #0E291A in popluar color models

0E291A
RGB144126
HSL147°49.09%10.78%
HSB/HSV147°65.85%16.08%
CMYK65.85%0.00%36.59%
83.92%

Color #0E291A in popluar number systems.

HEX0E291A
Decimal144126
Binary111010100111010
Octal165132

Shades and tints

Shades of #0E291A

#0E291A
(14,41,26)
#0D2618
(13,38,24)
#0C2316
(12,35,22)
#0B2014
(11,32,20)
#0A1D12
(10,29,18)
#091A10
(9,26,16)
#08170E
(8,23,14)
#07140C
(7,20,12)
#06110A
(6,17,10)
#050E08
(5,14,8)
#040B06
(4,11,6)
#000000
(0,0,0)

Tints of #0E291A

#0E291A
(14,41,26)
#233C2E
(35,60,46)
#384F42
(56,79,66)
#4D6256
(77,98,86)
#62756A
(98,117,106)
#77887E
(119,136,126)
#8C9B92
(140,155,146)
#A1AEA6
(161,174,166)
#B6C1BA
(182,193,186)
#CBD4CE
(203,212,206)
#E0E7E2
(224,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E291A color. Also use rgb(14,41,26) instead hex code.

Text Font Color

.myTextColor { color: #0E291A; }

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

This text font color is #0E291A.


Background Color

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

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

This div background color is #0E291A.


Border color

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

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

This div border color is #0E291A.


Opacity

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

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

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

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

This text has shadow with #0E291A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E291A on black background.


Color preview on white background

This text has color #0E291A on white background.



Black color preview on #0E291A background

This text has black color on #0E291A background.


White color preview on #0E291A background

This text has white color on #0E291A background.