COLOR #0E441D

HEX: #0E441D
RGB: (14,68,29)

Color info

#0E441D contains red, green and blue colors in about the same proportion. Web safe color of #0E441D is #003333 (or #033).

RGB color model

#0E441D color RGB value is (14,68,29).

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

RGB channels and saturation

R 14 of 255 = 5%
G 68 of 255 = 27%
B 29 of 255 = 11%

14
68
29

R + G + B ~ 14%. #0E441D is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 68 + 29 = 111 (100%)
R 14 of 111 ~ 12.61%
G 68 of 111 ~ 61.26%
B 29 of 111 ~ 26.13%

%12.61
%61.26
%26.13

CMYK color model

#0E441D color CMYK value is (79,0,57,73).

  • cyan value is 79.41%
  • magenta value is 0.00%
  • yellow value is 57.35%
  • key color value is 73.33%
CMYK:
(79,0,57,73)
C79M0Y57K73 
(79%,0%,57%,73%)
(0.79/0.00/0.57/0.73)	

CMYK percentages

%79.41
%0
%57.35
%73.33

Codes

Color #0E441D in popluar color models

0E441D
RGB146829
HSL137°65.85%16.08%
HSB/HSV137°79.41%26.67%
CMYK79.41%0.00%57.35%
73.33%

Color #0E441D in popluar number systems.

HEX0E441D
Decimal146829
Binary1110100010011101
Octal1610435

Shades and tints

Shades of #0E441D

#0E441D
(14,68,29)
#0D3E1B
(13,62,27)
#0C3819
(12,56,25)
#0B3217
(11,50,23)
#0A2C15
(10,44,21)
#092613
(9,38,19)
#082011
(8,32,17)
#071A0F
(7,26,15)
#06140D
(6,20,13)
#050E0B
(5,14,11)
#040809
(4,8,9)
#000000
(0,0,0)

Tints of #0E441D

#0E441D
(14,68,29)
#235531
(35,85,49)
#386645
(56,102,69)
#4D7759
(77,119,89)
#62886D
(98,136,109)
#779981
(119,153,129)
#8CAA95
(140,170,149)
#A1BBA9
(161,187,169)
#B6CCBD
(182,204,189)
#CBDDD1
(203,221,209)
#E0EEE5
(224,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E441D color. Also use rgb(14,68,29) instead hex code.

Text Font Color

.myTextColor { color: #0E441D; }

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

This text font color is #0E441D.


Background Color

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

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

This div background color is #0E441D.


Border color

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

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

This div border color is #0E441D.


Opacity

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

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

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

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

This text has shadow with #0E441D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E441D on black background.


Color preview on white background

This text has color #0E441D on white background.



Black color preview on #0E441D background

This text has black color on #0E441D background.


White color preview on #0E441D background

This text has white color on #0E441D background.