COLOR #719061

HEX: #719061
RGB: (113,144,97)

Color info

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

RGB color model

#719061 color RGB value is (113,144,97).

  • red value is 113;
  • green value is 144;
  • blue value is 97.
RGB:
(113,144,97)
(44%,56%,38%)

RGB channels and saturation

R 113 of 255 = 44%
G 144 of 255 = 56%
B 97 of 255 = 38%

113
144
97

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

Portions of RGB colors in percentages

R + G + B =
113 + 144 + 97 = 354 (100%)
R 113 of 354 ~ 31.92%
G 144 of 354 ~ 40.68%
B 97 of 354 ~ 27.4%

%31.92
%40.68
%27.4

CMYK color model

#719061 color CMYK value is (22,0,33,44).

  • cyan value is 21.53%
  • magenta value is 0.00%
  • yellow value is 32.64%
  • key color value is 43.53%
CMYK:
(22,0,33,44)
C22M0Y33K44 
(22%,0%,33%,44%)
(0.22/0.00/0.33/0.44)	

CMYK percentages

%21.53
%0
%32.64
%43.53

Codes

Color #719061 in popluar color models

719061
RGB11314497
HSL100°19.50%47.25%
HSB/HSV100°32.64%56.47%
CMYK21.53%0.00%32.64%
43.53%

Color #719061 in popluar number systems.

HEX719061
Decimal11314497
Binary1110001100100001100001
Octal161220141

Shades and tints

Shades of #719061

#719061
(113,144,97)
#678359
(103,131,89)
#5D7651
(93,118,81)
#536949
(83,105,73)
#495C41
(73,92,65)
#3F4F39
(63,79,57)
#354231
(53,66,49)
#2B3529
(43,53,41)
#212821
(33,40,33)
#171B19
(23,27,25)
#0D0E11
(13,14,17)
#000000
(0,0,0)

Tints of #719061

#719061
(113,144,97)
#7D9A6F
(125,154,111)
#89A47D
(137,164,125)
#95AE8B
(149,174,139)
#A1B899
(161,184,153)
#ADC2A7
(173,194,167)
#B9CCB5
(185,204,181)
#C5D6C3
(197,214,195)
#D1E0D1
(209,224,209)
#DDEADF
(221,234,223)
#E9F4ED
(233,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #719061 color. Also use rgb(113,144,97) instead hex code.

Text Font Color

.myTextColor { color: #719061; }

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

This text font color is #719061.


Background Color

.myBgColor { background-color: #719061; }

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

This div background color is #719061.


Border color

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

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

This div border color is #719061.


Opacity

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

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

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

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

This text has shadow with #719061 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #719061 on black background.


Color preview on white background

This text has color #719061 on white background.



Black color preview on #719061 background

This text has black color on #719061 background.


White color preview on #719061 background

This text has white color on #719061 background.