COLOR #0E4D3C

HEX: #0E4D3C RGB: (14,77,60)

Color info

#0E4D3C contains mainly green and blue colors. Web safe color of #0E4D3C is #003333 (or #033).

RGB color model

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

RGB: (14,77,60) (5%, 30%, 24%)

RGB channels and saturation

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

14
77
60

R + G + B ~ 20%. #0E4D3C is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 77 + 60 = 151 (100%)
R 14 of 151 ~ 9.27%
G 77 of 151 ~ 50.99%
B 60 of 151 ~ 39.74'%

%50.99
%39.74

CMYK color model

#0E4D3C color CMYK value is (82,0,22,70).

  • cyan value is 81.82%
  • magenta value is 0.00%
  • yellow value is 22.08%
  • key color value is 69.80%

CMYK: (82,0,22,70)
C82M0Y22K70 (82%, 0%, 22%, 70%)
(0.82 / 0.00 / 0.22 / 0.70)

CMYK percentages

%81.82
%0
%22.08
%69.8

Codes

Color #0E4D3C in popluar color models

0E 4D 3C
RGB 14 77 60
HSL 164° 69.23% 17.84%
HSB/HSV 164° 81.82% 30.20%
CMYK 81.82% 0.00% 22.08%
69.80%

Color #0E4D3C in popluar number systems.

HEX 0E 4D 3C
Decimal 14 77 60
Binary 1110 1001101 111100
Octal 16 115 74

Shades and tints

Shades of #0E4D3C

#0E4D3C
(14,77,60)
#0D4637
(13,70,55)
#0C3F32
(12,63,50)
#0B382D
(11,56,45)
#0A3128
(10,49,40)
#092A23
(9,42,35)
#08231E
(8,35,30)
#071C19
(7,28,25)
#061514
(6,21,20)
#050E0F
(5,14,15)
#04070A
(4,7,10)
#000000
(0,0,0)

Tints of #0E4D3C

#0E4D3C
(14,77,60)
#235D4D
(35,93,77)
#386D5E
(56,109,94)
#4D7D6F
(77,125,111)
#628D80
(98,141,128)
#779D91
(119,157,145)
#8CADA2
(140,173,162)
#A1BDB3
(161,189,179)
#B6CDC4
(182,205,196)
#CBDDD5
(203,221,213)
#E0EDE6
(224,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E4D3C; }

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

This text font color is #0E4D3C.

Background Color

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

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

This div background color is #0E4D3C.

Border color

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

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

This div border color is #0E4D3C.

Opacity

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

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

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

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

This text has shadow with #0E4D3C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E4D3C.

Preview

Color preview on black background

This text has color #0E4D3C on black background.


Color preview on white background

This text has color #0E4D3C on white background.


Black color preview on #0E4D3C background

This text has black color on #0E4D3C background.


White color preview on #0E4D3C background

This text has white color on #0E4D3C background.


Related colors

Complementary color

Complementary color for #hex is #F1B2C3.


I love getcolorcode.com

Triadic colors

1 #3C0E4D and #4D3C0E with #0E4D3C are triadic colors.

2 #3C4D0E and #4D0E3C with #0E4D3C are triadic colors.