COLOR #0E4732

HEX: #0E4732
RGB: (14,71,50)

Color info

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

RGB color model

#0E4732 color RGB value is (14,71,50).

  • red value is 14;
  • green value is 71;
  • blue value is 50.
RGB:
(14,71,50)
(5%,28%,20%)

RGB channels and saturation

R 14 of 255 = 5%
G 71 of 255 = 28%
B 50 of 255 = 20%

14
71
50

R + G + B ~ 18%. #0E4732 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 71 + 50 = 135 (100%)
R 14 of 135 ~ 10.37%
G 71 of 135 ~ 52.59%
B 50 of 135 ~ 37.04%

%10.37
%52.59
%37.04

CMYK color model

#0E4732 color CMYK value is (80,0,30,72).

  • cyan value is 80.28%
  • magenta value is 0.00%
  • yellow value is 29.58%
  • key color value is 72.16%
CMYK:
(80,0,30,72)
C80M0Y30K72 
(80%,0%,30%,72%)
(0.80/0.00/0.30/0.72)	

CMYK percentages

%80.28
%0
%29.58
%72.16

Codes

Color #0E4732 in popluar color models

0E4732
RGB147150
HSL158°67.06%16.67%
HSB/HSV158°80.28%27.84%
CMYK80.28%0.00%29.58%
72.16%

Color #0E4732 in popluar number systems.

HEX0E4732
Decimal147150
Binary11101000111110010
Octal1610762

Shades and tints

Shades of #0E4732

#0E4732
(14,71,50)
#0D412E
(13,65,46)
#0C3B2A
(12,59,42)
#0B3526
(11,53,38)
#0A2F22
(10,47,34)
#09291E
(9,41,30)
#08231A
(8,35,26)
#071D16
(7,29,22)
#061712
(6,23,18)
#05110E
(5,17,14)
#040B0A
(4,11,10)
#000000
(0,0,0)

Tints of #0E4732

#0E4732
(14,71,50)
#235744
(35,87,68)
#386756
(56,103,86)
#4D7768
(77,119,104)
#62877A
(98,135,122)
#77978C
(119,151,140)
#8CA79E
(140,167,158)
#A1B7B0
(161,183,176)
#B6C7C2
(182,199,194)
#CBD7D4
(203,215,212)
#E0E7E6
(224,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E4732; }

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

This text font color is #0E4732.


Background Color

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

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

This div background color is #0E4732.


Border color

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

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

This div border color is #0E4732.


Opacity

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

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

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

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

This text has shadow with #0E4732 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E4732 on black background.


Color preview on white background

This text has color #0E4732 on white background.



Black color preview on #0E4732 background

This text has black color on #0E4732 background.


White color preview on #0E4732 background

This text has white color on #0E4732 background.