COLOR #836E71

HEX: #836E71 RGB: (131,110,113)

Color info

#836E71 contains red, green and blue colors in about the same proportion. Web safe color of #836E71 is #996666 (or #966).

RGB color model

#836E71 color RGB value is (131,110,113).

RGB: (131,110,113) (51%, 43%, 44%)

RGB channels and saturation

R 131 of 255 = 51%
G 110 of 255 = 43%
B 113 of 255 = 44%

131
110
113

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

Portions of RGB colors in percentages

R + G + B = 131 + 110 + 113 = 354 (100%)
R 131 of 354 ~ 37.01%
G 110 of 354 ~ 31.07%
B 113 of 354 ~ 31.92'%

%37.01
%31.07
%31.92

CMYK color model

#836E71 color CMYK value is (0,16,14,49).

  • cyan value is 0.00%
  • magenta value is 16.03%
  • yellow value is 13.74%
  • key color value is 48.63%

CMYK: (0,16,14,49)
C0M16Y14K49 (0%, 16%, 14%, 49%)
(0.00 / 0.16 / 0.14 / 0.49)

CMYK percentages

%0
%16.03
%13.74
%48.63

Codes

Color #836E71 in popluar color models

83 6E 71
RGB 131 110 113
HSL 351° 8.71% 47.25%
HSB/HSV 351° 16.03% 51.37%
CMYK 0.00% 16.03% 13.74%
48.63%

Color #836E71 in popluar number systems.

HEX 83 6E 71
Decimal 131 110 113
Binary 10000011 1101110 1110001
Octal 203 156 161

Shades and tints

Shades of #836E71

#836E71
(131,110,113)
#786467
(120,100,103)
#6D5A5D
(109,90,93)
#625053
(98,80,83)
#574649
(87,70,73)
#4C3C3F
(76,60,63)
#413235
(65,50,53)
#36282B
(54,40,43)
#2B1E21
(43,30,33)
#201417
(32,20,23)
#150A0D
(21,10,13)
#000000
(0,0,0)

Tints of #836E71

#836E71
(131,110,113)
#8E7B7D
(142,123,125)
#998889
(153,136,137)
#A49595
(164,149,149)
#AFA2A1
(175,162,161)
#BAAFAD
(186,175,173)
#C5BCB9
(197,188,185)
#D0C9C5
(208,201,197)
#DBD6D1
(219,214,209)
#E6E3DD
(230,227,221)
#F1F0E9
(241,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #836E71 color. Also use rgb(131,110,113) instead hex code.

Text Font Color

.myTextColor { color: #836E71; }

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

This text font color is #836E71.

Background Color

.myBgColor { background-color: #836E71; }

<div style="background-color:#836E71">Inner text</div>

This div background color is #836E71.

Border color

.myBorderColor { border: 1px solid #836E71; }

<div style="border:3px solid #836E71">Div</div>

This div border color is #836E71.

Opacity

.myOpacity80 { color: #836E71; opacity: 0.8; }

<p style="color:#836E71;opacity:0.8;">80%</p>

Text with #836E71 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 #836E71;}

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

This text has shadow with #836E71 color.


.textShadow {text-shadow: 3px 3px 1px #836E71', 3px 3px 1px red;}

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

This text has shadow with #836E71 primary color and red secondary color.


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

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

This text has shadow with #836E71 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #836E71; -webkit-box-shadow: 1px 1px 3px 2px #836E71; box-shadow:1px 1px 3px 2px #836E71;">
Div content here
</div>

This div box has shadow with color #836E71.

Preview

Color preview on black background

This text has color #836E71 on black background.


Color preview on white background

This text has color #836E71 on white background.


Black color preview on #836E71 background

This text has black color on #836E71 background.


White color preview on #836E71 background

This text has white color on #836E71 background.


Related colors

Complementary color

Complementary color for #hex is #7C918E.


I love getcolorcode.com

Triadic colors

1 #71836E and #6E7183 with #836E71 are triadic colors.

2 #716E83 and #6E8371 with #836E71 are triadic colors.