COLOR #719187

HEX: #719187
RGB: (113,145,135)

Color info

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

RGB color model

#719187 color RGB value is (113,145,135).

  • red value is 113;
  • green value is 145;
  • blue value is 135.
RGB:
(113,145,135)
(44%,57%,53%)

RGB channels and saturation

R 113 of 255 = 44%
G 145 of 255 = 57%
B 135 of 255 = 53%

113
145
135

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

Portions of RGB colors in percentages

R + G + B =
113 + 145 + 135 = 393 (100%)
R 113 of 393 ~ 28.75%
G 145 of 393 ~ 36.9%
B 135 of 393 ~ 34.35%

%28.75
%36.9
%34.35

CMYK color model

#719187 color CMYK value is (22,0,7,43).

  • cyan value is 22.07%
  • magenta value is 0.00%
  • yellow value is 6.90%
  • key color value is 43.14%
CMYK:
(22,0,7,43)
C22M0Y7K43 
(22%,0%,7%,43%)
(0.22/0.00/0.07/0.43)	

CMYK percentages

%22.07
%0
%6.9
%43.14

Codes

Color #719187 in popluar color models

719187
RGB113145135
HSL161°12.70%50.59%
HSB/HSV161°22.07%56.86%
CMYK22.07%0.00%6.90%
43.14%

Color #719187 in popluar number systems.

HEX719187
Decimal113145135
Binary11100011001000110000111
Octal161221207

Shades and tints

Shades of #719187

#719187
(113,145,135)
#67847B
(103,132,123)
#5D776F
(93,119,111)
#536A63
(83,106,99)
#495D57
(73,93,87)
#3F504B
(63,80,75)
#35433F
(53,67,63)
#2B3633
(43,54,51)
#212927
(33,41,39)
#171C1B
(23,28,27)
#0D0F0F
(13,15,15)
#000000
(0,0,0)

Tints of #719187

#719187
(113,145,135)
#7D9B91
(125,155,145)
#89A59B
(137,165,155)
#95AFA5
(149,175,165)
#A1B9AF
(161,185,175)
#ADC3B9
(173,195,185)
#B9CDC3
(185,205,195)
#C5D7CD
(197,215,205)
#D1E1D7
(209,225,215)
#DDEBE1
(221,235,225)
#E9F5EB
(233,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #719187 color. Also use rgb(113,145,135) instead hex code.

Text Font Color

.myTextColor { color: #719187; }

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

This text font color is #719187.


Background Color

.myBgColor { background-color: #719187; }

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

This div background color is #719187.


Border color

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

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

This div border color is #719187.


Opacity

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

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

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

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

This text has shadow with #719187 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #719187 on black background.


Color preview on white background

This text has color #719187 on white background.



Black color preview on #719187 background

This text has black color on #719187 background.


White color preview on #719187 background

This text has white color on #719187 background.