COLOR #719086

HEX: #719086
RGB: (113,144,134)

Color info

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

RGB color model

#719086 color RGB value is (113,144,134).

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

RGB channels and saturation

R 113 of 255 = 44%
G 144 of 255 = 56%
B 134 of 255 = 53%

113
144
134

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

Portions of RGB colors in percentages

R + G + B =
113 + 144 + 134 = 391 (100%)
R 113 of 391 ~ 28.9%
G 144 of 391 ~ 36.83%
B 134 of 391 ~ 34.27%

%28.9
%36.83
%34.27

CMYK color model

#719086 color CMYK value is (22,0,7,44).

  • cyan value is 21.53%
  • magenta value is 0.00%
  • yellow value is 6.94%
  • key color value is 43.53%
CMYK:
(22,0,7,44)
C22M0Y7K44 
(22%,0%,7%,44%)
(0.22/0.00/0.07/0.44)	

CMYK percentages

%21.53
%0
%6.94
%43.53

Codes

Color #719086 in popluar color models

719086
RGB113144134
HSL161°12.25%50.39%
HSB/HSV161°21.53%56.47%
CMYK21.53%0.00%6.94%
43.53%

Color #719086 in popluar number systems.

HEX719086
Decimal113144134
Binary11100011001000010000110
Octal161220206

Shades and tints

Shades of #719086

#719086
(113,144,134)
#67837A
(103,131,122)
#5D766E
(93,118,110)
#536962
(83,105,98)
#495C56
(73,92,86)
#3F4F4A
(63,79,74)
#35423E
(53,66,62)
#2B3532
(43,53,50)
#212826
(33,40,38)
#171B1A
(23,27,26)
#0D0E0E
(13,14,14)
#000000
(0,0,0)

Tints of #719086

#719086
(113,144,134)
#7D9A91
(125,154,145)
#89A49C
(137,164,156)
#95AEA7
(149,174,167)
#A1B8B2
(161,184,178)
#ADC2BD
(173,194,189)
#B9CCC8
(185,204,200)
#C5D6D3
(197,214,211)
#D1E0DE
(209,224,222)
#DDEAE9
(221,234,233)
#E9F4F4
(233,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #719086; }

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

This text font color is #719086.


Background Color

.myBgColor { background-color: #719086; }

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

This div background color is #719086.


Border color

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

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

This div border color is #719086.


Opacity

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

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

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

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

This text has shadow with #719086 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #719086 on black background.


Color preview on white background

This text has color #719086 on white background.



Black color preview on #719086 background

This text has black color on #719086 background.


White color preview on #719086 background

This text has white color on #719086 background.