COLOR #71885C

HEX: #71885C
RGB: (113,136,92)

Color info

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

RGB color model

#71885C color RGB value is (113,136,92).

  • red value is 113;
  • green value is 136;
  • blue value is 92.
RGB:
(113,136,92)
(44%,53%,36%)

RGB channels and saturation

R 113 of 255 = 44%
G 136 of 255 = 53%
B 92 of 255 = 36%

113
136
92

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

Portions of RGB colors in percentages

R + G + B =
113 + 136 + 92 = 341 (100%)
R 113 of 341 ~ 33.14%
G 136 of 341 ~ 39.88%
B 92 of 341 ~ 26.98%

%33.14
%39.88
%26.98

CMYK color model

#71885C color CMYK value is (17,0,32,47).

  • cyan value is 16.91%
  • magenta value is 0.00%
  • yellow value is 32.35%
  • key color value is 46.67%
CMYK:
(17,0,32,47)
C17M0Y32K47 
(17%,0%,32%,47%)
(0.17/0.00/0.32/0.47)	

CMYK percentages

%16.91
%0
%32.35
%46.67

Codes

Color #71885C in popluar color models

71885C
RGB11313692
HSL91°19.30%44.71%
HSB/HSV91°32.35%53.33%
CMYK16.91%0.00%32.35%
46.67%

Color #71885C in popluar number systems.

HEX71885C
Decimal11313692
Binary1110001100010001011100
Octal161210134

Shades and tints

Shades of #71885C

#71885C
(113,136,92)
#677C54
(103,124,84)
#5D704C
(93,112,76)
#536444
(83,100,68)
#49583C
(73,88,60)
#3F4C34
(63,76,52)
#35402C
(53,64,44)
#2B3424
(43,52,36)
#21281C
(33,40,28)
#171C14
(23,28,20)
#0D100C
(13,16,12)
#000000
(0,0,0)

Tints of #71885C

#71885C
(113,136,92)
#7D926A
(125,146,106)
#899C78
(137,156,120)
#95A686
(149,166,134)
#A1B094
(161,176,148)
#ADBAA2
(173,186,162)
#B9C4B0
(185,196,176)
#C5CEBE
(197,206,190)
#D1D8CC
(209,216,204)
#DDE2DA
(221,226,218)
#E9ECE8
(233,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71885C color. Also use rgb(113,136,92) instead hex code.

Text Font Color

.myTextColor { color: #71885C; }

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

This text font color is #71885C.


Background Color

.myBgColor { background-color: #71885C; }

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

This div background color is #71885C.


Border color

.myBorderColor { border: 1px solid #71885C; }

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

This div border color is #71885C.


Opacity

.myOpacity80 { color: #71885C; opacity: 0.8; }

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

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

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

This text has shadow with #71885C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71885C on black background.


Color preview on white background

This text has color #71885C on white background.



Black color preview on #71885C background

This text has black color on #71885C background.


White color preview on #71885C background

This text has white color on #71885C background.