COLOR #719A9C

HEX: #719A9C
RGB: (113,154,156)

Color info

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

RGB color model

#719A9C color RGB value is (113,154,156).

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

RGB channels and saturation

R 113 of 255 = 44%
G 154 of 255 = 60%
B 156 of 255 = 61%

113
154
156

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

Portions of RGB colors in percentages

R + G + B =
113 + 154 + 156 = 423 (100%)
R 113 of 423 ~ 26.71%
G 154 of 423 ~ 36.41%
B 156 of 423 ~ 36.88%

%26.71
%36.41
%36.88

CMYK color model

#719A9C color CMYK value is (28,1,0,39).

  • cyan value is 27.56%
  • magenta value is 1.28%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(28,1,0,39)
C28M1Y0K39 
(28%,1%,0%,39%)
(0.28/0.01/0.00/0.39)	

CMYK percentages

%27.56
%1.28
%0
%38.82

Codes

Color #719A9C in popluar color models

719A9C
RGB113154156
HSL183°17.84%52.75%
HSB/HSV183°27.56%61.18%
CMYK27.56%1.28%0.00%
38.82%

Color #719A9C in popluar number systems.

HEX719A9C
Decimal113154156
Binary11100011001101010011100
Octal161232234

Shades and tints

Shades of #719A9C

#719A9C
(113,154,156)
#678C8E
(103,140,142)
#5D7E80
(93,126,128)
#537072
(83,112,114)
#496264
(73,98,100)
#3F5456
(63,84,86)
#354648
(53,70,72)
#2B383A
(43,56,58)
#212A2C
(33,42,44)
#171C1E
(23,28,30)
#0D0E10
(13,14,16)
#000000
(0,0,0)

Tints of #719A9C

#719A9C
(113,154,156)
#7DA3A5
(125,163,165)
#89ACAE
(137,172,174)
#95B5B7
(149,181,183)
#A1BEC0
(161,190,192)
#ADC7C9
(173,199,201)
#B9D0D2
(185,208,210)
#C5D9DB
(197,217,219)
#D1E2E4
(209,226,228)
#DDEBED
(221,235,237)
#E9F4F6
(233,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #719A9C; }

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

This text font color is #719A9C.


Background Color

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

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

This div background color is #719A9C.


Border color

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

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

This div border color is #719A9C.


Opacity

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

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

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

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

This text has shadow with #719A9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #719A9C on black background.


Color preview on white background

This text has color #719A9C on white background.



Black color preview on #719A9C background

This text has black color on #719A9C background.


White color preview on #719A9C background

This text has white color on #719A9C background.