COLOR #719E9E

HEX: #719E9E RGB: (113,158,158)

Color info

#719E9E contains red, green and blue colors in about the same proportion. Web safe color of #719E9E is #669999 (or #699).

RGB color model

#719E9E color RGB value is (113,158,158).

RGB: (113,158,158) (44%, 62%, 62%)

RGB channels and saturation

R 113 of 255 = 44%
G 158 of 255 = 62%
B 158 of 255 = 62%

113
158
158

R + G + B ~ 56%. #719E9E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 113 + 158 + 158 = 429 (100%)
R 113 of 429 ~ 26.34%
G 158 of 429 ~ 36.83%
B 158 of 429 ~ 36.83'%

%26.34
%36.83
%36.83

CMYK color model

#719E9E color CMYK value is (28,0,0,38).

  • cyan value is 28.48%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK: (28,0,0,38) C28M0Y0K38 (28%,0%,0%,38%) (0.28/0.00/0.00/0.38) 

CMYK percentages

%28.48
%0
%0
%38.04

Codes

Color #719E9E in popluar color models

71 9E 9E
RGB 113 158 158
HSL 180° 18.83% 53.14%
HSB/HSV 180° 28.48% 61.96%
CMYK 28.48% 0.00% 0.00%
38.04%

Color #719E9E in popluar number systems.

HEX 71 9E 9E
Decimal 113 158 158
Binary 1110001 10011110 10011110
Octal 161 236 236

Shades and tints

Shades of #719E9E

#719E9E
(113,158,158)
#679090
(103,144,144)
#5D8282
(93,130,130)
#537474
(83,116,116)
#496666
(73,102,102)
#3F5858
(63,88,88)
#354A4A
(53,74,74)
#2B3C3C
(43,60,60)
#212E2E
(33,46,46)
#172020
(23,32,32)
#0D1212
(13,18,18)
#000000
(0,0,0)

Tints of #719E9E

#719E9E
(113,158,158)
#7DA6A6
(125,166,166)
#89AEAE
(137,174,174)
#95B6B6
(149,182,182)
#A1BEBE
(161,190,190)
#ADC6C6
(173,198,198)
#B9CECE
(185,206,206)
#C5D6D6
(197,214,214)
#D1DEDE
(209,222,222)
#DDE6E6
(221,230,230)
#E9EEEE
(233,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #719E9E color. Also use rgb(113,158,158) instead hex code.

Text Font Color

.myTextColor { color: #719E9E; }

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

This text font color is #719E9E.

Background Color

.myBgColor { background-color: #719E9E; }

<div style="background-color:#719E9E">Inner text</div>

This div background color is #719E9E.

Border color

.myBorderColor { border: 1px solid #719E9E; }

<div style="border:3px solid #719E9E">Div</div>

This div border color is #719E9E.

Opacity

.myOpacity80 { color: #719E9E; opacity: 0.8; }

<p style="color:#719E9E;opacity:0.8;">80%</p>

Text with #719E9E 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 #719E9E;}

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

This text has shadow with #719E9E color.


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

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

This text has shadow with #719E9E primary color and red secondary color.


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

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

This text has shadow with #719E9E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #719E9E.

Preview

Color preview on black background

This text has color #719E9E on black background.


Color preview on white background

This text has color #719E9E on white background.


Black color preview on #719E9E background

This text has black color on #719E9E background.


White color preview on #719E9E background

This text has white color on #719E9E background.


Related colors

Complementary color

Complementary color for #hex is #8E6161.


I love getcolorcode.com