COLOR #835A56

HEX: #835A56
RGB: (131,90,86)

Color info

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

RGB color model

#835A56 color RGB value is (131,90,86).

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

RGB channels and saturation

R 131 of 255 = 51%
G 90 of 255 = 35%
B 86 of 255 = 34%

131
90
86

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

Portions of RGB colors in percentages

R + G + B =
131 + 90 + 86 = 307 (100%)
R 131 of 307 ~ 42.67%
G 90 of 307 ~ 29.32%
B 86 of 307 ~ 28.01%

%42.67
%29.32
%28.01

CMYK color model

#835A56 color CMYK value is (0,31,34,49).

  • cyan value is 0.00%
  • magenta value is 31.30%
  • yellow value is 34.35%
  • key color value is 48.63%
CMYK:
(0,31,34,49)
C0M31Y34K49 
(0%,31%,34%,49%)
(0.00/0.31/0.34/0.49)	

CMYK percentages

%0
%31.3
%34.35
%48.63

Codes

Color #835A56 in popluar color models

835A56
RGB1319086
HSL20.74%42.55%
HSB/HSV34.35%51.37%
CMYK0.00%31.30%34.35%
48.63%

Color #835A56 in popluar number systems.

HEX835A56
Decimal1319086
Binary1000001110110101010110
Octal203132126

Shades and tints

Shades of #835A56

#835A56
(131,90,86)
#78524F
(120,82,79)
#6D4A48
(109,74,72)
#624241
(98,66,65)
#573A3A
(87,58,58)
#4C3233
(76,50,51)
#412A2C
(65,42,44)
#362225
(54,34,37)
#2B1A1E
(43,26,30)
#201217
(32,18,23)
#150A10
(21,10,16)
#000000
(0,0,0)

Tints of #835A56

#835A56
(131,90,86)
#8E6965
(142,105,101)
#997874
(153,120,116)
#A48783
(164,135,131)
#AF9692
(175,150,146)
#BAA5A1
(186,165,161)
#C5B4B0
(197,180,176)
#D0C3BF
(208,195,191)
#DBD2CE
(219,210,206)
#E6E1DD
(230,225,221)
#F1F0EC
(241,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #835A56; }

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

This text font color is #835A56.


Background Color

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

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

This div background color is #835A56.


Border color

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

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

This div border color is #835A56.


Opacity

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

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

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

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

This text has shadow with #835A56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #835A56 on black background.


Color preview on white background

This text has color #835A56 on white background.



Black color preview on #835A56 background

This text has black color on #835A56 background.


White color preview on #835A56 background

This text has white color on #835A56 background.