COLOR #0E4638

HEX: #0E4638
RGB: (14,70,56)

Color info

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

RGB color model

#0E4638 color RGB value is (14,70,56).

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

RGB channels and saturation

R 14 of 255 = 5%
G 70 of 255 = 27%
B 56 of 255 = 22%

14
70
56

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

Portions of RGB colors in percentages

R + G + B =
14 + 70 + 56 = 140 (100%)
R 14 of 140 ~ 10%
G 70 of 140 ~ 50%
B 56 of 140 ~ 40%

%10
%50
%40

CMYK color model

#0E4638 color CMYK value is (80,0,20,73).

  • cyan value is 80.00%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 72.55%
CMYK:
(80,0,20,73)
C80M0Y20K73 
(80%,0%,20%,73%)
(0.80/0.00/0.20/0.73)	

CMYK percentages

%80
%0
%20
%72.55

Codes

Color #0E4638 in popluar color models

0E4638
RGB147056
HSL165°66.67%16.47%
HSB/HSV165°80.00%27.45%
CMYK80.00%0.00%20.00%
72.55%

Color #0E4638 in popluar number systems.

HEX0E4638
Decimal147056
Binary11101000110111000
Octal1610670

Shades and tints

Shades of #0E4638

#0E4638
(14,70,56)
#0D4033
(13,64,51)
#0C3A2E
(12,58,46)
#0B3429
(11,52,41)
#0A2E24
(10,46,36)
#09281F
(9,40,31)
#08221A
(8,34,26)
#071C15
(7,28,21)
#061610
(6,22,16)
#05100B
(5,16,11)
#040A06
(4,10,6)
#000000
(0,0,0)

Tints of #0E4638

#0E4638
(14,70,56)
#23564A
(35,86,74)
#38665C
(56,102,92)
#4D766E
(77,118,110)
#628680
(98,134,128)
#779692
(119,150,146)
#8CA6A4
(140,166,164)
#A1B6B6
(161,182,182)
#B6C6C8
(182,198,200)
#CBD6DA
(203,214,218)
#E0E6EC
(224,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E4638; }

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

This text font color is #0E4638.


Background Color

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

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

This div background color is #0E4638.


Border color

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

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

This div border color is #0E4638.


Opacity

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

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

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

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

This text has shadow with #0E4638 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E4638 on black background.


Color preview on white background

This text has color #0E4638 on white background.



Black color preview on #0E4638 background

This text has black color on #0E4638 background.


White color preview on #0E4638 background

This text has white color on #0E4638 background.