COLOR #719886

HEX: #719886
RGB: (113,152,134)

Color info

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

RGB color model

#719886 color RGB value is (113,152,134).

  • red value is 113;
  • green value is 152;
  • blue value is 134.
RGB:
(113,152,134)
(44%,60%,53%)

RGB channels and saturation

R 113 of 255 = 44%
G 152 of 255 = 60%
B 134 of 255 = 53%

113
152
134

R + G + B ~ 52%. #719886 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 152 + 134 = 399 (100%)
R 113 of 399 ~ 28.32%
G 152 of 399 ~ 38.1%
B 134 of 399 ~ 33.58%

%28.32
%38.1
%33.58

CMYK color model

#719886 color CMYK value is (26,0,12,40).

  • cyan value is 25.66%
  • magenta value is 0.00%
  • yellow value is 11.84%
  • key color value is 40.39%
CMYK:
(26,0,12,40)
C26M0Y12K40 
(26%,0%,12%,40%)
(0.26/0.00/0.12/0.40)	

CMYK percentages

%25.66
%0
%11.84
%40.39

Codes

Color #719886 in popluar color models

719886
RGB113152134
HSL152°15.92%51.96%
HSB/HSV152°25.66%59.61%
CMYK25.66%0.00%11.84%
40.39%

Color #719886 in popluar number systems.

HEX719886
Decimal113152134
Binary11100011001100010000110
Octal161230206

Shades and tints

Shades of #719886

#719886
(113,152,134)
#678B7A
(103,139,122)
#5D7E6E
(93,126,110)
#537162
(83,113,98)
#496456
(73,100,86)
#3F574A
(63,87,74)
#354A3E
(53,74,62)
#2B3D32
(43,61,50)
#213026
(33,48,38)
#17231A
(23,35,26)
#0D160E
(13,22,14)
#000000
(0,0,0)

Tints of #719886

#719886
(113,152,134)
#7DA191
(125,161,145)
#89AA9C
(137,170,156)
#95B3A7
(149,179,167)
#A1BCB2
(161,188,178)
#ADC5BD
(173,197,189)
#B9CEC8
(185,206,200)
#C5D7D3
(197,215,211)
#D1E0DE
(209,224,222)
#DDE9E9
(221,233,233)
#E9F2F4
(233,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #719886 color. Also use rgb(113,152,134) instead hex code.

Text Font Color

.myTextColor { color: #719886; }

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

This text font color is #719886.


Background Color

.myBgColor { background-color: #719886; }

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

This div background color is #719886.


Border color

.myBorderColor { border: 1px solid #719886; }

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

This div border color is #719886.


Opacity

.myOpacity80 { color: #719886; opacity: 0.8; }

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

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

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

This text has shadow with #719886 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #719886 on black background.


Color preview on white background

This text has color #719886 on white background.



Black color preview on #719886 background

This text has black color on #719886 background.


White color preview on #719886 background

This text has white color on #719886 background.