COLOR #835F56

HEX: #835F56
RGB: (131,95,86)

Color info

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

RGB color model

#835F56 color RGB value is (131,95,86).

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

RGB channels and saturation

R 131 of 255 = 51%
G 95 of 255 = 37%
B 86 of 255 = 34%

131
95
86

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

Portions of RGB colors in percentages

R + G + B =
131 + 95 + 86 = 312 (100%)
R 131 of 312 ~ 41.99%
G 95 of 312 ~ 30.45%
B 86 of 312 ~ 27.56%

%41.99
%30.45
%27.56

CMYK color model

#835F56 color CMYK value is (0,27,34,49).

  • cyan value is 0.00%
  • magenta value is 27.48%
  • yellow value is 34.35%
  • key color value is 48.63%
CMYK:
(0,27,34,49)
C0M27Y34K49 
(0%,27%,34%,49%)
(0.00/0.27/0.34/0.49)	

CMYK percentages

%0
%27.48
%34.35
%48.63

Codes

Color #835F56 in popluar color models

835F56
RGB1319586
HSL12°20.74%42.55%
HSB/HSV12°34.35%51.37%
CMYK0.00%27.48%34.35%
48.63%

Color #835F56 in popluar number systems.

HEX835F56
Decimal1319586
Binary1000001110111111010110
Octal203137126

Shades and tints

Shades of #835F56

#835F56
(131,95,86)
#78574F
(120,87,79)
#6D4F48
(109,79,72)
#624741
(98,71,65)
#573F3A
(87,63,58)
#4C3733
(76,55,51)
#412F2C
(65,47,44)
#362725
(54,39,37)
#2B1F1E
(43,31,30)
#201717
(32,23,23)
#150F10
(21,15,16)
#000000
(0,0,0)

Tints of #835F56

#835F56
(131,95,86)
#8E6D65
(142,109,101)
#997B74
(153,123,116)
#A48983
(164,137,131)
#AF9792
(175,151,146)
#BAA5A1
(186,165,161)
#C5B3B0
(197,179,176)
#D0C1BF
(208,193,191)
#DBCFCE
(219,207,206)
#E6DDDD
(230,221,221)
#F1EBEC
(241,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #835F56; }

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

This text font color is #835F56.


Background Color

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

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

This div background color is #835F56.


Border color

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

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

This div border color is #835F56.


Opacity

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

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

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

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

This text has shadow with #835F56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #835F56 on black background.


Color preview on white background

This text has color #835F56 on white background.



Black color preview on #835F56 background

This text has black color on #835F56 background.


White color preview on #835F56 background

This text has white color on #835F56 background.