COLOR #719C5B

HEX: #719C5B
RGB: (113,156,91)

Color info

#719C5B contains mainly red and green colors. Web safe color of #719C5B is #669966 (or #696).

RGB color model

#719C5B color RGB value is (113,156,91).

  • red value is 113;
  • green value is 156;
  • blue value is 91.
RGB:
(113,156,91)
(44%,61%,36%)

RGB channels and saturation

R 113 of 255 = 44%
G 156 of 255 = 61%
B 91 of 255 = 36%

113
156
91

R + G + B ~ 47%. #719C5B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 156 + 91 = 360 (100%)
R 113 of 360 ~ 31.39%
G 156 of 360 ~ 43.33%
B 91 of 360 ~ 25.28%

%31.39
%43.33
%25.28

CMYK color model

#719C5B color CMYK value is (28,0,42,39).

  • cyan value is 27.56%
  • magenta value is 0.00%
  • yellow value is 41.67%
  • key color value is 38.82%
CMYK:
(28,0,42,39)
C28M0Y42K39 
(28%,0%,42%,39%)
(0.28/0.00/0.42/0.39)	

CMYK percentages

%27.56
%0
%41.67
%38.82

Codes

Color #719C5B in popluar color models

719C5B
RGB11315691
HSL100°26.32%48.43%
HSB/HSV100°41.67%61.18%
CMYK27.56%0.00%41.67%
38.82%

Color #719C5B in popluar number systems.

HEX719C5B
Decimal11315691
Binary1110001100111001011011
Octal161234133

Shades and tints

Shades of #719C5B

#719C5B
(113,156,91)
#678E53
(103,142,83)
#5D804B
(93,128,75)
#537243
(83,114,67)
#49643B
(73,100,59)
#3F5633
(63,86,51)
#35482B
(53,72,43)
#2B3A23
(43,58,35)
#212C1B
(33,44,27)
#171E13
(23,30,19)
#0D100B
(13,16,11)
#000000
(0,0,0)

Tints of #719C5B

#719C5B
(113,156,91)
#7DA569
(125,165,105)
#89AE77
(137,174,119)
#95B785
(149,183,133)
#A1C093
(161,192,147)
#ADC9A1
(173,201,161)
#B9D2AF
(185,210,175)
#C5DBBD
(197,219,189)
#D1E4CB
(209,228,203)
#DDEDD9
(221,237,217)
#E9F6E7
(233,246,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #719C5B color. Also use rgb(113,156,91) instead hex code.

Text Font Color

.myTextColor { color: #719C5B; }

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

This text font color is #719C5B.


Background Color

.myBgColor { background-color: #719C5B; }

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

This div background color is #719C5B.


Border color

.myBorderColor { border: 1px solid #719C5B; }

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

This div border color is #719C5B.


Opacity

.myOpacity80 { color: #719C5B; opacity: 0.8; }

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

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

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

This text has shadow with #719C5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #719C5B on black background.


Color preview on white background

This text has color #719C5B on white background.



Black color preview on #719C5B background

This text has black color on #719C5B background.


White color preview on #719C5B background

This text has white color on #719C5B background.