COLOR #0E4738

HEX: #0E4738
RGB: (14,71,56)

Color info

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

RGB color model

#0E4738 color RGB value is (14,71,56).

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

RGB channels and saturation

R 14 of 255 = 5%
G 71 of 255 = 28%
B 56 of 255 = 22%

14
71
56

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

Portions of RGB colors in percentages

R + G + B =
14 + 71 + 56 = 141 (100%)
R 14 of 141 ~ 9.93%
G 71 of 141 ~ 50.35%
B 56 of 141 ~ 39.72%

%9.93
%50.35
%39.72

CMYK color model

#0E4738 color CMYK value is (80,0,21,72).

  • cyan value is 80.28%
  • magenta value is 0.00%
  • yellow value is 21.13%
  • key color value is 72.16%
CMYK:
(80,0,21,72)
C80M0Y21K72 
(80%,0%,21%,72%)
(0.80/0.00/0.21/0.72)	

CMYK percentages

%80.28
%0
%21.13
%72.16

Codes

Color #0E4738 in popluar color models

0E4738
RGB147156
HSL164°67.06%16.67%
HSB/HSV164°80.28%27.84%
CMYK80.28%0.00%21.13%
72.16%

Color #0E4738 in popluar number systems.

HEX0E4738
Decimal147156
Binary11101000111111000
Octal1610770

Shades and tints

Shades of #0E4738

#0E4738
(14,71,56)
#0D4133
(13,65,51)
#0C3B2E
(12,59,46)
#0B3529
(11,53,41)
#0A2F24
(10,47,36)
#09291F
(9,41,31)
#08231A
(8,35,26)
#071D15
(7,29,21)
#061710
(6,23,16)
#05110B
(5,17,11)
#040B06
(4,11,6)
#000000
(0,0,0)

Tints of #0E4738

#0E4738
(14,71,56)
#23574A
(35,87,74)
#38675C
(56,103,92)
#4D776E
(77,119,110)
#628780
(98,135,128)
#779792
(119,151,146)
#8CA7A4
(140,167,164)
#A1B7B6
(161,183,182)
#B6C7C8
(182,199,200)
#CBD7DA
(203,215,218)
#E0E7EC
(224,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E4738; }

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

This text font color is #0E4738.


Background Color

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

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

This div background color is #0E4738.


Border color

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

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

This div border color is #0E4738.


Opacity

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

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

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

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

This text has shadow with #0E4738 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E4738 on black background.


Color preview on white background

This text has color #0E4738 on white background.



Black color preview on #0E4738 background

This text has black color on #0E4738 background.


White color preview on #0E4738 background

This text has white color on #0E4738 background.