COLOR #719540

HEX: #719540
RGB: (113,149,64)

Color info

#719540 contains mainly red and green colors. Web safe color of #719540 is #669933 (or #693).

RGB color model

#719540 color RGB value is (113,149,64).

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

RGB channels and saturation

R 113 of 255 = 44%
G 149 of 255 = 58%
B 64 of 255 = 25%

113
149
64

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

Portions of RGB colors in percentages

R + G + B =
113 + 149 + 64 = 326 (100%)
R 113 of 326 ~ 34.66%
G 149 of 326 ~ 45.71%
B 64 of 326 ~ 19.63%

%34.66
%45.71
%19.63

CMYK color model

#719540 color CMYK value is (24,0,57,42).

  • cyan value is 24.16%
  • magenta value is 0.00%
  • yellow value is 57.05%
  • key color value is 41.57%
CMYK:
(24,0,57,42)
C24M0Y57K42 
(24%,0%,57%,42%)
(0.24/0.00/0.57/0.42)	

CMYK percentages

%24.16
%0
%57.05
%41.57

Codes

Color #719540 in popluar color models

719540
RGB11314964
HSL85°39.91%41.76%
HSB/HSV85°57.05%58.43%
CMYK24.16%0.00%57.05%
41.57%

Color #719540 in popluar number systems.

HEX719540
Decimal11314964
Binary1110001100101011000000
Octal161225100

Shades and tints

Shades of #719540

#719540
(113,149,64)
#67883B
(103,136,59)
#5D7B36
(93,123,54)
#536E31
(83,110,49)
#49612C
(73,97,44)
#3F5427
(63,84,39)
#354722
(53,71,34)
#2B3A1D
(43,58,29)
#212D18
(33,45,24)
#172013
(23,32,19)
#0D130E
(13,19,14)
#000000
(0,0,0)

Tints of #719540

#719540
(113,149,64)
#7D9E51
(125,158,81)
#89A762
(137,167,98)
#95B073
(149,176,115)
#A1B984
(161,185,132)
#ADC295
(173,194,149)
#B9CBA6
(185,203,166)
#C5D4B7
(197,212,183)
#D1DDC8
(209,221,200)
#DDE6D9
(221,230,217)
#E9EFEA
(233,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #719540; }

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

This text font color is #719540.


Background Color

.myBgColor { background-color: #719540; }

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

This div background color is #719540.


Border color

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

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

This div border color is #719540.


Opacity

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

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

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

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

This text has shadow with #719540 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #719540 on black background.


Color preview on white background

This text has color #719540 on white background.



Black color preview on #719540 background

This text has black color on #719540 background.


White color preview on #719540 background

This text has white color on #719540 background.