COLOR #71856B

HEX: #71856B
RGB: (113,133,107)

Color info

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

RGB color model

#71856B color RGB value is (113,133,107).

  • red value is 113;
  • green value is 133;
  • blue value is 107.
RGB:
(113,133,107)
(44%,52%,42%)

RGB channels and saturation

R 113 of 255 = 44%
G 133 of 255 = 52%
B 107 of 255 = 42%

113
133
107

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

Portions of RGB colors in percentages

R + G + B =
113 + 133 + 107 = 353 (100%)
R 113 of 353 ~ 32.01%
G 133 of 353 ~ 37.68%
B 107 of 353 ~ 30.31%

%32.01
%37.68
%30.31

CMYK color model

#71856B color CMYK value is (15,0,20,48).

  • cyan value is 15.04%
  • magenta value is 0.00%
  • yellow value is 19.55%
  • key color value is 47.84%
CMYK:
(15,0,20,48)
C15M0Y20K48 
(15%,0%,20%,48%)
(0.15/0.00/0.20/0.48)	

CMYK percentages

%15.04
%0
%19.55
%47.84

Codes

Color #71856B in popluar color models

71856B
RGB113133107
HSL106°10.83%47.06%
HSB/HSV106°19.55%52.16%
CMYK15.04%0.00%19.55%
47.84%

Color #71856B in popluar number systems.

HEX71856B
Decimal113133107
Binary1110001100001011101011
Octal161205153

Shades and tints

Shades of #71856B

#71856B
(113,133,107)
#677962
(103,121,98)
#5D6D59
(93,109,89)
#536150
(83,97,80)
#495547
(73,85,71)
#3F493E
(63,73,62)
#353D35
(53,61,53)
#2B312C
(43,49,44)
#212523
(33,37,35)
#17191A
(23,25,26)
#0D0D11
(13,13,17)
#000000
(0,0,0)

Tints of #71856B

#71856B
(113,133,107)
#7D9078
(125,144,120)
#899B85
(137,155,133)
#95A692
(149,166,146)
#A1B19F
(161,177,159)
#ADBCAC
(173,188,172)
#B9C7B9
(185,199,185)
#C5D2C6
(197,210,198)
#D1DDD3
(209,221,211)
#DDE8E0
(221,232,224)
#E9F3ED
(233,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71856B color. Also use rgb(113,133,107) instead hex code.

Text Font Color

.myTextColor { color: #71856B; }

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

This text font color is #71856B.


Background Color

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

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

This div background color is #71856B.


Border color

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

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

This div border color is #71856B.


Opacity

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

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

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

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

This text has shadow with #71856B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71856B on black background.


Color preview on white background

This text has color #71856B on white background.



Black color preview on #71856B background

This text has black color on #71856B background.


White color preview on #71856B background

This text has white color on #71856B background.