COLOR #0E3014

HEX: #0E3014 RGB: (14,48,20)

Color info

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

RGB color model

#0E3014 color RGB value is (14,48,20).

RGB: (14,48,20) (5%, 19%, 8%)

RGB channels and saturation

R 14 of 255 = 5%
G 48 of 255 = 19%
B 20 of 255 = 8%

14
48
20

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

Portions of RGB colors in percentages

R + G + B = 14 + 48 + 20 = 82 (100%)
R 14 of 82 ~ 17.07%
G 48 of 82 ~ 58.54%
B 20 of 82 ~ 24.39'%

%17.07
%58.54
%24.39

CMYK color model

#0E3014 color CMYK value is (71,0,58,81).

  • cyan value is 70.83%
  • magenta value is 0.00%
  • yellow value is 58.33%
  • key color value is 81.18%

CMYK: (71,0,58,81)
C71M0Y58K81 (71%, 0%, 58%, 81%)
(0.71 / 0.00 / 0.58 / 0.81)

CMYK percentages

%70.83
%0
%58.33
%81.18

Codes

Color #0E3014 in popluar color models

0E 30 14
RGB 14 48 20
HSL 131° 54.84% 12.16%
HSB/HSV 131° 70.83% 18.82%
CMYK 70.83% 0.00% 58.33%
81.18%

Color #0E3014 in popluar number systems.

HEX 0E 30 14
Decimal 14 48 20
Binary 1110 110000 10100
Octal 16 60 24

Shades and tints

Shades of #0E3014

#0E3014
(14,48,20)
#0D2C13
(13,44,19)
#0C2812
(12,40,18)
#0B2411
(11,36,17)
#0A2010
(10,32,16)
#091C0F
(9,28,15)
#08180E
(8,24,14)
#07140D
(7,20,13)
#06100C
(6,16,12)
#050C0B
(5,12,11)
#04080A
(4,8,10)
#000000
(0,0,0)

Tints of #0E3014

#0E3014
(14,48,20)
#234229
(35,66,41)
#38543E
(56,84,62)
#4D6653
(77,102,83)
#627868
(98,120,104)
#778A7D
(119,138,125)
#8C9C92
(140,156,146)
#A1AEA7
(161,174,167)
#B6C0BC
(182,192,188)
#CBD2D1
(203,210,209)
#E0E4E6
(224,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E3014; }

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

This text font color is #0E3014.

Background Color

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

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

This div background color is #0E3014.

Border color

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

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

This div border color is #0E3014.

Opacity

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

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

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

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

This text has shadow with #0E3014 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E3014.

Preview

Color preview on black background

This text has color #0E3014 on black background.


Color preview on white background

This text has color #0E3014 on white background.


Black color preview on #0E3014 background

This text has black color on #0E3014 background.


White color preview on #0E3014 background

This text has white color on #0E3014 background.


Related colors

Complementary color

Complementary color for #hex is #F1CFEB.


I love getcolorcode.com

Triadic colors

1 #140E30 and #30140E with #0E3014 are triadic colors.

2 #14300E and #300E14 with #0E3014 are triadic colors.