COLOR #719486

HEX: #719486
RGB: (113,148,134)

Color info

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

RGB color model

#719486 color RGB value is (113,148,134).

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

RGB channels and saturation

R 113 of 255 = 44%
G 148 of 255 = 58%
B 134 of 255 = 53%

113
148
134

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

Portions of RGB colors in percentages

R + G + B =
113 + 148 + 134 = 395 (100%)
R 113 of 395 ~ 28.61%
G 148 of 395 ~ 37.47%
B 134 of 395 ~ 33.92%

%28.61
%37.47
%33.92

CMYK color model

#719486 color CMYK value is (24,0,9,42).

  • cyan value is 23.65%
  • magenta value is 0.00%
  • yellow value is 9.46%
  • key color value is 41.96%
CMYK:
(24,0,9,42)
C24M0Y9K42 
(24%,0%,9%,42%)
(0.24/0.00/0.09/0.42)	

CMYK percentages

%23.65
%0
%9.46
%41.96

Codes

Color #719486 in popluar color models

719486
RGB113148134
HSL156°14.06%51.18%
HSB/HSV156°23.65%58.04%
CMYK23.65%0.00%9.46%
41.96%

Color #719486 in popluar number systems.

HEX719486
Decimal113148134
Binary11100011001010010000110
Octal161224206

Shades and tints

Shades of #719486

#719486
(113,148,134)
#67877A
(103,135,122)
#5D7A6E
(93,122,110)
#536D62
(83,109,98)
#496056
(73,96,86)
#3F534A
(63,83,74)
#35463E
(53,70,62)
#2B3932
(43,57,50)
#212C26
(33,44,38)
#171F1A
(23,31,26)
#0D120E
(13,18,14)
#000000
(0,0,0)

Tints of #719486

#719486
(113,148,134)
#7D9D91
(125,157,145)
#89A69C
(137,166,156)
#95AFA7
(149,175,167)
#A1B8B2
(161,184,178)
#ADC1BD
(173,193,189)
#B9CAC8
(185,202,200)
#C5D3D3
(197,211,211)
#D1DCDE
(209,220,222)
#DDE5E9
(221,229,233)
#E9EEF4
(233,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #719486; }

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

This text font color is #719486.


Background Color

.myBgColor { background-color: #719486; }

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

This div background color is #719486.


Border color

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

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

This div border color is #719486.


Opacity

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

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

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

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

This text has shadow with #719486 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #719486 on black background.


Color preview on white background

This text has color #719486 on white background.



Black color preview on #719486 background

This text has black color on #719486 background.


White color preview on #719486 background

This text has white color on #719486 background.