COLOR #719592

HEX: #719592
RGB: (113,149,146)

Color info

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

RGB color model

#719592 color RGB value is (113,149,146).

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

RGB channels and saturation

R 113 of 255 = 44%
G 149 of 255 = 58%
B 146 of 255 = 57%

113
149
146

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

Portions of RGB colors in percentages

R + G + B =
113 + 149 + 146 = 408 (100%)
R 113 of 408 ~ 27.7%
G 149 of 408 ~ 36.52%
B 146 of 408 ~ 35.78%

%27.7
%36.52
%35.78

CMYK color model

#719592 color CMYK value is (24,0,2,42).

  • cyan value is 24.16%
  • magenta value is 0.00%
  • yellow value is 2.01%
  • key color value is 41.57%
CMYK:
(24,0,2,42)
C24M0Y2K42 
(24%,0%,2%,42%)
(0.24/0.00/0.02/0.42)	

CMYK percentages

%24.16
%0
%2.01
%41.57

Codes

Color #719592 in popluar color models

719592
RGB113149146
HSL175°14.52%51.37%
HSB/HSV175°24.16%58.43%
CMYK24.16%0.00%2.01%
41.57%

Color #719592 in popluar number systems.

HEX719592
Decimal113149146
Binary11100011001010110010010
Octal161225222

Shades and tints

Shades of #719592

#719592
(113,149,146)
#678885
(103,136,133)
#5D7B78
(93,123,120)
#536E6B
(83,110,107)
#49615E
(73,97,94)
#3F5451
(63,84,81)
#354744
(53,71,68)
#2B3A37
(43,58,55)
#212D2A
(33,45,42)
#17201D
(23,32,29)
#0D1310
(13,19,16)
#000000
(0,0,0)

Tints of #719592

#719592
(113,149,146)
#7D9E9B
(125,158,155)
#89A7A4
(137,167,164)
#95B0AD
(149,176,173)
#A1B9B6
(161,185,182)
#ADC2BF
(173,194,191)
#B9CBC8
(185,203,200)
#C5D4D1
(197,212,209)
#D1DDDA
(209,221,218)
#DDE6E3
(221,230,227)
#E9EFEC
(233,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #719592; }

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

This text font color is #719592.


Background Color

.myBgColor { background-color: #719592; }

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

This div background color is #719592.


Border color

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

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

This div border color is #719592.


Opacity

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

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

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

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

This text has shadow with #719592 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #719592 on black background.


Color preview on white background

This text has color #719592 on white background.



Black color preview on #719592 background

This text has black color on #719592 background.


White color preview on #719592 background

This text has white color on #719592 background.