COLOR #835D5A

HEX: #835D5A
RGB: (131,93,90)

Color info

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

RGB color model

#835D5A color RGB value is (131,93,90).

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

RGB channels and saturation

R 131 of 255 = 51%
G 93 of 255 = 36%
B 90 of 255 = 35%

131
93
90

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

Portions of RGB colors in percentages

R + G + B =
131 + 93 + 90 = 314 (100%)
R 131 of 314 ~ 41.72%
G 93 of 314 ~ 29.62%
B 90 of 314 ~ 28.66%

%41.72
%29.62
%28.66

CMYK color model

#835D5A color CMYK value is (0,29,31,49).

  • cyan value is 0.00%
  • magenta value is 29.01%
  • yellow value is 31.30%
  • key color value is 48.63%
CMYK:
(0,29,31,49)
C0M29Y31K49 
(0%,29%,31%,49%)
(0.00/0.29/0.31/0.49)	

CMYK percentages

%0
%29.01
%31.3
%48.63

Codes

Color #835D5A in popluar color models

835D5A
RGB1319390
HSL18.55%43.33%
HSB/HSV31.30%51.37%
CMYK0.00%29.01%31.30%
48.63%

Color #835D5A in popluar number systems.

HEX835D5A
Decimal1319390
Binary1000001110111011011010
Octal203135132

Shades and tints

Shades of #835D5A

#835D5A
(131,93,90)
#785552
(120,85,82)
#6D4D4A
(109,77,74)
#624542
(98,69,66)
#573D3A
(87,61,58)
#4C3532
(76,53,50)
#412D2A
(65,45,42)
#362522
(54,37,34)
#2B1D1A
(43,29,26)
#201512
(32,21,18)
#150D0A
(21,13,10)
#000000
(0,0,0)

Tints of #835D5A

#835D5A
(131,93,90)
#8E6B69
(142,107,105)
#997978
(153,121,120)
#A48787
(164,135,135)
#AF9596
(175,149,150)
#BAA3A5
(186,163,165)
#C5B1B4
(197,177,180)
#D0BFC3
(208,191,195)
#DBCDD2
(219,205,210)
#E6DBE1
(230,219,225)
#F1E9F0
(241,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #835D5A; }

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

This text font color is #835D5A.


Background Color

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

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

This div background color is #835D5A.


Border color

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

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

This div border color is #835D5A.


Opacity

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

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

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

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

This text has shadow with #835D5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #835D5A on black background.


Color preview on white background

This text has color #835D5A on white background.



Black color preview on #835D5A background

This text has black color on #835D5A background.


White color preview on #835D5A background

This text has white color on #835D5A background.