COLOR #71816B

HEX: #71816B
RGB: (113,129,107)

Color info

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

RGB color model

#71816B color RGB value is (113,129,107).

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

RGB channels and saturation

R 113 of 255 = 44%
G 129 of 255 = 51%
B 107 of 255 = 42%

113
129
107

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

Portions of RGB colors in percentages

R + G + B =
113 + 129 + 107 = 349 (100%)
R 113 of 349 ~ 32.38%
G 129 of 349 ~ 36.96%
B 107 of 349 ~ 30.66%

%32.38
%36.96
%30.66

CMYK color model

#71816B color CMYK value is (12,0,17,49).

  • cyan value is 12.40%
  • magenta value is 0.00%
  • yellow value is 17.05%
  • key color value is 49.41%
CMYK:
(12,0,17,49)
C12M0Y17K49 
(12%,0%,17%,49%)
(0.12/0.00/0.17/0.49)	

CMYK percentages

%12.4
%0
%17.05
%49.41

Codes

Color #71816B in popluar color models

71816B
RGB113129107
HSL104°9.32%46.27%
HSB/HSV104°17.05%50.59%
CMYK12.40%0.00%17.05%
49.41%

Color #71816B in popluar number systems.

HEX71816B
Decimal113129107
Binary1110001100000011101011
Octal161201153

Shades and tints

Shades of #71816B

#71816B
(113,129,107)
#677662
(103,118,98)
#5D6B59
(93,107,89)
#536050
(83,96,80)
#495547
(73,85,71)
#3F4A3E
(63,74,62)
#353F35
(53,63,53)
#2B342C
(43,52,44)
#212923
(33,41,35)
#171E1A
(23,30,26)
#0D1311
(13,19,17)
#000000
(0,0,0)

Tints of #71816B

#71816B
(113,129,107)
#7D8C78
(125,140,120)
#899785
(137,151,133)
#95A292
(149,162,146)
#A1AD9F
(161,173,159)
#ADB8AC
(173,184,172)
#B9C3B9
(185,195,185)
#C5CEC6
(197,206,198)
#D1D9D3
(209,217,211)
#DDE4E0
(221,228,224)
#E9EFED
(233,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71816B; }

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

This text font color is #71816B.


Background Color

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

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

This div background color is #71816B.


Border color

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

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

This div border color is #71816B.


Opacity

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

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

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

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

This text has shadow with #71816B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71816B on black background.


Color preview on white background

This text has color #71816B on white background.



Black color preview on #71816B background

This text has black color on #71816B background.


White color preview on #71816B background

This text has white color on #71816B background.