COLOR #0E340D

HEX: #0E340D
RGB: (14,52,13)

Color info

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

RGB color model

#0E340D color RGB value is (14,52,13).

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

RGB channels and saturation

R 14 of 255 = 5%
G 52 of 255 = 20%
B 13 of 255 = 5%

14
52
13

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

Portions of RGB colors in percentages

R + G + B =
14 + 52 + 13 = 79 (100%)
R 14 of 79 ~ 17.72%
G 52 of 79 ~ 65.82%
B 13 of 79 ~ 16.46%

%17.72
%65.82
%16.46

CMYK color model

#0E340D color CMYK value is (73,0,75,80).

  • cyan value is 73.08%
  • magenta value is 0.00%
  • yellow value is 75.00%
  • key color value is 79.61%
CMYK:
(73,0,75,80)
C73M0Y75K80 
(73%,0%,75%,80%)
(0.73/0.00/0.75/0.80)	

CMYK percentages

%73.08
%0
%75
%79.61

Codes

Color #0E340D in popluar color models

0E340D
RGB145213
HSL118°60.00%12.75%
HSB/HSV118°75.00%20.39%
CMYK73.08%0.00%75.00%
79.61%

Color #0E340D in popluar number systems.

HEX0E340D
Decimal145213
Binary11101101001101
Octal166415

Shades and tints

Shades of #0E340D

#0E340D
(14,52,13)
#0D300C
(13,48,12)
#0C2C0B
(12,44,11)
#0B280A
(11,40,10)
#0A2409
(10,36,9)
#092008
(9,32,8)
#081C07
(8,28,7)
#071806
(7,24,6)
#061405
(6,20,5)
#051004
(5,16,4)
#040C03
(4,12,3)
#000000
(0,0,0)

Tints of #0E340D

#0E340D
(14,52,13)
#234623
(35,70,35)
#385839
(56,88,57)
#4D6A4F
(77,106,79)
#627C65
(98,124,101)
#778E7B
(119,142,123)
#8CA091
(140,160,145)
#A1B2A7
(161,178,167)
#B6C4BD
(182,196,189)
#CBD6D3
(203,214,211)
#E0E8E9
(224,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E340D; }

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

This text font color is #0E340D.


Background Color

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

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

This div background color is #0E340D.


Border color

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

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

This div border color is #0E340D.


Opacity

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

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

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

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

This text has shadow with #0E340D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E340D on black background.


Color preview on white background

This text has color #0E340D on white background.



Black color preview on #0E340D background

This text has black color on #0E340D background.


White color preview on #0E340D background

This text has white color on #0E340D background.