COLOR #0E280D

HEX: #0E280D
RGB: (14,40,13)

Color info

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

RGB color model

#0E280D color RGB value is (14,40,13).

  • red value is 14;
  • green value is 40;
  • blue value is 13.
RGB:
(14,40,13)
(5%,16%,5%)

RGB channels and saturation

R 14 of 255 = 5%
G 40 of 255 = 16%
B 13 of 255 = 5%

14
40
13

R + G + B ~ 9%. #0E280D is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 40 + 13 = 67 (100%)
R 14 of 67 ~ 20.9%
G 40 of 67 ~ 59.7%
B 13 of 67 ~ 19.4%

%20.9
%59.7
%19.4

CMYK color model

#0E280D color CMYK value is (65,0,68,84).

  • cyan value is 65.00%
  • magenta value is 0.00%
  • yellow value is 67.50%
  • key color value is 84.31%
CMYK:
(65,0,68,84)
C65M0Y68K84 
(65%,0%,68%,84%)
(0.65/0.00/0.68/0.84)	

CMYK percentages

%65
%0
%67.5
%84.31

Codes

Color #0E280D in popluar color models

0E280D
RGB144013
HSL118°50.94%10.39%
HSB/HSV118°67.50%15.69%
CMYK65.00%0.00%67.50%
84.31%

Color #0E280D in popluar number systems.

HEX0E280D
Decimal144013
Binary11101010001101
Octal165015

Shades and tints

Shades of #0E280D

#0E280D
(14,40,13)
#0D250C
(13,37,12)
#0C220B
(12,34,11)
#0B1F0A
(11,31,10)
#0A1C09
(10,28,9)
#091908
(9,25,8)
#081607
(8,22,7)
#071306
(7,19,6)
#061005
(6,16,5)
#050D04
(5,13,4)
#040A03
(4,10,3)
#000000
(0,0,0)

Tints of #0E280D

#0E280D
(14,40,13)
#233B23
(35,59,35)
#384E39
(56,78,57)
#4D614F
(77,97,79)
#627465
(98,116,101)
#77877B
(119,135,123)
#8C9A91
(140,154,145)
#A1ADA7
(161,173,167)
#B6C0BD
(182,192,189)
#CBD3D3
(203,211,211)
#E0E6E9
(224,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E280D color. Also use rgb(14,40,13) instead hex code.

Text Font Color

.myTextColor { color: #0E280D; }

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

This text font color is #0E280D.


Background Color

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

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

This div background color is #0E280D.


Border color

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

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

This div border color is #0E280D.


Opacity

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

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

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

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

This text has shadow with #0E280D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E280D on black background.


Color preview on white background

This text has color #0E280D on white background.



Black color preview on #0E280D background

This text has black color on #0E280D background.


White color preview on #0E280D background

This text has white color on #0E280D background.