COLOR #719151

HEX: #719151
RGB: (113,145,81)

Color info

#719151 contains mainly red and green colors. Web safe color of #719151 is #669966 (or #696).

RGB color model

#719151 color RGB value is (113,145,81).

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

RGB channels and saturation

R 113 of 255 = 44%
G 145 of 255 = 57%
B 81 of 255 = 32%

113
145
81

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

Portions of RGB colors in percentages

R + G + B =
113 + 145 + 81 = 339 (100%)
R 113 of 339 ~ 33.33%
G 145 of 339 ~ 42.77%
B 81 of 339 ~ 23.89%

%33.33
%42.77
%23.89

CMYK color model

#719151 color CMYK value is (22,0,44,43).

  • cyan value is 22.07%
  • magenta value is 0.00%
  • yellow value is 44.14%
  • key color value is 43.14%
CMYK:
(22,0,44,43)
C22M0Y44K43 
(22%,0%,44%,43%)
(0.22/0.00/0.44/0.43)	

CMYK percentages

%22.07
%0
%44.14
%43.14

Codes

Color #719151 in popluar color models

719151
RGB11314581
HSL90°28.32%44.31%
HSB/HSV90°44.14%56.86%
CMYK22.07%0.00%44.14%
43.14%

Color #719151 in popluar number systems.

HEX719151
Decimal11314581
Binary1110001100100011010001
Octal161221121

Shades and tints

Shades of #719151

#719151
(113,145,81)
#67844A
(103,132,74)
#5D7743
(93,119,67)
#536A3C
(83,106,60)
#495D35
(73,93,53)
#3F502E
(63,80,46)
#354327
(53,67,39)
#2B3620
(43,54,32)
#212919
(33,41,25)
#171C12
(23,28,18)
#0D0F0B
(13,15,11)
#000000
(0,0,0)

Tints of #719151

#719151
(113,145,81)
#7D9B60
(125,155,96)
#89A56F
(137,165,111)
#95AF7E
(149,175,126)
#A1B98D
(161,185,141)
#ADC39C
(173,195,156)
#B9CDAB
(185,205,171)
#C5D7BA
(197,215,186)
#D1E1C9
(209,225,201)
#DDEBD8
(221,235,216)
#E9F5E7
(233,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #719151; }

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

This text font color is #719151.


Background Color

.myBgColor { background-color: #719151; }

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

This div background color is #719151.


Border color

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

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

This div border color is #719151.


Opacity

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

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

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

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

This text has shadow with #719151 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #719151 on black background.


Color preview on white background

This text has color #719151 on white background.



Black color preview on #719151 background

This text has black color on #719151 background.


White color preview on #719151 background

This text has white color on #719151 background.