COLOR #0E6B66

HEX: #0E6B66 RGB: (14,107,102)

Color info

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

RGB color model

#0E6B66 color RGB value is (14,107,102).

RGB: (14,107,102) (5%, 42%, 40%)

RGB channels and saturation

R 14 of 255 = 5%
G 107 of 255 = 42%
B 102 of 255 = 40%

14
107
102

R + G + B ~ 29%. #0E6B66 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 107 + 102 = 223 (100%)
R 14 of 223 ~ 6.28%
G 107 of 223 ~ 47.98%
B 102 of 223 ~ 45.74'%

%47.98
%45.74

CMYK color model

#0E6B66 color CMYK value is (87,0,5,58).

  • cyan value is 86.92%
  • magenta value is 0.00%
  • yellow value is 4.67%
  • key color value is 58.04%
CMYK: (87,0,5,58) C87M0Y5K58 (87%,0%,5%,58%) (0.87/0.00/0.05/0.58) 

CMYK percentages

%86.92
%0
%4.67
%58.04

Codes

Color #0E6B66 in popluar color models

0E 6B 66
RGB 14 107 102
HSL 177° 76.86% 23.73%
HSB/HSV 177° 86.92% 41.96%
CMYK 86.92% 0.00% 4.67%
58.04%

Color #0E6B66 in popluar number systems.

HEX 0E 6B 66
Decimal 14 107 102
Binary 1110 1101011 1100110
Octal 16 153 146

Shades and tints

Shades of #0E6B66

#0E6B66
(14,107,102)
#0D625D
(13,98,93)
#0C5954
(12,89,84)
#0B504B
(11,80,75)
#0A4742
(10,71,66)
#093E39
(9,62,57)
#083530
(8,53,48)
#072C27
(7,44,39)
#06231E
(6,35,30)
#051A15
(5,26,21)
#04110C
(4,17,12)
#000000
(0,0,0)

Tints of #0E6B66

#0E6B66
(14,107,102)
#237873
(35,120,115)
#388580
(56,133,128)
#4D928D
(77,146,141)
#629F9A
(98,159,154)
#77ACA7
(119,172,167)
#8CB9B4
(140,185,180)
#A1C6C1
(161,198,193)
#B6D3CE
(182,211,206)
#CBE0DB
(203,224,219)
#E0EDE8
(224,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E6B66 color. Also use rgb(14,107,102) instead hex code.

Text Font Color

.myTextColor { color: #0E6B66; }

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

This text font color is #0E6B66.

Background Color

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

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

This div background color is #0E6B66.

Border color

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

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

This div border color is #0E6B66.

Opacity

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

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

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

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

This text has shadow with #0E6B66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E6B66.

Preview

Color preview on black background

This text has color #0E6B66 on black background.


Color preview on white background

This text has color #0E6B66 on white background.


Black color preview on #0E6B66 background

This text has black color on #0E6B66 background.


White color preview on #0E6B66 background

This text has white color on #0E6B66 background.


Related colors

Complementary color

Complementary color for #hex is #F19499.


I love getcolorcode.com

Triadic colors

1 #660E6B and #6B660E with #0E6B66 are triadic colors.

2 #666B0E and #6B0E66 with #0E6B66 are triadic colors.