COLOR #0E6A4F

HEX: #0E6A4F
RGB: (14,106,79)

Color info

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

RGB color model

#0E6A4F color RGB value is (14,106,79).

  • red value is 14;
  • green value is 106;
  • blue value is 79.
RGB:
(14,106,79)
(5%,42%,31%)

RGB channels and saturation

R 14 of 255 = 5%
G 106 of 255 = 42%
B 79 of 255 = 31%

14
106
79

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

Portions of RGB colors in percentages

R + G + B =
14 + 106 + 79 = 199 (100%)
R 14 of 199 ~ 7.04%
G 106 of 199 ~ 53.27%
B 79 of 199 ~ 39.7%

%53.27
%39.7

CMYK color model

#0E6A4F color CMYK value is (87,0,25,58).

  • cyan value is 86.79%
  • magenta value is 0.00%
  • yellow value is 25.47%
  • key color value is 58.43%
CMYK:
(87,0,25,58)
C87M0Y25K58 
(87%,0%,25%,58%)
(0.87/0.00/0.25/0.58)	

CMYK percentages

%86.79
%0
%25.47
%58.43

Codes

Color #0E6A4F in popluar color models

0E6A4F
RGB1410679
HSL162°76.67%23.53%
HSB/HSV162°86.79%41.57%
CMYK86.79%0.00%25.47%
58.43%

Color #0E6A4F in popluar number systems.

HEX0E6A4F
Decimal1410679
Binary111011010101001111
Octal16152117

Shades and tints

Shades of #0E6A4F

#0E6A4F
(14,106,79)
#0D6148
(13,97,72)
#0C5841
(12,88,65)
#0B4F3A
(11,79,58)
#0A4633
(10,70,51)
#093D2C
(9,61,44)
#083425
(8,52,37)
#072B1E
(7,43,30)
#062217
(6,34,23)
#051910
(5,25,16)
#041009
(4,16,9)
#000000
(0,0,0)

Tints of #0E6A4F

#0E6A4F
(14,106,79)
#23775F
(35,119,95)
#38846F
(56,132,111)
#4D917F
(77,145,127)
#629E8F
(98,158,143)
#77AB9F
(119,171,159)
#8CB8AF
(140,184,175)
#A1C5BF
(161,197,191)
#B6D2CF
(182,210,207)
#CBDFDF
(203,223,223)
#E0ECEF
(224,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E6A4F color. Also use rgb(14,106,79) instead hex code.

Text Font Color

.myTextColor { color: #0E6A4F; }

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

This text font color is #0E6A4F.


Background Color

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

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

This div background color is #0E6A4F.


Border color

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

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

This div border color is #0E6A4F.


Opacity

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

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

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

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

This text has shadow with #0E6A4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E6A4F on black background.


Color preview on white background

This text has color #0E6A4F on white background.



Black color preview on #0E6A4F background

This text has black color on #0E6A4F background.


White color preview on #0E6A4F background

This text has white color on #0E6A4F background.