COLOR #719572

HEX: #719572
RGB: (113,149,114)

Color info

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

RGB color model

#719572 color RGB value is (113,149,114).

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

RGB channels and saturation

R 113 of 255 = 44%
G 149 of 255 = 58%
B 114 of 255 = 45%

113
149
114

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

Portions of RGB colors in percentages

R + G + B =
113 + 149 + 114 = 376 (100%)
R 113 of 376 ~ 30.05%
G 149 of 376 ~ 39.63%
B 114 of 376 ~ 30.32%

%30.05
%39.63
%30.32

CMYK color model

#719572 color CMYK value is (24,0,23,42).

  • cyan value is 24.16%
  • magenta value is 0.00%
  • yellow value is 23.49%
  • key color value is 41.57%
CMYK:
(24,0,23,42)
C24M0Y23K42 
(24%,0%,23%,42%)
(0.24/0.00/0.23/0.42)	

CMYK percentages

%24.16
%0
%23.49
%41.57

Codes

Color #719572 in popluar color models

719572
RGB113149114
HSL122°14.52%51.37%
HSB/HSV122°24.16%58.43%
CMYK24.16%0.00%23.49%
41.57%

Color #719572 in popluar number systems.

HEX719572
Decimal113149114
Binary1110001100101011110010
Octal161225162

Shades and tints

Shades of #719572

#719572
(113,149,114)
#678868
(103,136,104)
#5D7B5E
(93,123,94)
#536E54
(83,110,84)
#49614A
(73,97,74)
#3F5440
(63,84,64)
#354736
(53,71,54)
#2B3A2C
(43,58,44)
#212D22
(33,45,34)
#172018
(23,32,24)
#0D130E
(13,19,14)
#000000
(0,0,0)

Tints of #719572

#719572
(113,149,114)
#7D9E7E
(125,158,126)
#89A78A
(137,167,138)
#95B096
(149,176,150)
#A1B9A2
(161,185,162)
#ADC2AE
(173,194,174)
#B9CBBA
(185,203,186)
#C5D4C6
(197,212,198)
#D1DDD2
(209,221,210)
#DDE6DE
(221,230,222)
#E9EFEA
(233,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #719572; }

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

This text font color is #719572.


Background Color

.myBgColor { background-color: #719572; }

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

This div background color is #719572.


Border color

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

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

This div border color is #719572.


Opacity

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

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

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

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

This text has shadow with #719572 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #719572 on black background.


Color preview on white background

This text has color #719572 on white background.



Black color preview on #719572 background

This text has black color on #719572 background.


White color preview on #719572 background

This text has white color on #719572 background.