COLOR #0E6462

HEX: #0E6462
RGB: (14,100,98)

Color info

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

RGB color model

#0E6462 color RGB value is (14,100,98).

  • red value is 14;
  • green value is 100;
  • blue value is 98.
RGB:
(14,100,98)
(5%,39%,38%)

RGB channels and saturation

R 14 of 255 = 5%
G 100 of 255 = 39%
B 98 of 255 = 38%

14
100
98

R + G + B ~ 27%. #0E6462 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 100 + 98 = 212 (100%)
R 14 of 212 ~ 6.6%
G 100 of 212 ~ 47.17%
B 98 of 212 ~ 46.23%

%47.17
%46.23

CMYK color model

#0E6462 color CMYK value is (86,0,2,61).

  • cyan value is 86.00%
  • magenta value is 0.00%
  • yellow value is 2.00%
  • key color value is 60.78%
CMYK:
(86,0,2,61)
C86M0Y2K61 
(86%,0%,2%,61%)
(0.86/0.00/0.02/0.61)	

CMYK percentages

%86
%0
%2
%60.78

Codes

Color #0E6462 in popluar color models

0E6462
RGB1410098
HSL179°75.44%22.35%
HSB/HSV179°86.00%39.22%
CMYK86.00%0.00%2.00%
60.78%

Color #0E6462 in popluar number systems.

HEX0E6462
Decimal1410098
Binary111011001001100010
Octal16144142

Shades and tints

Shades of #0E6462

#0E6462
(14,100,98)
#0D5B5A
(13,91,90)
#0C5252
(12,82,82)
#0B494A
(11,73,74)
#0A4042
(10,64,66)
#09373A
(9,55,58)
#082E32
(8,46,50)
#07252A
(7,37,42)
#061C22
(6,28,34)
#05131A
(5,19,26)
#040A12
(4,10,18)
#000000
(0,0,0)

Tints of #0E6462

#0E6462
(14,100,98)
#237270
(35,114,112)
#38807E
(56,128,126)
#4D8E8C
(77,142,140)
#629C9A
(98,156,154)
#77AAA8
(119,170,168)
#8CB8B6
(140,184,182)
#A1C6C4
(161,198,196)
#B6D4D2
(182,212,210)
#CBE2E0
(203,226,224)
#E0F0EE
(224,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E6462; }

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

This text font color is #0E6462.


Background Color

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

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

This div background color is #0E6462.


Border color

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

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

This div border color is #0E6462.


Opacity

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

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

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

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

This text has shadow with #0E6462 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E6462 on black background.


Color preview on white background

This text has color #0E6462 on white background.



Black color preview on #0E6462 background

This text has black color on #0E6462 background.


White color preview on #0E6462 background

This text has white color on #0E6462 background.