COLOR #719147

HEX: #719147
RGB: (113,145,71)

Color info

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

RGB color model

#719147 color RGB value is (113,145,71).

  • red value is 113;
  • green value is 145;
  • blue value is 71.
RGB:
(113,145,71)
(44%,57%,28%)

RGB channels and saturation

R 113 of 255 = 44%
G 145 of 255 = 57%
B 71 of 255 = 28%

113
145
71

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

Portions of RGB colors in percentages

R + G + B =
113 + 145 + 71 = 329 (100%)
R 113 of 329 ~ 34.35%
G 145 of 329 ~ 44.07%
B 71 of 329 ~ 21.58%

%34.35
%44.07
%21.58

CMYK color model

#719147 color CMYK value is (22,0,51,43).

  • cyan value is 22.07%
  • magenta value is 0.00%
  • yellow value is 51.03%
  • key color value is 43.14%
CMYK:
(22,0,51,43)
C22M0Y51K43 
(22%,0%,51%,43%)
(0.22/0.00/0.51/0.43)	

CMYK percentages

%22.07
%0
%51.03
%43.14

Codes

Color #719147 in popluar color models

719147
RGB11314571
HSL86°34.26%42.35%
HSB/HSV86°51.03%56.86%
CMYK22.07%0.00%51.03%
43.14%

Color #719147 in popluar number systems.

HEX719147
Decimal11314571
Binary1110001100100011000111
Octal161221107

Shades and tints

Shades of #719147

#719147
(113,145,71)
#678441
(103,132,65)
#5D773B
(93,119,59)
#536A35
(83,106,53)
#495D2F
(73,93,47)
#3F5029
(63,80,41)
#354323
(53,67,35)
#2B361D
(43,54,29)
#212917
(33,41,23)
#171C11
(23,28,17)
#0D0F0B
(13,15,11)
#000000
(0,0,0)

Tints of #719147

#719147
(113,145,71)
#7D9B57
(125,155,87)
#89A567
(137,165,103)
#95AF77
(149,175,119)
#A1B987
(161,185,135)
#ADC397
(173,195,151)
#B9CDA7
(185,205,167)
#C5D7B7
(197,215,183)
#D1E1C7
(209,225,199)
#DDEBD7
(221,235,215)
#E9F5E7
(233,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #719147 color. Also use rgb(113,145,71) instead hex code.

Text Font Color

.myTextColor { color: #719147; }

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

This text font color is #719147.


Background Color

.myBgColor { background-color: #719147; }

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

This div background color is #719147.


Border color

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

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

This div border color is #719147.


Opacity

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

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

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

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

This text has shadow with #719147 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #719147 on black background.


Color preview on white background

This text has color #719147 on white background.



Black color preview on #719147 background

This text has black color on #719147 background.


White color preview on #719147 background

This text has white color on #719147 background.