COLOR #719562

HEX: #719562
RGB: (113,149,98)

Color info

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

RGB color model

#719562 color RGB value is (113,149,98).

  • red value is 113;
  • green value is 149;
  • blue value is 98.
RGB:
(113,149,98)
(44%,58%,38%)

RGB channels and saturation

R 113 of 255 = 44%
G 149 of 255 = 58%
B 98 of 255 = 38%

113
149
98

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

Portions of RGB colors in percentages

R + G + B =
113 + 149 + 98 = 360 (100%)
R 113 of 360 ~ 31.39%
G 149 of 360 ~ 41.39%
B 98 of 360 ~ 27.22%

%31.39
%41.39
%27.22

CMYK color model

#719562 color CMYK value is (24,0,34,42).

  • cyan value is 24.16%
  • magenta value is 0.00%
  • yellow value is 34.23%
  • key color value is 41.57%
CMYK:
(24,0,34,42)
C24M0Y34K42 
(24%,0%,34%,42%)
(0.24/0.00/0.34/0.42)	

CMYK percentages

%24.16
%0
%34.23
%41.57

Codes

Color #719562 in popluar color models

719562
RGB11314998
HSL102°20.65%48.43%
HSB/HSV102°34.23%58.43%
CMYK24.16%0.00%34.23%
41.57%

Color #719562 in popluar number systems.

HEX719562
Decimal11314998
Binary1110001100101011100010
Octal161225142

Shades and tints

Shades of #719562

#719562
(113,149,98)
#67885A
(103,136,90)
#5D7B52
(93,123,82)
#536E4A
(83,110,74)
#496142
(73,97,66)
#3F543A
(63,84,58)
#354732
(53,71,50)
#2B3A2A
(43,58,42)
#212D22
(33,45,34)
#17201A
(23,32,26)
#0D1312
(13,19,18)
#000000
(0,0,0)

Tints of #719562

#719562
(113,149,98)
#7D9E70
(125,158,112)
#89A77E
(137,167,126)
#95B08C
(149,176,140)
#A1B99A
(161,185,154)
#ADC2A8
(173,194,168)
#B9CBB6
(185,203,182)
#C5D4C4
(197,212,196)
#D1DDD2
(209,221,210)
#DDE6E0
(221,230,224)
#E9EFEE
(233,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #719562 color. Also use rgb(113,149,98) instead hex code.

Text Font Color

.myTextColor { color: #719562; }

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

This text font color is #719562.


Background Color

.myBgColor { background-color: #719562; }

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

This div background color is #719562.


Border color

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

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

This div border color is #719562.


Opacity

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

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

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

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

This text has shadow with #719562 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #719562 on black background.


Color preview on white background

This text has color #719562 on white background.



Black color preview on #719562 background

This text has black color on #719562 background.


White color preview on #719562 background

This text has white color on #719562 background.