COLOR #836771

HEX: #836771
RGB: (131,103,113)

Color info

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

RGB color model

#836771 color RGB value is (131,103,113).

  • red value is 131;
  • green value is 103;
  • blue value is 113.
RGB:
(131,103,113)
(51%,40%,44%)

RGB channels and saturation

R 131 of 255 = 51%
G 103 of 255 = 40%
B 113 of 255 = 44%

131
103
113

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

Portions of RGB colors in percentages

R + G + B =
131 + 103 + 113 = 347 (100%)
R 131 of 347 ~ 37.75%
G 103 of 347 ~ 29.68%
B 113 of 347 ~ 32.56%

%37.75
%29.68
%32.56

CMYK color model

#836771 color CMYK value is (0,21,14,49).

  • cyan value is 0.00%
  • magenta value is 21.37%
  • yellow value is 13.74%
  • key color value is 48.63%
CMYK:
(0,21,14,49)
C0M21Y14K49 
(0%,21%,14%,49%)
(0.00/0.21/0.14/0.49)	

CMYK percentages

%0
%21.37
%13.74
%48.63

Codes

Color #836771 in popluar color models

836771
RGB131103113
HSL339°11.97%45.88%
HSB/HSV339°21.37%51.37%
CMYK0.00%21.37%13.74%
48.63%

Color #836771 in popluar number systems.

HEX836771
Decimal131103113
Binary1000001111001111110001
Octal203147161

Shades and tints

Shades of #836771

#836771
(131,103,113)
#785E67
(120,94,103)
#6D555D
(109,85,93)
#624C53
(98,76,83)
#574349
(87,67,73)
#4C3A3F
(76,58,63)
#413135
(65,49,53)
#36282B
(54,40,43)
#2B1F21
(43,31,33)
#201617
(32,22,23)
#150D0D
(21,13,13)
#000000
(0,0,0)

Tints of #836771

#836771
(131,103,113)
#8E747D
(142,116,125)
#998189
(153,129,137)
#A48E95
(164,142,149)
#AF9BA1
(175,155,161)
#BAA8AD
(186,168,173)
#C5B5B9
(197,181,185)
#D0C2C5
(208,194,197)
#DBCFD1
(219,207,209)
#E6DCDD
(230,220,221)
#F1E9E9
(241,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #836771; }

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

This text font color is #836771.


Background Color

.myBgColor { background-color: #836771; }

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

This div background color is #836771.


Border color

.myBorderColor { border: 1px solid #836771; }

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

This div border color is #836771.


Opacity

.myOpacity80 { color: #836771; opacity: 0.8; }

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

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

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

This text has shadow with #836771 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836771 on black background.


Color preview on white background

This text has color #836771 on white background.



Black color preview on #836771 background

This text has black color on #836771 background.


White color preview on #836771 background

This text has white color on #836771 background.