COLOR #719F90

HEX: #719F90
RGB: (113,159,144)

Color info

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

RGB color model

#719F90 color RGB value is (113,159,144).

  • red value is 113;
  • green value is 159;
  • blue value is 144.
RGB:
(113,159,144)
(44%,62%,56%)

RGB channels and saturation

R 113 of 255 = 44%
G 159 of 255 = 62%
B 144 of 255 = 56%

113
159
144

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

Portions of RGB colors in percentages

R + G + B =
113 + 159 + 144 = 416 (100%)
R 113 of 416 ~ 27.16%
G 159 of 416 ~ 38.22%
B 144 of 416 ~ 34.62%

%27.16
%38.22
%34.62

CMYK color model

#719F90 color CMYK value is (29,0,9,38).

  • cyan value is 28.93%
  • magenta value is 0.00%
  • yellow value is 9.43%
  • key color value is 37.65%
CMYK:
(29,0,9,38)
C29M0Y9K38 
(29%,0%,9%,38%)
(0.29/0.00/0.09/0.38)	

CMYK percentages

%28.93
%0
%9.43
%37.65

Codes

Color #719F90 in popluar color models

719F90
RGB113159144
HSL160°19.33%53.33%
HSB/HSV160°28.93%62.35%
CMYK28.93%0.00%9.43%
37.65%

Color #719F90 in popluar number systems.

HEX719F90
Decimal113159144
Binary11100011001111110010000
Octal161237220

Shades and tints

Shades of #719F90

#719F90
(113,159,144)
#679183
(103,145,131)
#5D8376
(93,131,118)
#537569
(83,117,105)
#49675C
(73,103,92)
#3F594F
(63,89,79)
#354B42
(53,75,66)
#2B3D35
(43,61,53)
#212F28
(33,47,40)
#17211B
(23,33,27)
#0D130E
(13,19,14)
#000000
(0,0,0)

Tints of #719F90

#719F90
(113,159,144)
#7DA79A
(125,167,154)
#89AFA4
(137,175,164)
#95B7AE
(149,183,174)
#A1BFB8
(161,191,184)
#ADC7C2
(173,199,194)
#B9CFCC
(185,207,204)
#C5D7D6
(197,215,214)
#D1DFE0
(209,223,224)
#DDE7EA
(221,231,234)
#E9EFF4
(233,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #719F90; }

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

This text font color is #719F90.


Background Color

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

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

This div background color is #719F90.


Border color

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

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

This div border color is #719F90.


Opacity

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

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

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

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

This text has shadow with #719F90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #719F90 on black background.


Color preview on white background

This text has color #719F90 on white background.



Black color preview on #719F90 background

This text has black color on #719F90 background.


White color preview on #719F90 background

This text has white color on #719F90 background.