COLOR #719482

HEX: #719482
RGB: (113,148,130)

Color info

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

RGB color model

#719482 color RGB value is (113,148,130).

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

RGB channels and saturation

R 113 of 255 = 44%
G 148 of 255 = 58%
B 130 of 255 = 51%

113
148
130

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

Portions of RGB colors in percentages

R + G + B =
113 + 148 + 130 = 391 (100%)
R 113 of 391 ~ 28.9%
G 148 of 391 ~ 37.85%
B 130 of 391 ~ 33.25%

%28.9
%37.85
%33.25

CMYK color model

#719482 color CMYK value is (24,0,12,42).

  • cyan value is 23.65%
  • magenta value is 0.00%
  • yellow value is 12.16%
  • key color value is 41.96%
CMYK:
(24,0,12,42)
C24M0Y12K42 
(24%,0%,12%,42%)
(0.24/0.00/0.12/0.42)	

CMYK percentages

%23.65
%0
%12.16
%41.96

Codes

Color #719482 in popluar color models

719482
RGB113148130
HSL149°14.06%51.18%
HSB/HSV149°23.65%58.04%
CMYK23.65%0.00%12.16%
41.96%

Color #719482 in popluar number systems.

HEX719482
Decimal113148130
Binary11100011001010010000010
Octal161224202

Shades and tints

Shades of #719482

#719482
(113,148,130)
#678777
(103,135,119)
#5D7A6C
(93,122,108)
#536D61
(83,109,97)
#496056
(73,96,86)
#3F534B
(63,83,75)
#354640
(53,70,64)
#2B3935
(43,57,53)
#212C2A
(33,44,42)
#171F1F
(23,31,31)
#0D1214
(13,18,20)
#000000
(0,0,0)

Tints of #719482

#719482
(113,148,130)
#7D9D8D
(125,157,141)
#89A698
(137,166,152)
#95AFA3
(149,175,163)
#A1B8AE
(161,184,174)
#ADC1B9
(173,193,185)
#B9CAC4
(185,202,196)
#C5D3CF
(197,211,207)
#D1DCDA
(209,220,218)
#DDE5E5
(221,229,229)
#E9EEF0
(233,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #719482; }

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

This text font color is #719482.


Background Color

.myBgColor { background-color: #719482; }

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

This div background color is #719482.


Border color

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

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

This div border color is #719482.


Opacity

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

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

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

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

This text has shadow with #719482 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #719482 on black background.


Color preview on white background

This text has color #719482 on white background.



Black color preview on #719482 background

This text has black color on #719482 background.


White color preview on #719482 background

This text has white color on #719482 background.