COLOR #71845B

HEX: #71845B
RGB: (113,132,91)

Color info

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

RGB color model

#71845B color RGB value is (113,132,91).

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

RGB channels and saturation

R 113 of 255 = 44%
G 132 of 255 = 52%
B 91 of 255 = 36%

113
132
91

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

Portions of RGB colors in percentages

R + G + B =
113 + 132 + 91 = 336 (100%)
R 113 of 336 ~ 33.63%
G 132 of 336 ~ 39.29%
B 91 of 336 ~ 27.08%

%33.63
%39.29
%27.08

CMYK color model

#71845B color CMYK value is (14,0,31,48).

  • cyan value is 14.39%
  • magenta value is 0.00%
  • yellow value is 31.06%
  • key color value is 48.24%
CMYK:
(14,0,31,48)
C14M0Y31K48 
(14%,0%,31%,48%)
(0.14/0.00/0.31/0.48)	

CMYK percentages

%14.39
%0
%31.06
%48.24

Codes

Color #71845B in popluar color models

71845B
RGB11313291
HSL88°18.39%43.73%
HSB/HSV88°31.06%51.76%
CMYK14.39%0.00%31.06%
48.24%

Color #71845B in popluar number systems.

HEX71845B
Decimal11313291
Binary1110001100001001011011
Octal161204133

Shades and tints

Shades of #71845B

#71845B
(113,132,91)
#677853
(103,120,83)
#5D6C4B
(93,108,75)
#536043
(83,96,67)
#49543B
(73,84,59)
#3F4833
(63,72,51)
#353C2B
(53,60,43)
#2B3023
(43,48,35)
#21241B
(33,36,27)
#171813
(23,24,19)
#0D0C0B
(13,12,11)
#000000
(0,0,0)

Tints of #71845B

#71845B
(113,132,91)
#7D8F69
(125,143,105)
#899A77
(137,154,119)
#95A585
(149,165,133)
#A1B093
(161,176,147)
#ADBBA1
(173,187,161)
#B9C6AF
(185,198,175)
#C5D1BD
(197,209,189)
#D1DCCB
(209,220,203)
#DDE7D9
(221,231,217)
#E9F2E7
(233,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71845B; }

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

This text font color is #71845B.


Background Color

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

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

This div background color is #71845B.


Border color

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

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

This div border color is #71845B.


Opacity

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

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

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

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

This text has shadow with #71845B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71845B on black background.


Color preview on white background

This text has color #71845B on white background.



Black color preview on #71845B background

This text has black color on #71845B background.


White color preview on #71845B background

This text has white color on #71845B background.