COLOR #0E3013

HEX: #0E3013
RGB: (14,48,19)

Color info

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

RGB color model

#0E3013 color RGB value is (14,48,19).

  • red value is 14;
  • green value is 48;
  • blue value is 19.
RGB:
(14,48,19)
(5%,19%,7%)

RGB channels and saturation

R 14 of 255 = 5%
G 48 of 255 = 19%
B 19 of 255 = 7%

14
48
19

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

Portions of RGB colors in percentages

R + G + B =
14 + 48 + 19 = 81 (100%)
R 14 of 81 ~ 17.28%
G 48 of 81 ~ 59.26%
B 19 of 81 ~ 23.46%

%17.28
%59.26
%23.46

CMYK color model

#0E3013 color CMYK value is (71,0,60,81).

  • cyan value is 70.83%
  • magenta value is 0.00%
  • yellow value is 60.42%
  • key color value is 81.18%
CMYK:
(71,0,60,81)
C71M0Y60K81 
(71%,0%,60%,81%)
(0.71/0.00/0.60/0.81)	

CMYK percentages

%70.83
%0
%60.42
%81.18

Codes

Color #0E3013 in popluar color models

0E3013
RGB144819
HSL129°54.84%12.16%
HSB/HSV129°70.83%18.82%
CMYK70.83%0.00%60.42%
81.18%

Color #0E3013 in popluar number systems.

HEX0E3013
Decimal144819
Binary111011000010011
Octal166023

Shades and tints

Shades of #0E3013

#0E3013
(14,48,19)
#0D2C12
(13,44,18)
#0C2811
(12,40,17)
#0B2410
(11,36,16)
#0A200F
(10,32,15)
#091C0E
(9,28,14)
#08180D
(8,24,13)
#07140C
(7,20,12)
#06100B
(6,16,11)
#050C0A
(5,12,10)
#040809
(4,8,9)
#000000
(0,0,0)

Tints of #0E3013

#0E3013
(14,48,19)
#234228
(35,66,40)
#38543D
(56,84,61)
#4D6652
(77,102,82)
#627867
(98,120,103)
#778A7C
(119,138,124)
#8C9C91
(140,156,145)
#A1AEA6
(161,174,166)
#B6C0BB
(182,192,187)
#CBD2D0
(203,210,208)
#E0E4E5
(224,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E3013 color. Also use rgb(14,48,19) instead hex code.

Text Font Color

.myTextColor { color: #0E3013; }

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

This text font color is #0E3013.


Background Color

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

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

This div background color is #0E3013.


Border color

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

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

This div border color is #0E3013.


Opacity

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

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

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

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

This text has shadow with #0E3013 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E3013 on black background.


Color preview on white background

This text has color #0E3013 on white background.



Black color preview on #0E3013 background

This text has black color on #0E3013 background.


White color preview on #0E3013 background

This text has white color on #0E3013 background.