COLOR #719478

HEX: #719478
RGB: (113,148,120)

Color info

#719478 contains red, green and blue colors in about the same proportion. Web safe color of #719478 is #669966 (or #696).

RGB color model

#719478 color RGB value is (113,148,120).

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

RGB channels and saturation

R 113 of 255 = 44%
G 148 of 255 = 58%
B 120 of 255 = 47%

113
148
120

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

Portions of RGB colors in percentages

R + G + B =
113 + 148 + 120 = 381 (100%)
R 113 of 381 ~ 29.66%
G 148 of 381 ~ 38.85%
B 120 of 381 ~ 31.5%

%29.66
%38.85
%31.5

CMYK color model

#719478 color CMYK value is (24,0,19,42).

  • cyan value is 23.65%
  • magenta value is 0.00%
  • yellow value is 18.92%
  • key color value is 41.96%
CMYK:
(24,0,19,42)
C24M0Y19K42 
(24%,0%,19%,42%)
(0.24/0.00/0.19/0.42)	

CMYK percentages

%23.65
%0
%18.92
%41.96

Codes

Color #719478 in popluar color models

719478
RGB113148120
HSL132°14.06%51.18%
HSB/HSV132°23.65%58.04%
CMYK23.65%0.00%18.92%
41.96%

Color #719478 in popluar number systems.

HEX719478
Decimal113148120
Binary1110001100101001111000
Octal161224170

Shades and tints

Shades of #719478

#719478
(113,148,120)
#67876E
(103,135,110)
#5D7A64
(93,122,100)
#536D5A
(83,109,90)
#496050
(73,96,80)
#3F5346
(63,83,70)
#35463C
(53,70,60)
#2B3932
(43,57,50)
#212C28
(33,44,40)
#171F1E
(23,31,30)
#0D1214
(13,18,20)
#000000
(0,0,0)

Tints of #719478

#719478
(113,148,120)
#7D9D84
(125,157,132)
#89A690
(137,166,144)
#95AF9C
(149,175,156)
#A1B8A8
(161,184,168)
#ADC1B4
(173,193,180)
#B9CAC0
(185,202,192)
#C5D3CC
(197,211,204)
#D1DCD8
(209,220,216)
#DDE5E4
(221,229,228)
#E9EEF0
(233,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #719478; }

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

This text font color is #719478.


Background Color

.myBgColor { background-color: #719478; }

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

This div background color is #719478.


Border color

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

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

This div border color is #719478.


Opacity

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

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

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

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

This text has shadow with #719478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #719478 on black background.


Color preview on white background

This text has color #719478 on white background.



Black color preview on #719478 background

This text has black color on #719478 background.


White color preview on #719478 background

This text has white color on #719478 background.