COLOR #71976D

HEX: #71976D
RGB: (113,151,109)

Color info

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

RGB color model

#71976D color RGB value is (113,151,109).

  • red value is 113;
  • green value is 151;
  • blue value is 109.
RGB:
(113,151,109)
(44%,59%,43%)

RGB channels and saturation

R 113 of 255 = 44%
G 151 of 255 = 59%
B 109 of 255 = 43%

113
151
109

R + G + B ~ 49%. #71976D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 151 + 109 = 373 (100%)
R 113 of 373 ~ 30.29%
G 151 of 373 ~ 40.48%
B 109 of 373 ~ 29.22%

%30.29
%40.48
%29.22

CMYK color model

#71976D color CMYK value is (25,0,28,41).

  • cyan value is 25.17%
  • magenta value is 0.00%
  • yellow value is 27.81%
  • key color value is 40.78%
CMYK:
(25,0,28,41)
C25M0Y28K41 
(25%,0%,28%,41%)
(0.25/0.00/0.28/0.41)	

CMYK percentages

%25.17
%0
%27.81
%40.78

Codes

Color #71976D in popluar color models

71976D
RGB113151109
HSL114°16.80%50.98%
HSB/HSV114°27.81%59.22%
CMYK25.17%0.00%27.81%
40.78%

Color #71976D in popluar number systems.

HEX71976D
Decimal113151109
Binary1110001100101111101101
Octal161227155

Shades and tints

Shades of #71976D

#71976D
(113,151,109)
#678A64
(103,138,100)
#5D7D5B
(93,125,91)
#537052
(83,112,82)
#496349
(73,99,73)
#3F5640
(63,86,64)
#354937
(53,73,55)
#2B3C2E
(43,60,46)
#212F25
(33,47,37)
#17221C
(23,34,28)
#0D1513
(13,21,19)
#000000
(0,0,0)

Tints of #71976D

#71976D
(113,151,109)
#7DA07A
(125,160,122)
#89A987
(137,169,135)
#95B294
(149,178,148)
#A1BBA1
(161,187,161)
#ADC4AE
(173,196,174)
#B9CDBB
(185,205,187)
#C5D6C8
(197,214,200)
#D1DFD5
(209,223,213)
#DDE8E2
(221,232,226)
#E9F1EF
(233,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71976D color. Also use rgb(113,151,109) instead hex code.

Text Font Color

.myTextColor { color: #71976D; }

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

This text font color is #71976D.


Background Color

.myBgColor { background-color: #71976D; }

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

This div background color is #71976D.


Border color

.myBorderColor { border: 1px solid #71976D; }

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

This div border color is #71976D.


Opacity

.myOpacity80 { color: #71976D; opacity: 0.8; }

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

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

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

This text has shadow with #71976D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71976D on black background.


Color preview on white background

This text has color #71976D on white background.



Black color preview on #71976D background

This text has black color on #71976D background.


White color preview on #71976D background

This text has white color on #71976D background.