COLOR #719D9A

HEX: #719D9A
RGB: (113,157,154)

Color info

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

RGB color model

#719D9A color RGB value is (113,157,154).

  • red value is 113;
  • green value is 157;
  • blue value is 154.
RGB:
(113,157,154)
(44%,62%,60%)

RGB channels and saturation

R 113 of 255 = 44%
G 157 of 255 = 62%
B 154 of 255 = 60%

113
157
154

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

Portions of RGB colors in percentages

R + G + B =
113 + 157 + 154 = 424 (100%)
R 113 of 424 ~ 26.65%
G 157 of 424 ~ 37.03%
B 154 of 424 ~ 36.32%

%26.65
%37.03
%36.32

CMYK color model

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

  • cyan value is 28.03%
  • magenta value is 0.00%
  • yellow value is 1.91%
  • key color value is 38.43%
CMYK:
(28,0,2,38)
C28M0Y2K38 
(28%,0%,2%,38%)
(0.28/0.00/0.02/0.38)	

CMYK percentages

%28.03
%0
%1.91
%38.43

Codes

Color #719D9A in popluar color models

719D9A
RGB113157154
HSL176°18.33%52.94%
HSB/HSV176°28.03%61.57%
CMYK28.03%0.00%1.91%
38.43%

Color #719D9A in popluar number systems.

HEX719D9A
Decimal113157154
Binary11100011001110110011010
Octal161235232

Shades and tints

Shades of #719D9A

#719D9A
(113,157,154)
#678F8C
(103,143,140)
#5D817E
(93,129,126)
#537370
(83,115,112)
#496562
(73,101,98)
#3F5754
(63,87,84)
#354946
(53,73,70)
#2B3B38
(43,59,56)
#212D2A
(33,45,42)
#171F1C
(23,31,28)
#0D110E
(13,17,14)
#000000
(0,0,0)

Tints of #719D9A

#719D9A
(113,157,154)
#7DA5A3
(125,165,163)
#89ADAC
(137,173,172)
#95B5B5
(149,181,181)
#A1BDBE
(161,189,190)
#ADC5C7
(173,197,199)
#B9CDD0
(185,205,208)
#C5D5D9
(197,213,217)
#D1DDE2
(209,221,226)
#DDE5EB
(221,229,235)
#E9EDF4
(233,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #719D9A; }

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

This text font color is #719D9A.


Background Color

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

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

This div background color is #719D9A.


Border color

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

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

This div border color is #719D9A.


Opacity

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

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

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

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

This text has shadow with #719D9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #719D9A on black background.


Color preview on white background

This text has color #719D9A on white background.



Black color preview on #719D9A background

This text has black color on #719D9A background.


White color preview on #719D9A background

This text has white color on #719D9A background.