COLOR #71845F

HEX: #71845F
RGB: (113,132,95)

Color info

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

RGB color model

#71845F color RGB value is (113,132,95).

  • red value is 113;
  • green value is 132;
  • blue value is 95.
RGB:
(113,132,95)
(44%,52%,37%)

RGB channels and saturation

R 113 of 255 = 44%
G 132 of 255 = 52%
B 95 of 255 = 37%

113
132
95

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

Portions of RGB colors in percentages

R + G + B =
113 + 132 + 95 = 340 (100%)
R 113 of 340 ~ 33.24%
G 132 of 340 ~ 38.82%
B 95 of 340 ~ 27.94%

%33.24
%38.82
%27.94

CMYK color model

#71845F color CMYK value is (14,0,28,48).

  • cyan value is 14.39%
  • magenta value is 0.00%
  • yellow value is 28.03%
  • key color value is 48.24%
CMYK:
(14,0,28,48)
C14M0Y28K48 
(14%,0%,28%,48%)
(0.14/0.00/0.28/0.48)	

CMYK percentages

%14.39
%0
%28.03
%48.24

Codes

Color #71845F in popluar color models

71845F
RGB11313295
HSL91°16.30%44.51%
HSB/HSV91°28.03%51.76%
CMYK14.39%0.00%28.03%
48.24%

Color #71845F in popluar number systems.

HEX71845F
Decimal11313295
Binary1110001100001001011111
Octal161204137

Shades and tints

Shades of #71845F

#71845F
(113,132,95)
#677857
(103,120,87)
#5D6C4F
(93,108,79)
#536047
(83,96,71)
#49543F
(73,84,63)
#3F4837
(63,72,55)
#353C2F
(53,60,47)
#2B3027
(43,48,39)
#21241F
(33,36,31)
#171817
(23,24,23)
#0D0C0F
(13,12,15)
#000000
(0,0,0)

Tints of #71845F

#71845F
(113,132,95)
#7D8F6D
(125,143,109)
#899A7B
(137,154,123)
#95A589
(149,165,137)
#A1B097
(161,176,151)
#ADBBA5
(173,187,165)
#B9C6B3
(185,198,179)
#C5D1C1
(197,209,193)
#D1DCCF
(209,220,207)
#DDE7DD
(221,231,221)
#E9F2EB
(233,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71845F color. Also use rgb(113,132,95) instead hex code.

Text Font Color

.myTextColor { color: #71845F; }

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

This text font color is #71845F.


Background Color

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

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

This div background color is #71845F.


Border color

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

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

This div border color is #71845F.


Opacity

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

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

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

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

This text has shadow with #71845F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71845F on black background.


Color preview on white background

This text has color #71845F on white background.



Black color preview on #71845F background

This text has black color on #71845F background.


White color preview on #71845F background

This text has white color on #71845F background.