COLOR #835577

HEX: #835577
RGB: (131,85,119)

Color info

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

RGB color model

#835577 color RGB value is (131,85,119).

  • red value is 131;
  • green value is 85;
  • blue value is 119.
RGB:
(131,85,119)
(51%,33%,47%)

RGB channels and saturation

R 131 of 255 = 51%
G 85 of 255 = 33%
B 119 of 255 = 47%

131
85
119

R + G + B ~ 44%. #835577 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 85 + 119 = 335 (100%)
R 131 of 335 ~ 39.1%
G 85 of 335 ~ 25.37%
B 119 of 335 ~ 35.52%

%39.1
%25.37
%35.52

CMYK color model

#835577 color CMYK value is (0,35,9,49).

  • cyan value is 0.00%
  • magenta value is 35.11%
  • yellow value is 9.16%
  • key color value is 48.63%
CMYK:
(0,35,9,49)
C0M35Y9K49 
(0%,35%,9%,49%)
(0.00/0.35/0.09/0.49)	

CMYK percentages

%0
%35.11
%9.16
%48.63

Codes

Color #835577 in popluar color models

835577
RGB13185119
HSL316°21.30%42.35%
HSB/HSV316°35.11%51.37%
CMYK0.00%35.11%9.16%
48.63%

Color #835577 in popluar number systems.

HEX835577
Decimal13185119
Binary1000001110101011110111
Octal203125167

Shades and tints

Shades of #835577

#835577
(131,85,119)
#784E6D
(120,78,109)
#6D4763
(109,71,99)
#624059
(98,64,89)
#57394F
(87,57,79)
#4C3245
(76,50,69)
#412B3B
(65,43,59)
#362431
(54,36,49)
#2B1D27
(43,29,39)
#20161D
(32,22,29)
#150F13
(21,15,19)
#000000
(0,0,0)

Tints of #835577

#835577
(131,85,119)
#8E6483
(142,100,131)
#99738F
(153,115,143)
#A4829B
(164,130,155)
#AF91A7
(175,145,167)
#BAA0B3
(186,160,179)
#C5AFBF
(197,175,191)
#D0BECB
(208,190,203)
#DBCDD7
(219,205,215)
#E6DCE3
(230,220,227)
#F1EBEF
(241,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #835577 color. Also use rgb(131,85,119) instead hex code.

Text Font Color

.myTextColor { color: #835577; }

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

This text font color is #835577.


Background Color

.myBgColor { background-color: #835577; }

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

This div background color is #835577.


Border color

.myBorderColor { border: 1px solid #835577; }

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

This div border color is #835577.


Opacity

.myOpacity80 { color: #835577; opacity: 0.8; }

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

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

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

This text has shadow with #835577 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #835577 on black background.


Color preview on white background

This text has color #835577 on white background.



Black color preview on #835577 background

This text has black color on #835577 background.


White color preview on #835577 background

This text has white color on #835577 background.