COLOR #835E4D

HEX: #835E4D RGB: (131,94,77)

Color info

#835E4D contains red, green and blue colors in about the same proportion. Web safe color of #835E4D is #996633 (or #963).

RGB color model

#835E4D color RGB value is (131,94,77).

RGB: (131,94,77) (51%, 37%, 30%)

RGB channels and saturation

R 131 of 255 = 51%
G 94 of 255 = 37%
B 77 of 255 = 30%

131
94
77

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

Portions of RGB colors in percentages

R + G + B = 131 + 94 + 77 = 302 (100%)
R 131 of 302 ~ 43.38%
G 94 of 302 ~ 31.13%
B 77 of 302 ~ 25.5'%

%43.38
%31.13
%25.5

CMYK color model

#835E4D color CMYK value is (0,28,41,49).

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

CMYK: (0,28,41,49)
C0M28Y41K49 (0%, 28%, 41%, 49%)
(0.00 / 0.28 / 0.41 / 0.49)

CMYK percentages

%0
%28.24
%41.22
%48.63

Codes

Color #835E4D in popluar color models

83 5E 4D
RGB 131 94 77
HSL 19° 25.96% 40.78%
HSB/HSV 19° 41.22% 51.37%
CMYK 0.00% 28.24% 41.22%
48.63%

Color #835E4D in popluar number systems.

HEX 83 5E 4D
Decimal 131 94 77
Binary 10000011 1011110 1001101
Octal 203 136 115

Shades and tints

Shades of #835E4D

#835E4D
(131,94,77)
#785646
(120,86,70)
#6D4E3F
(109,78,63)
#624638
(98,70,56)
#573E31
(87,62,49)
#4C362A
(76,54,42)
#412E23
(65,46,35)
#36261C
(54,38,28)
#2B1E15
(43,30,21)
#20160E
(32,22,14)
#150E07
(21,14,7)
#000000
(0,0,0)

Tints of #835E4D

#835E4D
(131,94,77)
#8E6C5D
(142,108,93)
#997A6D
(153,122,109)
#A4887D
(164,136,125)
#AF968D
(175,150,141)
#BAA49D
(186,164,157)
#C5B2AD
(197,178,173)
#D0C0BD
(208,192,189)
#DBCECD
(219,206,205)
#E6DCDD
(230,220,221)
#F1EAED
(241,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #835E4D; }

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

This text font color is #835E4D.

Background Color

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

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

This div background color is #835E4D.

Border color

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

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

This div border color is #835E4D.

Opacity

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

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

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

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

This text has shadow with #835E4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #835E4D.

Preview

Color preview on black background

This text has color #835E4D on black background.


Color preview on white background

This text has color #835E4D on white background.


Black color preview on #835E4D background

This text has black color on #835E4D background.


White color preview on #835E4D background

This text has white color on #835E4D background.


Related colors

Complementary color

Complementary color for #hex is #7CA1B2.


I love getcolorcode.com

Triadic colors

1 #4D835E and #5E4D83 with #835E4D are triadic colors.

2 #4D5E83 and #5E834D with #835E4D are triadic colors.