COLOR #0E727A

HEX: #0E727A RGB: (14,114,122)

Color info

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

RGB color model

#0E727A color RGB value is (14,114,122).

RGB: (14,114,122) (5%, 45%, 48%)

RGB channels and saturation

R 14 of 255 = 5%
G 114 of 255 = 45%
B 122 of 255 = 48%

14
114
122

R + G + B ~ 33%. #0E727A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 114 + 122 = 250 (100%)
R 14 of 250 ~ 5.6%
G 114 of 250 ~ 45.6%
B 122 of 250 ~ 48.8'%

%45.6
%48.8

CMYK color model

#0E727A color CMYK value is (89,7,0,52).

  • cyan value is 88.52%
  • magenta value is 6.56%
  • yellow value is 0.00%
  • key color value is 52.16%

CMYK: (89,7,0,52)
C89M7Y0K52 (89%, 7%, 0%, 52%)
(0.89 / 0.07 / 0.00 / 0.52)

CMYK percentages

%88.52
%6.56
%0
%52.16

Codes

Color #0E727A in popluar color models

0E 72 7A
RGB 14 114 122
HSL 184° 79.41% 26.67%
HSB/HSV 184° 88.52% 47.84%
CMYK 88.52% 6.56% 0.00%
52.16%

Color #0E727A in popluar number systems.

HEX 0E 72 7A
Decimal 14 114 122
Binary 1110 1110010 1111010
Octal 16 162 172

Shades and tints

Shades of #0E727A

#0E727A
(14,114,122)
#0D686F
(13,104,111)
#0C5E64
(12,94,100)
#0B5459
(11,84,89)
#0A4A4E
(10,74,78)
#094043
(9,64,67)
#083638
(8,54,56)
#072C2D
(7,44,45)
#062222
(6,34,34)
#051817
(5,24,23)
#040E0C
(4,14,12)
#000000
(0,0,0)

Tints of #0E727A

#0E727A
(14,114,122)
#237E86
(35,126,134)
#388A92
(56,138,146)
#4D969E
(77,150,158)
#62A2AA
(98,162,170)
#77AEB6
(119,174,182)
#8CBAC2
(140,186,194)
#A1C6CE
(161,198,206)
#B6D2DA
(182,210,218)
#CBDEE6
(203,222,230)
#E0EAF2
(224,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E727A; }

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

This text font color is #0E727A.

Background Color

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

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

This div background color is #0E727A.

Border color

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

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

This div border color is #0E727A.

Opacity

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

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

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

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

This text has shadow with #0E727A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E727A.

Preview

Color preview on black background

This text has color #0E727A on black background.


Color preview on white background

This text has color #0E727A on white background.


Black color preview on #0E727A background

This text has black color on #0E727A background.


White color preview on #0E727A background

This text has white color on #0E727A background.


Related colors

Complementary color

Complementary color for #hex is #F18D85.


I love getcolorcode.com

Triadic colors

1 #7A0E72 and #727A0E with #0E727A are triadic colors.

2 #7A720E and #720E7A with #0E727A are triadic colors.