COLOR #0E5E6A

HEX: #0E5E6A RGB: (14,94,106)

Color info

#0E5E6A contains mainly green and blue colors. Web safe color of #0E5E6A is #006666 (or #066).

RGB color model

#0E5E6A color RGB value is (14,94,106).

RGB: (14,94,106) (5%, 37%, 42%)

RGB channels and saturation

R 14 of 255 = 5%
G 94 of 255 = 37%
B 106 of 255 = 42%

14
94
106

R + G + B ~ 28%. #0E5E6A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 94 + 106 = 214 (100%)
R 14 of 214 ~ 6.54%
G 94 of 214 ~ 43.93%
B 106 of 214 ~ 49.53'%

%43.93
%49.53

CMYK color model

#0E5E6A color CMYK value is (87,11,0,58).

  • cyan value is 86.79%
  • magenta value is 11.32%
  • yellow value is 0.00%
  • key color value is 58.43%

CMYK: (87,11,0,58)
C87M11Y0K58 (87%, 11%, 0%, 58%)
(0.87 / 0.11 / 0.00 / 0.58)

CMYK percentages

%86.79
%11.32
%0
%58.43

Codes

Color #0E5E6A in popluar color models

0E 5E 6A
RGB 14 94 106
HSL 188° 76.67% 23.53%
HSB/HSV 188° 86.79% 41.57%
CMYK 86.79% 11.32% 0.00%
58.43%

Color #0E5E6A in popluar number systems.

HEX 0E 5E 6A
Decimal 14 94 106
Binary 1110 1011110 1101010
Octal 16 136 152

Shades and tints

Shades of #0E5E6A

#0E5E6A
(14,94,106)
#0D5661
(13,86,97)
#0C4E58
(12,78,88)
#0B464F
(11,70,79)
#0A3E46
(10,62,70)
#09363D
(9,54,61)
#082E34
(8,46,52)
#07262B
(7,38,43)
#061E22
(6,30,34)
#051619
(5,22,25)
#040E10
(4,14,16)
#000000
(0,0,0)

Tints of #0E5E6A

#0E5E6A
(14,94,106)
#236C77
(35,108,119)
#387A84
(56,122,132)
#4D8891
(77,136,145)
#62969E
(98,150,158)
#77A4AB
(119,164,171)
#8CB2B8
(140,178,184)
#A1C0C5
(161,192,197)
#B6CED2
(182,206,210)
#CBDCDF
(203,220,223)
#E0EAEC
(224,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E5E6A color. Also use rgb(14,94,106) instead hex code.

Text Font Color

.myTextColor { color: #0E5E6A; }

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

This text font color is #0E5E6A.

Background Color

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

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

This div background color is #0E5E6A.

Border color

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

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

This div border color is #0E5E6A.

Opacity

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

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

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

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

This text has shadow with #0E5E6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E5E6A.

Preview

Color preview on black background

This text has color #0E5E6A on black background.


Color preview on white background

This text has color #0E5E6A on white background.


Black color preview on #0E5E6A background

This text has black color on #0E5E6A background.


White color preview on #0E5E6A background

This text has white color on #0E5E6A background.


Related colors

Complementary color

Complementary color for #hex is #F1A195.


I love getcolorcode.com

Triadic colors

1 #6A0E5E and #5E6A0E with #0E5E6A are triadic colors.

2 #6A5E0E and #5E0E6A with #0E5E6A are triadic colors.