COLOR #0E7A71

HEX: #0E7A71
RGB: (14,122,113)

Color info

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

RGB color model

#0E7A71 color RGB value is (14,122,113).

  • red value is 14;
  • green value is 122;
  • blue value is 113.
RGB:
(14,122,113)
(5%,48%,44%)

RGB channels and saturation

R 14 of 255 = 5%
G 122 of 255 = 48%
B 113 of 255 = 44%

14
122
113

R + G + B ~ 32%. #0E7A71 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 122 + 113 = 249 (100%)
R 14 of 249 ~ 5.62%
G 122 of 249 ~ 49%
B 113 of 249 ~ 45.38%

%49
%45.38

CMYK color model

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

  • cyan value is 88.52%
  • magenta value is 0.00%
  • yellow value is 7.38%
  • key color value is 52.16%
CMYK:
(89,0,7,52)
C89M0Y7K52 
(89%,0%,7%,52%)
(0.89/0.00/0.07/0.52)	

CMYK percentages

%88.52
%0
%7.38
%52.16

Codes

Color #0E7A71 in popluar color models

0E7A71
RGB14122113
HSL175°79.41%26.67%
HSB/HSV175°88.52%47.84%
CMYK88.52%0.00%7.38%
52.16%

Color #0E7A71 in popluar number systems.

HEX0E7A71
Decimal14122113
Binary111011110101110001
Octal16172161

Shades and tints

Shades of #0E7A71

#0E7A71
(14,122,113)
#0D6F67
(13,111,103)
#0C645D
(12,100,93)
#0B5953
(11,89,83)
#0A4E49
(10,78,73)
#09433F
(9,67,63)
#083835
(8,56,53)
#072D2B
(7,45,43)
#062221
(6,34,33)
#051717
(5,23,23)
#040C0D
(4,12,13)
#000000
(0,0,0)

Tints of #0E7A71

#0E7A71
(14,122,113)
#23867D
(35,134,125)
#389289
(56,146,137)
#4D9E95
(77,158,149)
#62AAA1
(98,170,161)
#77B6AD
(119,182,173)
#8CC2B9
(140,194,185)
#A1CEC5
(161,206,197)
#B6DAD1
(182,218,209)
#CBE6DD
(203,230,221)
#E0F2E9
(224,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E7A71; }

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

This text font color is #0E7A71.


Background Color

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

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

This div background color is #0E7A71.


Border color

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

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

This div border color is #0E7A71.


Opacity

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

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

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

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

This text has shadow with #0E7A71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E7A71 on black background.


Color preview on white background

This text has color #0E7A71 on white background.



Black color preview on #0E7A71 background

This text has black color on #0E7A71 background.


White color preview on #0E7A71 background

This text has white color on #0E7A71 background.