COLOR #835A4D

HEX: #835A4D
RGB: (131,90,77)

Color info

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

RGB color model

#835A4D color RGB value is (131,90,77).

  • red value is 131;
  • green value is 90;
  • blue value is 77.
RGB:
(131,90,77)
(51%,35%,30%)

RGB channels and saturation

R 131 of 255 = 51%
G 90 of 255 = 35%
B 77 of 255 = 30%

131
90
77

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

Portions of RGB colors in percentages

R + G + B =
131 + 90 + 77 = 298 (100%)
R 131 of 298 ~ 43.96%
G 90 of 298 ~ 30.2%
B 77 of 298 ~ 25.84%

%43.96
%30.2
%25.84

CMYK color model

#835A4D color CMYK value is (0,31,41,49).

  • cyan value is 0.00%
  • magenta value is 31.30%
  • yellow value is 41.22%
  • key color value is 48.63%
CMYK:
(0,31,41,49)
C0M31Y41K49 
(0%,31%,41%,49%)
(0.00/0.31/0.41/0.49)	

CMYK percentages

%0
%31.3
%41.22
%48.63

Codes

Color #835A4D in popluar color models

835A4D
RGB1319077
HSL14°25.96%40.78%
HSB/HSV14°41.22%51.37%
CMYK0.00%31.30%41.22%
48.63%

Color #835A4D in popluar number systems.

HEX835A4D
Decimal1319077
Binary1000001110110101001101
Octal203132115

Shades and tints

Shades of #835A4D

#835A4D
(131,90,77)
#785246
(120,82,70)
#6D4A3F
(109,74,63)
#624238
(98,66,56)
#573A31
(87,58,49)
#4C322A
(76,50,42)
#412A23
(65,42,35)
#36221C
(54,34,28)
#2B1A15
(43,26,21)
#20120E
(32,18,14)
#150A07
(21,10,7)
#000000
(0,0,0)

Tints of #835A4D

#835A4D
(131,90,77)
#8E695D
(142,105,93)
#99786D
(153,120,109)
#A4877D
(164,135,125)
#AF968D
(175,150,141)
#BAA59D
(186,165,157)
#C5B4AD
(197,180,173)
#D0C3BD
(208,195,189)
#DBD2CD
(219,210,205)
#E6E1DD
(230,225,221)
#F1F0ED
(241,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #835A4D; }

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

This text font color is #835A4D.


Background Color

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

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

This div background color is #835A4D.


Border color

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

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

This div border color is #835A4D.


Opacity

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

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

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

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

This text has shadow with #835A4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #835A4D on black background.


Color preview on white background

This text has color #835A4D on white background.



Black color preview on #835A4D background

This text has black color on #835A4D background.


White color preview on #835A4D background

This text has white color on #835A4D background.