COLOR #0E2918

HEX: #0E2918
RGB: (14,41,24)

Color info

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

RGB color model

#0E2918 color RGB value is (14,41,24).

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

RGB channels and saturation

R 14 of 255 = 5%
G 41 of 255 = 16%
B 24 of 255 = 9%

14
41
24

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

Portions of RGB colors in percentages

R + G + B =
14 + 41 + 24 = 79 (100%)
R 14 of 79 ~ 17.72%
G 41 of 79 ~ 51.9%
B 24 of 79 ~ 30.38%

%17.72
%51.9
%30.38

CMYK color model

#0E2918 color CMYK value is (66,0,41,84).

  • cyan value is 65.85%
  • magenta value is 0.00%
  • yellow value is 41.46%
  • key color value is 83.92%
CMYK:
(66,0,41,84)
C66M0Y41K84 
(66%,0%,41%,84%)
(0.66/0.00/0.41/0.84)	

CMYK percentages

%65.85
%0
%41.46
%83.92

Codes

Color #0E2918 in popluar color models

0E2918
RGB144124
HSL142°49.09%10.78%
HSB/HSV142°65.85%16.08%
CMYK65.85%0.00%41.46%
83.92%

Color #0E2918 in popluar number systems.

HEX0E2918
Decimal144124
Binary111010100111000
Octal165130

Shades and tints

Shades of #0E2918

#0E2918
(14,41,24)
#0D2616
(13,38,22)
#0C2314
(12,35,20)
#0B2012
(11,32,18)
#0A1D10
(10,29,16)
#091A0E
(9,26,14)
#08170C
(8,23,12)
#07140A
(7,20,10)
#061108
(6,17,8)
#050E06
(5,14,6)
#040B04
(4,11,4)
#000000
(0,0,0)

Tints of #0E2918

#0E2918
(14,41,24)
#233C2D
(35,60,45)
#384F42
(56,79,66)
#4D6257
(77,98,87)
#62756C
(98,117,108)
#778881
(119,136,129)
#8C9B96
(140,155,150)
#A1AEAB
(161,174,171)
#B6C1C0
(182,193,192)
#CBD4D5
(203,212,213)
#E0E7EA
(224,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E2918; }

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

This text font color is #0E2918.


Background Color

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

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

This div background color is #0E2918.


Border color

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

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

This div border color is #0E2918.


Opacity

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

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

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

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

This text has shadow with #0E2918 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E2918 on black background.


Color preview on white background

This text has color #0E2918 on white background.



Black color preview on #0E2918 background

This text has black color on #0E2918 background.


White color preview on #0E2918 background

This text has white color on #0E2918 background.