COLOR #0E3318

HEX: #0E3318
RGB: (14,51,24)

Color info

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

RGB color model

#0E3318 color RGB value is (14,51,24).

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

RGB channels and saturation

R 14 of 255 = 5%
G 51 of 255 = 20%
B 24 of 255 = 9%

14
51
24

R + G + B ~ 11%. #0E3318 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 51 + 24 = 89 (100%)
R 14 of 89 ~ 15.73%
G 51 of 89 ~ 57.3%
B 24 of 89 ~ 26.97%

%15.73
%57.3
%26.97

CMYK color model

#0E3318 color CMYK value is (73,0,53,80).

  • cyan value is 72.55%
  • magenta value is 0.00%
  • yellow value is 52.94%
  • key color value is 80.00%
CMYK:
(73,0,53,80)
C73M0Y53K80 
(73%,0%,53%,80%)
(0.73/0.00/0.53/0.80)	

CMYK percentages

%72.55
%0
%52.94
%80

Codes

Color #0E3318 in popluar color models

0E3318
RGB145124
HSL136°56.92%12.75%
HSB/HSV136°72.55%20.00%
CMYK72.55%0.00%52.94%
80.00%

Color #0E3318 in popluar number systems.

HEX0E3318
Decimal145124
Binary111011001111000
Octal166330

Shades and tints

Shades of #0E3318

#0E3318
(14,51,24)
#0D2F16
(13,47,22)
#0C2B14
(12,43,20)
#0B2712
(11,39,18)
#0A2310
(10,35,16)
#091F0E
(9,31,14)
#081B0C
(8,27,12)
#07170A
(7,23,10)
#061308
(6,19,8)
#050F06
(5,15,6)
#040B04
(4,11,4)
#000000
(0,0,0)

Tints of #0E3318

#0E3318
(14,51,24)
#23452D
(35,69,45)
#385742
(56,87,66)
#4D6957
(77,105,87)
#627B6C
(98,123,108)
#778D81
(119,141,129)
#8C9F96
(140,159,150)
#A1B1AB
(161,177,171)
#B6C3C0
(182,195,192)
#CBD5D5
(203,213,213)
#E0E7EA
(224,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E3318; }

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

This text font color is #0E3318.


Background Color

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

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

This div background color is #0E3318.


Border color

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

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

This div border color is #0E3318.


Opacity

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

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

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

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

This text has shadow with #0E3318 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E3318 on black background.


Color preview on white background

This text has color #0E3318 on white background.



Black color preview on #0E3318 background

This text has black color on #0E3318 background.


White color preview on #0E3318 background

This text has white color on #0E3318 background.