COLOR #0E6555

HEX: #0E6555
RGB: (14,101,85)

Color info

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

RGB color model

#0E6555 color RGB value is (14,101,85).

  • red value is 14;
  • green value is 101;
  • blue value is 85.
RGB:
(14,101,85)
(5%,40%,33%)

RGB channels and saturation

R 14 of 255 = 5%
G 101 of 255 = 40%
B 85 of 255 = 33%

14
101
85

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

Portions of RGB colors in percentages

R + G + B =
14 + 101 + 85 = 200 (100%)
R 14 of 200 ~ 7%
G 101 of 200 ~ 50.5%
B 85 of 200 ~ 42.5%

%50.5
%42.5

CMYK color model

#0E6555 color CMYK value is (86,0,16,60).

  • cyan value is 86.14%
  • magenta value is 0.00%
  • yellow value is 15.84%
  • key color value is 60.39%
CMYK:
(86,0,16,60)
C86M0Y16K60 
(86%,0%,16%,60%)
(0.86/0.00/0.16/0.60)	

CMYK percentages

%86.14
%0
%15.84
%60.39

Codes

Color #0E6555 in popluar color models

0E6555
RGB1410185
HSL169°75.65%22.55%
HSB/HSV169°86.14%39.61%
CMYK86.14%0.00%15.84%
60.39%

Color #0E6555 in popluar number systems.

HEX0E6555
Decimal1410185
Binary111011001011010101
Octal16145125

Shades and tints

Shades of #0E6555

#0E6555
(14,101,85)
#0D5C4E
(13,92,78)
#0C5347
(12,83,71)
#0B4A40
(11,74,64)
#0A4139
(10,65,57)
#093832
(9,56,50)
#082F2B
(8,47,43)
#072624
(7,38,36)
#061D1D
(6,29,29)
#051416
(5,20,22)
#040B0F
(4,11,15)
#000000
(0,0,0)

Tints of #0E6555

#0E6555
(14,101,85)
#237364
(35,115,100)
#388173
(56,129,115)
#4D8F82
(77,143,130)
#629D91
(98,157,145)
#77ABA0
(119,171,160)
#8CB9AF
(140,185,175)
#A1C7BE
(161,199,190)
#B6D5CD
(182,213,205)
#CBE3DC
(203,227,220)
#E0F1EB
(224,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E6555 color. Also use rgb(14,101,85) instead hex code.

Text Font Color

.myTextColor { color: #0E6555; }

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

This text font color is #0E6555.


Background Color

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

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

This div background color is #0E6555.


Border color

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

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

This div border color is #0E6555.


Opacity

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

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

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

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

This text has shadow with #0E6555 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E6555 on black background.


Color preview on white background

This text has color #0E6555 on white background.



Black color preview on #0E6555 background

This text has black color on #0E6555 background.


White color preview on #0E6555 background

This text has white color on #0E6555 background.