COLOR #835C59

HEX: #835C59
RGB: (131,92,89)

Color info

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

RGB color model

#835C59 color RGB value is (131,92,89).

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

RGB channels and saturation

R 131 of 255 = 51%
G 92 of 255 = 36%
B 89 of 255 = 35%

131
92
89

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

Portions of RGB colors in percentages

R + G + B =
131 + 92 + 89 = 312 (100%)
R 131 of 312 ~ 41.99%
G 92 of 312 ~ 29.49%
B 89 of 312 ~ 28.53%

%41.99
%29.49
%28.53

CMYK color model

#835C59 color CMYK value is (0,30,32,49).

  • cyan value is 0.00%
  • magenta value is 29.77%
  • yellow value is 32.06%
  • key color value is 48.63%
CMYK:
(0,30,32,49)
C0M30Y32K49 
(0%,30%,32%,49%)
(0.00/0.30/0.32/0.49)	

CMYK percentages

%0
%29.77
%32.06
%48.63

Codes

Color #835C59 in popluar color models

835C59
RGB1319289
HSL19.09%43.14%
HSB/HSV32.06%51.37%
CMYK0.00%29.77%32.06%
48.63%

Color #835C59 in popluar number systems.

HEX835C59
Decimal1319289
Binary1000001110111001011001
Octal203134131

Shades and tints

Shades of #835C59

#835C59
(131,92,89)
#785451
(120,84,81)
#6D4C49
(109,76,73)
#624441
(98,68,65)
#573C39
(87,60,57)
#4C3431
(76,52,49)
#412C29
(65,44,41)
#362421
(54,36,33)
#2B1C19
(43,28,25)
#201411
(32,20,17)
#150C09
(21,12,9)
#000000
(0,0,0)

Tints of #835C59

#835C59
(131,92,89)
#8E6A68
(142,106,104)
#997877
(153,120,119)
#A48686
(164,134,134)
#AF9495
(175,148,149)
#BAA2A4
(186,162,164)
#C5B0B3
(197,176,179)
#D0BEC2
(208,190,194)
#DBCCD1
(219,204,209)
#E6DAE0
(230,218,224)
#F1E8EF
(241,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #835C59; }

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

This text font color is #835C59.


Background Color

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

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

This div background color is #835C59.


Border color

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

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

This div border color is #835C59.


Opacity

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

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

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

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

This text has shadow with #835C59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #835C59 on black background.


Color preview on white background

This text has color #835C59 on white background.



Black color preview on #835C59 background

This text has black color on #835C59 background.


White color preview on #835C59 background

This text has white color on #835C59 background.