COLOR #0E3C0E

HEX: #0E3C0E
RGB: (14,60,14)

Color info

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

RGB color model

#0E3C0E color RGB value is (14,60,14).

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

RGB channels and saturation

R 14 of 255 = 5%
G 60 of 255 = 24%
B 14 of 255 = 5%

14
60
14

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

Portions of RGB colors in percentages

R + G + B =
14 + 60 + 14 = 88 (100%)
R 14 of 88 ~ 15.91%
G 60 of 88 ~ 68.18%
B 14 of 88 ~ 15.91%

%15.91
%68.18
%15.91

CMYK color model

#0E3C0E color CMYK value is (77,0,77,76).

  • cyan value is 76.67%
  • magenta value is 0.00%
  • yellow value is 76.67%
  • key color value is 76.47%
CMYK:
(77,0,77,76)
C77M0Y77K76 
(77%,0%,77%,76%)
(0.77/0.00/0.77/0.76)	

CMYK percentages

%76.67
%0
%76.67
%76.47

Codes

Color #0E3C0E in popluar color models

0E3C0E
RGB146014
HSL120°62.16%14.51%
HSB/HSV120°76.67%23.53%
CMYK76.67%0.00%76.67%
76.47%

Color #0E3C0E in popluar number systems.

HEX0E3C0E
Decimal146014
Binary11101111001110
Octal167416

Shades and tints

Shades of #0E3C0E

#0E3C0E
(14,60,14)
#0D370D
(13,55,13)
#0C320C
(12,50,12)
#0B2D0B
(11,45,11)
#0A280A
(10,40,10)
#092309
(9,35,9)
#081E08
(8,30,8)
#071907
(7,25,7)
#061406
(6,20,6)
#050F05
(5,15,5)
#040A04
(4,10,4)
#000000
(0,0,0)

Tints of #0E3C0E

#0E3C0E
(14,60,14)
#234D23
(35,77,35)
#385E38
(56,94,56)
#4D6F4D
(77,111,77)
#628062
(98,128,98)
#779177
(119,145,119)
#8CA28C
(140,162,140)
#A1B3A1
(161,179,161)
#B6C4B6
(182,196,182)
#CBD5CB
(203,213,203)
#E0E6E0
(224,230,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E3C0E; }

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

This text font color is #0E3C0E.


Background Color

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

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

This div background color is #0E3C0E.


Border color

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

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

This div border color is #0E3C0E.


Opacity

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

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

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

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

This text has shadow with #0E3C0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E3C0E on black background.


Color preview on white background

This text has color #0E3C0E on white background.



Black color preview on #0E3C0E background

This text has black color on #0E3C0E background.


White color preview on #0E3C0E background

This text has white color on #0E3C0E background.