COLOR #0E6C6C

HEX: #0E6C6C
RGB: (14,108,108)

Color info

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

RGB color model

#0E6C6C color RGB value is (14,108,108).

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

RGB channels and saturation

R 14 of 255 = 5%
G 108 of 255 = 42%
B 108 of 255 = 42%

14
108
108

R + G + B ~ 30%. #0E6C6C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 108 + 108 = 230 (100%)
R 14 of 230 ~ 6.09%
G 108 of 230 ~ 46.96%
B 108 of 230 ~ 46.96%

%46.96
%46.96

CMYK color model

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

  • cyan value is 87.04%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(87,0,0,58)
C87M0Y0K58 
(87%,0%,0%,58%)
(0.87/0.00/0.00/0.58)	

CMYK percentages

%87.04
%0
%0
%57.65

Codes

Color #0E6C6C in popluar color models

0E6C6C
RGB14108108
HSL180°77.05%23.92%
HSB/HSV180°87.04%42.35%
CMYK87.04%0.00%0.00%
57.65%

Color #0E6C6C in popluar number systems.

HEX0E6C6C
Decimal14108108
Binary111011011001101100
Octal16154154

Shades and tints

Shades of #0E6C6C

#0E6C6C
(14,108,108)
#0D6363
(13,99,99)
#0C5A5A
(12,90,90)
#0B5151
(11,81,81)
#0A4848
(10,72,72)
#093F3F
(9,63,63)
#083636
(8,54,54)
#072D2D
(7,45,45)
#062424
(6,36,36)
#051B1B
(5,27,27)
#041212
(4,18,18)
#000000
(0,0,0)

Tints of #0E6C6C

#0E6C6C
(14,108,108)
#237979
(35,121,121)
#388686
(56,134,134)
#4D9393
(77,147,147)
#62A0A0
(98,160,160)
#77ADAD
(119,173,173)
#8CBABA
(140,186,186)
#A1C7C7
(161,199,199)
#B6D4D4
(182,212,212)
#CBE1E1
(203,225,225)
#E0EEEE
(224,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E6C6C; }

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

This text font color is #0E6C6C.


Background Color

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

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

This div background color is #0E6C6C.


Border color

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

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

This div border color is #0E6C6C.


Opacity

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

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

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

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

This text has shadow with #0E6C6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E6C6C on black background.


Color preview on white background

This text has color #0E6C6C on white background.



Black color preview on #0E6C6C background

This text has black color on #0E6C6C background.


White color preview on #0E6C6C background

This text has white color on #0E6C6C background.