COLOR #719E8F

HEX: #719E8F RGB: (113,158,143)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

113
158
143

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

Portions of RGB colors in percentages

R + G + B = 113 + 158 + 143 = 414 (100%)
R 113 of 414 ~ 27.29%
G 158 of 414 ~ 38.16%
B 143 of 414 ~ 34.54'%

%27.29
%38.16
%34.54

CMYK color model

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

  • cyan value is 28.48%
  • magenta value is 0.00%
  • yellow value is 9.49%
  • key color value is 38.04%

CMYK: (28,0,9,38)
C28M0Y9K38 (28%, 0%, 9%, 38%)
(0.28 / 0.00 / 0.09 / 0.38)

CMYK percentages

%28.48
%0
%9.49
%38.04

Codes

Color #719E8F in popluar color models

71 9E 8F
RGB 113 158 143
HSL 160° 18.83% 53.14%
HSB/HSV 160° 28.48% 61.96%
CMYK 28.48% 0.00% 9.49%
38.04%

Color #719E8F in popluar number systems.

HEX 71 9E 8F
Decimal 113 158 143
Binary 1110001 10011110 10001111
Octal 161 236 217

Shades and tints

Shades of #719E8F

#719E8F
(113,158,143)
#679082
(103,144,130)
#5D8275
(93,130,117)
#537468
(83,116,104)
#49665B
(73,102,91)
#3F584E
(63,88,78)
#354A41
(53,74,65)
#2B3C34
(43,60,52)
#212E27
(33,46,39)
#17201A
(23,32,26)
#0D120D
(13,18,13)
#000000
(0,0,0)

Tints of #719E8F

#719E8F
(113,158,143)
#7DA699
(125,166,153)
#89AEA3
(137,174,163)
#95B6AD
(149,182,173)
#A1BEB7
(161,190,183)
#ADC6C1
(173,198,193)
#B9CECB
(185,206,203)
#C5D6D5
(197,214,213)
#D1DEDF
(209,222,223)
#DDE6E9
(221,230,233)
#E9EEF3
(233,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #719E8F; }

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

This text font color is #719E8F.

Background Color

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

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

This div background color is #719E8F.

Border color

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

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

This div border color is #719E8F.

Opacity

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

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

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

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

This text has shadow with #719E8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #719E8F.

Preview

Color preview on black background

This text has color #719E8F on black background.


Color preview on white background

This text has color #719E8F on white background.


Black color preview on #719E8F background

This text has black color on #719E8F background.


White color preview on #719E8F background

This text has white color on #719E8F background.


Related colors

Complementary color

Complementary color for #hex is #8E6170.


I love getcolorcode.com

Triadic colors

1 #8F719E and #9E8F71 with #719E8F are triadic colors.

2 #8F9E71 and #9E718F with #719E8F are triadic colors.