COLOR #0E5D4A

HEX: #0E5D4A RGB: (14,93,74)

Color info

#0E5D4A contains mainly green and blue colors. Web safe color of #0E5D4A is #006633 (or #063).

RGB color model

#0E5D4A color RGB value is (14,93,74).

RGB: (14,93,74) (5%, 36%, 29%)

RGB channels and saturation

R 14 of 255 = 5%
G 93 of 255 = 36%
B 74 of 255 = 29%

14
93
74

R + G + B ~ 23%. #0E5D4A is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 93 + 74 = 181 (100%)
R 14 of 181 ~ 7.73%
G 93 of 181 ~ 51.38%
B 74 of 181 ~ 40.88'%

%51.38
%40.88

CMYK color model

#0E5D4A color CMYK value is (85,0,20,64).

  • cyan value is 84.95%
  • magenta value is 0.00%
  • yellow value is 20.43%
  • key color value is 63.53%

CMYK: (85,0,20,64)
C85M0Y20K64 (85%, 0%, 20%, 64%)
(0.85 / 0.00 / 0.20 / 0.64)

CMYK percentages

%84.95
%0
%20.43
%63.53

Codes

Color #0E5D4A in popluar color models

0E 5D 4A
RGB 14 93 74
HSL 166° 73.83% 20.98%
HSB/HSV 166° 84.95% 36.47%
CMYK 84.95% 0.00% 20.43%
63.53%

Color #0E5D4A in popluar number systems.

HEX 0E 5D 4A
Decimal 14 93 74
Binary 1110 1011101 1001010
Octal 16 135 112

Shades and tints

Shades of #0E5D4A

#0E5D4A
(14,93,74)
#0D5544
(13,85,68)
#0C4D3E
(12,77,62)
#0B4538
(11,69,56)
#0A3D32
(10,61,50)
#09352C
(9,53,44)
#082D26
(8,45,38)
#072520
(7,37,32)
#061D1A
(6,29,26)
#051514
(5,21,20)
#040D0E
(4,13,14)
#000000
(0,0,0)

Tints of #0E5D4A

#0E5D4A
(14,93,74)
#236B5A
(35,107,90)
#38796A
(56,121,106)
#4D877A
(77,135,122)
#62958A
(98,149,138)
#77A39A
(119,163,154)
#8CB1AA
(140,177,170)
#A1BFBA
(161,191,186)
#B6CDCA
(182,205,202)
#CBDBDA
(203,219,218)
#E0E9EA
(224,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E5D4A color. Also use rgb(14,93,74) instead hex code.

Text Font Color

.myTextColor { color: #0E5D4A; }

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

This text font color is #0E5D4A.

Background Color

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

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

This div background color is #0E5D4A.

Border color

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

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

This div border color is #0E5D4A.

Opacity

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

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

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

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

This text has shadow with #0E5D4A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E5D4A.

Preview

Color preview on black background

This text has color #0E5D4A on black background.


Color preview on white background

This text has color #0E5D4A on white background.


Black color preview on #0E5D4A background

This text has black color on #0E5D4A background.


White color preview on #0E5D4A background

This text has white color on #0E5D4A background.


Related colors

Complementary color

Complementary color for #hex is #F1A2B5.


I love getcolorcode.com

Triadic colors

1 #4A0E5D and #5D4A0E with #0E5D4A are triadic colors.

2 #4A5D0E and #5D0E4A with #0E5D4A are triadic colors.