COLOR #71954F

HEX: #71954F
RGB: (113,149,79)

Color info

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

RGB color model

#71954F color RGB value is (113,149,79).

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

RGB channels and saturation

R 113 of 255 = 44%
G 149 of 255 = 58%
B 79 of 255 = 31%

113
149
79

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

Portions of RGB colors in percentages

R + G + B =
113 + 149 + 79 = 341 (100%)
R 113 of 341 ~ 33.14%
G 149 of 341 ~ 43.7%
B 79 of 341 ~ 23.17%

%33.14
%43.7
%23.17

CMYK color model

#71954F color CMYK value is (24,0,47,42).

  • cyan value is 24.16%
  • magenta value is 0.00%
  • yellow value is 46.98%
  • key color value is 41.57%
CMYK:
(24,0,47,42)
C24M0Y47K42 
(24%,0%,47%,42%)
(0.24/0.00/0.47/0.42)	

CMYK percentages

%24.16
%0
%46.98
%41.57

Codes

Color #71954F in popluar color models

71954F
RGB11314979
HSL91°30.70%44.71%
HSB/HSV91°46.98%58.43%
CMYK24.16%0.00%46.98%
41.57%

Color #71954F in popluar number systems.

HEX71954F
Decimal11314979
Binary1110001100101011001111
Octal161225117

Shades and tints

Shades of #71954F

#71954F
(113,149,79)
#678848
(103,136,72)
#5D7B41
(93,123,65)
#536E3A
(83,110,58)
#496133
(73,97,51)
#3F542C
(63,84,44)
#354725
(53,71,37)
#2B3A1E
(43,58,30)
#212D17
(33,45,23)
#172010
(23,32,16)
#0D1309
(13,19,9)
#000000
(0,0,0)

Tints of #71954F

#71954F
(113,149,79)
#7D9E5F
(125,158,95)
#89A76F
(137,167,111)
#95B07F
(149,176,127)
#A1B98F
(161,185,143)
#ADC29F
(173,194,159)
#B9CBAF
(185,203,175)
#C5D4BF
(197,212,191)
#D1DDCF
(209,221,207)
#DDE6DF
(221,230,223)
#E9EFEF
(233,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71954F; }

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

This text font color is #71954F.


Background Color

.myBgColor { background-color: #71954F; }

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

This div background color is #71954F.


Border color

.myBorderColor { border: 1px solid #71954F; }

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

This div border color is #71954F.


Opacity

.myOpacity80 { color: #71954F; opacity: 0.8; }

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

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

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

This text has shadow with #71954F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71954F on black background.


Color preview on white background

This text has color #71954F on white background.



Black color preview on #71954F background

This text has black color on #71954F background.


White color preview on #71954F background

This text has white color on #71954F background.