COLOR #835C5F

HEX: #835C5F
RGB: (131,92,95)

Color info

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

RGB color model

#835C5F color RGB value is (131,92,95).

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

RGB channels and saturation

R 131 of 255 = 51%
G 92 of 255 = 36%
B 95 of 255 = 37%

131
92
95

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

Portions of RGB colors in percentages

R + G + B =
131 + 92 + 95 = 318 (100%)
R 131 of 318 ~ 41.19%
G 92 of 318 ~ 28.93%
B 95 of 318 ~ 29.87%

%41.19
%28.93
%29.87

CMYK color model

#835C5F color CMYK value is (0,30,27,49).

  • cyan value is 0.00%
  • magenta value is 29.77%
  • yellow value is 27.48%
  • key color value is 48.63%
CMYK:
(0,30,27,49)
C0M30Y27K49 
(0%,30%,27%,49%)
(0.00/0.30/0.27/0.49)	

CMYK percentages

%0
%29.77
%27.48
%48.63

Codes

Color #835C5F in popluar color models

835C5F
RGB1319295
HSL355°17.49%43.73%
HSB/HSV355°29.77%51.37%
CMYK0.00%29.77%27.48%
48.63%

Color #835C5F in popluar number systems.

HEX835C5F
Decimal1319295
Binary1000001110111001011111
Octal203134137

Shades and tints

Shades of #835C5F

#835C5F
(131,92,95)
#785457
(120,84,87)
#6D4C4F
(109,76,79)
#624447
(98,68,71)
#573C3F
(87,60,63)
#4C3437
(76,52,55)
#412C2F
(65,44,47)
#362427
(54,36,39)
#2B1C1F
(43,28,31)
#201417
(32,20,23)
#150C0F
(21,12,15)
#000000
(0,0,0)

Tints of #835C5F

#835C5F
(131,92,95)
#8E6A6D
(142,106,109)
#99787B
(153,120,123)
#A48689
(164,134,137)
#AF9497
(175,148,151)
#BAA2A5
(186,162,165)
#C5B0B3
(197,176,179)
#D0BEC1
(208,190,193)
#DBCCCF
(219,204,207)
#E6DADD
(230,218,221)
#F1E8EB
(241,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #835C5F; }

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

This text font color is #835C5F.


Background Color

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

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

This div background color is #835C5F.


Border color

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

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

This div border color is #835C5F.


Opacity

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

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

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

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

This text has shadow with #835C5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #835C5F on black background.


Color preview on white background

This text has color #835C5F on white background.



Black color preview on #835C5F background

This text has black color on #835C5F background.


White color preview on #835C5F background

This text has white color on #835C5F background.