COLOR #0E6B64

HEX: #0E6B64 RGB: (14,107,100)

Color info

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

RGB color model

#0E6B64 color RGB value is (14,107,100).

RGB: (14,107,100) (5%, 42%, 39%)

RGB channels and saturation

R 14 of 255 = 5%
G 107 of 255 = 42%
B 100 of 255 = 39%

14
107
100

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

Portions of RGB colors in percentages

R + G + B = 14 + 107 + 100 = 221 (100%)
R 14 of 221 ~ 6.33%
G 107 of 221 ~ 48.42%
B 100 of 221 ~ 45.25'%

%48.42
%45.25

CMYK color model

#0E6B64 color CMYK value is (87,0,7,58).

  • cyan value is 86.92%
  • magenta value is 0.00%
  • yellow value is 6.54%
  • key color value is 58.04%

CMYK: (87,0,7,58)
C87M0Y7K58 (87%, 0%, 7%, 58%)
(0.87 / 0.00 / 0.07 / 0.58)

CMYK percentages

%86.92
%0
%6.54
%58.04

Codes

Color #0E6B64 in popluar color models

0E 6B 64
RGB 14 107 100
HSL 175° 76.86% 23.73%
HSB/HSV 175° 86.92% 41.96%
CMYK 86.92% 0.00% 6.54%
58.04%

Color #0E6B64 in popluar number systems.

HEX 0E 6B 64
Decimal 14 107 100
Binary 1110 1101011 1100100
Octal 16 153 144

Shades and tints

Shades of #0E6B64

#0E6B64
(14,107,100)
#0D625B
(13,98,91)
#0C5952
(12,89,82)
#0B5049
(11,80,73)
#0A4740
(10,71,64)
#093E37
(9,62,55)
#08352E
(8,53,46)
#072C25
(7,44,37)
#06231C
(6,35,28)
#051A13
(5,26,19)
#04110A
(4,17,10)
#000000
(0,0,0)

Tints of #0E6B64

#0E6B64
(14,107,100)
#237872
(35,120,114)
#388580
(56,133,128)
#4D928E
(77,146,142)
#629F9C
(98,159,156)
#77ACAA
(119,172,170)
#8CB9B8
(140,185,184)
#A1C6C6
(161,198,198)
#B6D3D4
(182,211,212)
#CBE0E2
(203,224,226)
#E0EDF0
(224,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E6B64; }

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

This text font color is #0E6B64.

Background Color

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

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

This div background color is #0E6B64.

Border color

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

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

This div border color is #0E6B64.

Opacity

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

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

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

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

This text has shadow with #0E6B64 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E6B64.

Preview

Color preview on black background

This text has color #0E6B64 on black background.


Color preview on white background

This text has color #0E6B64 on white background.


Black color preview on #0E6B64 background

This text has black color on #0E6B64 background.


White color preview on #0E6B64 background

This text has white color on #0E6B64 background.


Related colors

Complementary color

Complementary color for #hex is #F1949B.


I love getcolorcode.com

Triadic colors

1 #640E6B and #6B640E with #0E6B64 are triadic colors.

2 #646B0E and #6B0E64 with #0E6B64 are triadic colors.