COLOR #71866B

HEX: #71866B
RGB: (113,134,107)

Color info

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

RGB color model

#71866B color RGB value is (113,134,107).

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

RGB channels and saturation

R 113 of 255 = 44%
G 134 of 255 = 53%
B 107 of 255 = 42%

113
134
107

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

Portions of RGB colors in percentages

R + G + B =
113 + 134 + 107 = 354 (100%)
R 113 of 354 ~ 31.92%
G 134 of 354 ~ 37.85%
B 107 of 354 ~ 30.23%

%31.92
%37.85
%30.23

CMYK color model

#71866B color CMYK value is (16,0,20,47).

  • cyan value is 15.67%
  • magenta value is 0.00%
  • yellow value is 20.15%
  • key color value is 47.45%
CMYK:
(16,0,20,47)
C16M0Y20K47 
(16%,0%,20%,47%)
(0.16/0.00/0.20/0.47)	

CMYK percentages

%15.67
%0
%20.15
%47.45

Codes

Color #71866B in popluar color models

71866B
RGB113134107
HSL107°11.20%47.25%
HSB/HSV107°20.15%52.55%
CMYK15.67%0.00%20.15%
47.45%

Color #71866B in popluar number systems.

HEX71866B
Decimal113134107
Binary1110001100001101101011
Octal161206153

Shades and tints

Shades of #71866B

#71866B
(113,134,107)
#677A62
(103,122,98)
#5D6E59
(93,110,89)
#536250
(83,98,80)
#495647
(73,86,71)
#3F4A3E
(63,74,62)
#353E35
(53,62,53)
#2B322C
(43,50,44)
#212623
(33,38,35)
#171A1A
(23,26,26)
#0D0E11
(13,14,17)
#000000
(0,0,0)

Tints of #71866B

#71866B
(113,134,107)
#7D9178
(125,145,120)
#899C85
(137,156,133)
#95A792
(149,167,146)
#A1B29F
(161,178,159)
#ADBDAC
(173,189,172)
#B9C8B9
(185,200,185)
#C5D3C6
(197,211,198)
#D1DED3
(209,222,211)
#DDE9E0
(221,233,224)
#E9F4ED
(233,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71866B; }

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

This text font color is #71866B.


Background Color

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

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

This div background color is #71866B.


Border color

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

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

This div border color is #71866B.


Opacity

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

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

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

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

This text has shadow with #71866B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71866B on black background.


Color preview on white background

This text has color #71866B on white background.



Black color preview on #71866B background

This text has black color on #71866B background.


White color preview on #71866B background

This text has white color on #71866B background.