COLOR #0E3A2F

HEX: #0E3A2F
RGB: (14,58,47)

Color info

#0E3A2F contains red, green and blue colors in about the same proportion. Web safe color of #0E3A2F is #003333 (or #033).

RGB color model

#0E3A2F color RGB value is (14,58,47).

  • red value is 14;
  • green value is 58;
  • blue value is 47.
RGB:
(14,58,47)
(5%,23%,18%)

RGB channels and saturation

R 14 of 255 = 5%
G 58 of 255 = 23%
B 47 of 255 = 18%

14
58
47

R + G + B ~ 15%. #0E3A2F is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 58 + 47 = 119 (100%)
R 14 of 119 ~ 11.76%
G 58 of 119 ~ 48.74%
B 47 of 119 ~ 39.5%

%11.76
%48.74
%39.5

CMYK color model

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

  • cyan value is 75.86%
  • magenta value is 0.00%
  • yellow value is 18.97%
  • key color value is 77.25%
CMYK:
(76,0,19,77)
C76M0Y19K77 
(76%,0%,19%,77%)
(0.76/0.00/0.19/0.77)	

CMYK percentages

%75.86
%0
%18.97
%77.25

Codes

Color #0E3A2F in popluar color models

0E3A2F
RGB145847
HSL165°61.11%14.12%
HSB/HSV165°75.86%22.75%
CMYK75.86%0.00%18.97%
77.25%

Color #0E3A2F in popluar number systems.

HEX0E3A2F
Decimal145847
Binary1110111010101111
Octal167257

Shades and tints

Shades of #0E3A2F

#0E3A2F
(14,58,47)
#0D352B
(13,53,43)
#0C3027
(12,48,39)
#0B2B23
(11,43,35)
#0A261F
(10,38,31)
#09211B
(9,33,27)
#081C17
(8,28,23)
#071713
(7,23,19)
#06120F
(6,18,15)
#050D0B
(5,13,11)
#040807
(4,8,7)
#000000
(0,0,0)

Tints of #0E3A2F

#0E3A2F
(14,58,47)
#234B41
(35,75,65)
#385C53
(56,92,83)
#4D6D65
(77,109,101)
#627E77
(98,126,119)
#778F89
(119,143,137)
#8CA09B
(140,160,155)
#A1B1AD
(161,177,173)
#B6C2BF
(182,194,191)
#CBD3D1
(203,211,209)
#E0E4E3
(224,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E3A2F; }

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

This text font color is #0E3A2F.


Background Color

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

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

This div background color is #0E3A2F.


Border color

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

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

This div border color is #0E3A2F.


Opacity

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

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

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

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

This text has shadow with #0E3A2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E3A2F on black background.


Color preview on white background

This text has color #0E3A2F on white background.



Black color preview on #0E3A2F background

This text has black color on #0E3A2F background.


White color preview on #0E3A2F background

This text has white color on #0E3A2F background.