COLOR #719A5F

HEX: #719A5F
RGB: (113,154,95)

Color info

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

RGB color model

#719A5F color RGB value is (113,154,95).

  • red value is 113;
  • green value is 154;
  • blue value is 95.
RGB:
(113,154,95)
(44%,60%,37%)

RGB channels and saturation

R 113 of 255 = 44%
G 154 of 255 = 60%
B 95 of 255 = 37%

113
154
95

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

Portions of RGB colors in percentages

R + G + B =
113 + 154 + 95 = 362 (100%)
R 113 of 362 ~ 31.22%
G 154 of 362 ~ 42.54%
B 95 of 362 ~ 26.24%

%31.22
%42.54
%26.24

CMYK color model

#719A5F color CMYK value is (27,0,38,40).

  • cyan value is 26.62%
  • magenta value is 0.00%
  • yellow value is 38.31%
  • key color value is 39.61%
CMYK:
(27,0,38,40)
C27M0Y38K40 
(27%,0%,38%,40%)
(0.27/0.00/0.38/0.40)	

CMYK percentages

%26.62
%0
%38.31
%39.61

Codes

Color #719A5F in popluar color models

719A5F
RGB11315495
HSL102°23.69%48.82%
HSB/HSV102°38.31%60.39%
CMYK26.62%0.00%38.31%
39.61%

Color #719A5F in popluar number systems.

HEX719A5F
Decimal11315495
Binary1110001100110101011111
Octal161232137

Shades and tints

Shades of #719A5F

#719A5F
(113,154,95)
#678C57
(103,140,87)
#5D7E4F
(93,126,79)
#537047
(83,112,71)
#49623F
(73,98,63)
#3F5437
(63,84,55)
#35462F
(53,70,47)
#2B3827
(43,56,39)
#212A1F
(33,42,31)
#171C17
(23,28,23)
#0D0E0F
(13,14,15)
#000000
(0,0,0)

Tints of #719A5F

#719A5F
(113,154,95)
#7DA36D
(125,163,109)
#89AC7B
(137,172,123)
#95B589
(149,181,137)
#A1BE97
(161,190,151)
#ADC7A5
(173,199,165)
#B9D0B3
(185,208,179)
#C5D9C1
(197,217,193)
#D1E2CF
(209,226,207)
#DDEBDD
(221,235,221)
#E9F4EB
(233,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #719A5F color. Also use rgb(113,154,95) instead hex code.

Text Font Color

.myTextColor { color: #719A5F; }

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

This text font color is #719A5F.


Background Color

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

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

This div background color is #719A5F.


Border color

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

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

This div border color is #719A5F.


Opacity

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

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

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

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

This text has shadow with #719A5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #719A5F on black background.


Color preview on white background

This text has color #719A5F on white background.



Black color preview on #719A5F background

This text has black color on #719A5F background.


White color preview on #719A5F background

This text has white color on #719A5F background.