COLOR #835B4E

HEX: #835B4E RGB: (131,91,78)

Color info

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

RGB color model

#835B4E color RGB value is (131,91,78).

RGB: (131,91,78) (51%, 36%, 31%)

RGB channels and saturation

R 131 of 255 = 51%
G 91 of 255 = 36%
B 78 of 255 = 31%

131
91
78

R + G + B ~ 39%. #835B4E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 131 + 91 + 78 = 300 (100%)
R 131 of 300 ~ 43.67%
G 91 of 300 ~ 30.33%
B 78 of 300 ~ 26'%

%43.67
%30.33
%26

CMYK color model

#835B4E color CMYK value is (0,31,40,49).

  • cyan value is 0.00%
  • magenta value is 30.53%
  • yellow value is 40.46%
  • key color value is 48.63%

CMYK: (0,31,40,49)
C0M31Y40K49 (0%, 31%, 40%, 49%)
(0.00 / 0.31 / 0.40 / 0.49)

CMYK percentages

%0
%30.53
%40.46
%48.63

Codes

Color #835B4E in popluar color models

83 5B 4E
RGB 131 91 78
HSL 15° 25.36% 40.98%
HSB/HSV 15° 40.46% 51.37%
CMYK 0.00% 30.53% 40.46%
48.63%

Color #835B4E in popluar number systems.

HEX 83 5B 4E
Decimal 131 91 78
Binary 10000011 1011011 1001110
Octal 203 133 116

Shades and tints

Shades of #835B4E

#835B4E
(131,91,78)
#785347
(120,83,71)
#6D4B40
(109,75,64)
#624339
(98,67,57)
#573B32
(87,59,50)
#4C332B
(76,51,43)
#412B24
(65,43,36)
#36231D
(54,35,29)
#2B1B16
(43,27,22)
#20130F
(32,19,15)
#150B08
(21,11,8)
#000000
(0,0,0)

Tints of #835B4E

#835B4E
(131,91,78)
#8E695E
(142,105,94)
#99776E
(153,119,110)
#A4857E
(164,133,126)
#AF938E
(175,147,142)
#BAA19E
(186,161,158)
#C5AFAE
(197,175,174)
#D0BDBE
(208,189,190)
#DBCBCE
(219,203,206)
#E6D9DE
(230,217,222)
#F1E7EE
(241,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #835B4E color. Also use rgb(131,91,78) instead hex code.

Text Font Color

.myTextColor { color: #835B4E; }

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

This text font color is #835B4E.

Background Color

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

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

This div background color is #835B4E.

Border color

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

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

This div border color is #835B4E.

Opacity

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

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

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

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

This text has shadow with #835B4E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #835B4E.

Preview

Color preview on black background

This text has color #835B4E on black background.


Color preview on white background

This text has color #835B4E on white background.


Black color preview on #835B4E background

This text has black color on #835B4E background.


White color preview on #835B4E background

This text has white color on #835B4E background.


Related colors

Complementary color

Complementary color for #hex is #7CA4B1.


I love getcolorcode.com

Triadic colors

1 #4E835B and #5B4E83 with #835B4E are triadic colors.

2 #4E5B83 and #5B834E with #835B4E are triadic colors.