COLOR #0E666B

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

Color info

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

RGB color model

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

  • red value is 14;
  • green value is 102;
  • blue value is 107.
RGB: (14,102,107) (5%,40%,42%)

RGB channels and saturation

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

14
102
107

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

Portions of RGB colors in percentages

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

%45.74
%47.98

CMYK color model

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

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

CMYK percentages

%86.92
%4.67
%0
%58.04

Codes

Color #0E666B in popluar color models

0E666B
RGB14102107
HSL183°76.86%23.73%
HSB/HSV183°86.92%41.96%
CMYK86.92%4.67%0.00%
58.04%

Color #0E666B in popluar number systems.

HEX0E666B
Decimal14102107
Binary111011001101101011
Octal16146153

Shades and tints

Shades of #0E666B

#0E666B
(14,102,107)
#0D5D62
(13,93,98)
#0C5459
(12,84,89)
#0B4B50
(11,75,80)
#0A4247
(10,66,71)
#09393E
(9,57,62)
#083035
(8,48,53)
#07272C
(7,39,44)
#061E23
(6,30,35)
#05151A
(5,21,26)
#040C11
(4,12,17)
#000000
(0,0,0)

Tints of #0E666B

#0E666B
(14,102,107)
#237378
(35,115,120)
#388085
(56,128,133)
#4D8D92
(77,141,146)
#629A9F
(98,154,159)
#77A7AC
(119,167,172)
#8CB4B9
(140,180,185)
#A1C1C6
(161,193,198)
#B6CED3
(182,206,211)
#CBDBE0
(203,219,224)
#E0E8ED
(224,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E666B; }

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

This text font color is #0E666B.


Background Color

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

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

This div background color is #0E666B.


Border color

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

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

This div border color is #0E666B.


Opacity

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

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

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

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

This text has shadow with #0E666B color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #0E666B on black background.


Color preview on white background

This text has color #0E666B on white background.



Black color preview on #0E666B background

This text has black color on #0E666B background.


White color preview on #0E666B background

This text has white color on #0E666B background.