COLOR #835E57

HEX: #835E57 RGB: (131,94,87)

Color info

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

RGB color model

#835E57 color RGB value is (131,94,87).

RGB: (131,94,87) (51%, 37%, 34%)

RGB channels and saturation

R 131 of 255 = 51%
G 94 of 255 = 37%
B 87 of 255 = 34%

131
94
87

R + G + B ~ 41%. #835E57 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 131 + 94 + 87 = 312 (100%)
R 131 of 312 ~ 41.99%
G 94 of 312 ~ 30.13%
B 87 of 312 ~ 27.88'%

%41.99
%30.13
%27.88

CMYK color model

#835E57 color CMYK value is (0,28,34,49).

  • cyan value is 0.00%
  • magenta value is 28.24%
  • yellow value is 33.59%
  • key color value is 48.63%

CMYK: (0,28,34,49)
C0M28Y34K49 (0%, 28%, 34%, 49%)
(0.00 / 0.28 / 0.34 / 0.49)

CMYK percentages

%0
%28.24
%33.59
%48.63

Codes

Color #835E57 in popluar color models

83 5E 57
RGB 131 94 87
HSL 10° 20.18% 42.75%
HSB/HSV 10° 33.59% 51.37%
CMYK 0.00% 28.24% 33.59%
48.63%

Color #835E57 in popluar number systems.

HEX 83 5E 57
Decimal 131 94 87
Binary 10000011 1011110 1010111
Octal 203 136 127

Shades and tints

Shades of #835E57

#835E57
(131,94,87)
#785650
(120,86,80)
#6D4E49
(109,78,73)
#624642
(98,70,66)
#573E3B
(87,62,59)
#4C3634
(76,54,52)
#412E2D
(65,46,45)
#362626
(54,38,38)
#2B1E1F
(43,30,31)
#201618
(32,22,24)
#150E11
(21,14,17)
#000000
(0,0,0)

Tints of #835E57

#835E57
(131,94,87)
#8E6C66
(142,108,102)
#997A75
(153,122,117)
#A48884
(164,136,132)
#AF9693
(175,150,147)
#BAA4A2
(186,164,162)
#C5B2B1
(197,178,177)
#D0C0C0
(208,192,192)
#DBCECF
(219,206,207)
#E6DCDE
(230,220,222)
#F1EAED
(241,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #835E57 color. Also use rgb(131,94,87) instead hex code.

Text Font Color

.myTextColor { color: #835E57; }

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

This text font color is #835E57.

Background Color

.myBgColor { background-color: #835E57; }

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

This div background color is #835E57.

Border color

.myBorderColor { border: 1px solid #835E57; }

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

This div border color is #835E57.

Opacity

.myOpacity80 { color: #835E57; opacity: 0.8; }

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

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

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

This text has shadow with #835E57 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #835E57.

Preview

Color preview on black background

This text has color #835E57 on black background.


Color preview on white background

This text has color #835E57 on white background.


Black color preview on #835E57 background

This text has black color on #835E57 background.


White color preview on #835E57 background

This text has white color on #835E57 background.


Related colors

Complementary color

Complementary color for #hex is #7CA1A8.


I love getcolorcode.com

Triadic colors

1 #57835E and #5E5783 with #835E57 are triadic colors.

2 #575E83 and #5E8357 with #835E57 are triadic colors.