COLOR #0E6756

HEX: #0E6756
RGB: (14,103,86)

Color info

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

RGB color model

#0E6756 color RGB value is (14,103,86).

  • red value is 14;
  • green value is 103;
  • blue value is 86.
RGB:
(14,103,86)
(5%,40%,34%)

RGB channels and saturation

R 14 of 255 = 5%
G 103 of 255 = 40%
B 86 of 255 = 34%

14
103
86

R + G + B ~ 26%. #0E6756 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 103 + 86 = 203 (100%)
R 14 of 203 ~ 6.9%
G 103 of 203 ~ 50.74%
B 86 of 203 ~ 42.36%

%50.74
%42.36

CMYK color model

#0E6756 color CMYK value is (86,0,17,60).

  • cyan value is 86.41%
  • magenta value is 0.00%
  • yellow value is 16.50%
  • key color value is 59.61%
CMYK:
(86,0,17,60)
C86M0Y17K60 
(86%,0%,17%,60%)
(0.86/0.00/0.17/0.60)	

CMYK percentages

%86.41
%0
%16.5
%59.61

Codes

Color #0E6756 in popluar color models

0E6756
RGB1410386
HSL169°76.07%22.94%
HSB/HSV169°86.41%40.39%
CMYK86.41%0.00%16.50%
59.61%

Color #0E6756 in popluar number systems.

HEX0E6756
Decimal1410386
Binary111011001111010110
Octal16147126

Shades and tints

Shades of #0E6756

#0E6756
(14,103,86)
#0D5E4F
(13,94,79)
#0C5548
(12,85,72)
#0B4C41
(11,76,65)
#0A433A
(10,67,58)
#093A33
(9,58,51)
#08312C
(8,49,44)
#072825
(7,40,37)
#061F1E
(6,31,30)
#051617
(5,22,23)
#040D10
(4,13,16)
#000000
(0,0,0)

Tints of #0E6756

#0E6756
(14,103,86)
#237465
(35,116,101)
#388174
(56,129,116)
#4D8E83
(77,142,131)
#629B92
(98,155,146)
#77A8A1
(119,168,161)
#8CB5B0
(140,181,176)
#A1C2BF
(161,194,191)
#B6CFCE
(182,207,206)
#CBDCDD
(203,220,221)
#E0E9EC
(224,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E6756 color. Also use rgb(14,103,86) instead hex code.

Text Font Color

.myTextColor { color: #0E6756; }

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

This text font color is #0E6756.


Background Color

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

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

This div background color is #0E6756.


Border color

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

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

This div border color is #0E6756.


Opacity

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

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

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

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

This text has shadow with #0E6756 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E6756 on black background.


Color preview on white background

This text has color #0E6756 on white background.



Black color preview on #0E6756 background

This text has black color on #0E6756 background.


White color preview on #0E6756 background

This text has white color on #0E6756 background.