COLOR #719C92

HEX: #719C92
RGB: (113,156,146)

Color info

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

RGB color model

#719C92 color RGB value is (113,156,146).

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

RGB channels and saturation

R 113 of 255 = 44%
G 156 of 255 = 61%
B 146 of 255 = 57%

113
156
146

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

Portions of RGB colors in percentages

R + G + B =
113 + 156 + 146 = 415 (100%)
R 113 of 415 ~ 27.23%
G 156 of 415 ~ 37.59%
B 146 of 415 ~ 35.18%

%27.23
%37.59
%35.18

CMYK color model

#719C92 color CMYK value is (28,0,6,39).

  • cyan value is 27.56%
  • magenta value is 0.00%
  • yellow value is 6.41%
  • key color value is 38.82%
CMYK:
(28,0,6,39)
C28M0Y6K39 
(28%,0%,6%,39%)
(0.28/0.00/0.06/0.39)	

CMYK percentages

%27.56
%0
%6.41
%38.82

Codes

Color #719C92 in popluar color models

719C92
RGB113156146
HSL166°17.84%52.75%
HSB/HSV166°27.56%61.18%
CMYK27.56%0.00%6.41%
38.82%

Color #719C92 in popluar number systems.

HEX719C92
Decimal113156146
Binary11100011001110010010010
Octal161234222

Shades and tints

Shades of #719C92

#719C92
(113,156,146)
#678E85
(103,142,133)
#5D8078
(93,128,120)
#53726B
(83,114,107)
#49645E
(73,100,94)
#3F5651
(63,86,81)
#354844
(53,72,68)
#2B3A37
(43,58,55)
#212C2A
(33,44,42)
#171E1D
(23,30,29)
#0D1010
(13,16,16)
#000000
(0,0,0)

Tints of #719C92

#719C92
(113,156,146)
#7DA59B
(125,165,155)
#89AEA4
(137,174,164)
#95B7AD
(149,183,173)
#A1C0B6
(161,192,182)
#ADC9BF
(173,201,191)
#B9D2C8
(185,210,200)
#C5DBD1
(197,219,209)
#D1E4DA
(209,228,218)
#DDEDE3
(221,237,227)
#E9F6EC
(233,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #719C92; }

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

This text font color is #719C92.


Background Color

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

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

This div background color is #719C92.


Border color

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

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

This div border color is #719C92.


Opacity

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

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

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

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

This text has shadow with #719C92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #719C92 on black background.


Color preview on white background

This text has color #719C92 on white background.



Black color preview on #719C92 background

This text has black color on #719C92 background.


White color preview on #719C92 background

This text has white color on #719C92 background.