COLOR #835370

HEX: #835370
RGB: (131,83,112)

Color info

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

RGB color model

#835370 color RGB value is (131,83,112).

  • red value is 131;
  • green value is 83;
  • blue value is 112.
RGB:
(131,83,112)
(51%,33%,44%)

RGB channels and saturation

R 131 of 255 = 51%
G 83 of 255 = 33%
B 112 of 255 = 44%

131
83
112

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

Portions of RGB colors in percentages

R + G + B =
131 + 83 + 112 = 326 (100%)
R 131 of 326 ~ 40.18%
G 83 of 326 ~ 25.46%
B 112 of 326 ~ 34.36%

%40.18
%25.46
%34.36

CMYK color model

#835370 color CMYK value is (0,37,15,49).

  • cyan value is 0.00%
  • magenta value is 36.64%
  • yellow value is 14.50%
  • key color value is 48.63%
CMYK:
(0,37,15,49)
C0M37Y15K49 
(0%,37%,15%,49%)
(0.00/0.37/0.15/0.49)	

CMYK percentages

%0
%36.64
%14.5
%48.63

Codes

Color #835370 in popluar color models

835370
RGB13183112
HSL324°22.43%41.96%
HSB/HSV324°36.64%51.37%
CMYK0.00%36.64%14.50%
48.63%

Color #835370 in popluar number systems.

HEX835370
Decimal13183112
Binary1000001110100111110000
Octal203123160

Shades and tints

Shades of #835370

#835370
(131,83,112)
#784C66
(120,76,102)
#6D455C
(109,69,92)
#623E52
(98,62,82)
#573748
(87,55,72)
#4C303E
(76,48,62)
#412934
(65,41,52)
#36222A
(54,34,42)
#2B1B20
(43,27,32)
#201416
(32,20,22)
#150D0C
(21,13,12)
#000000
(0,0,0)

Tints of #835370

#835370
(131,83,112)
#8E627D
(142,98,125)
#99718A
(153,113,138)
#A48097
(164,128,151)
#AF8FA4
(175,143,164)
#BA9EB1
(186,158,177)
#C5ADBE
(197,173,190)
#D0BCCB
(208,188,203)
#DBCBD8
(219,203,216)
#E6DAE5
(230,218,229)
#F1E9F2
(241,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #835370 color. Also use rgb(131,83,112) instead hex code.

Text Font Color

.myTextColor { color: #835370; }

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

This text font color is #835370.


Background Color

.myBgColor { background-color: #835370; }

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

This div background color is #835370.


Border color

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

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

This div border color is #835370.


Opacity

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

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

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

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

This text has shadow with #835370 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #835370 on black background.


Color preview on white background

This text has color #835370 on white background.



Black color preview on #835370 background

This text has black color on #835370 background.


White color preview on #835370 background

This text has white color on #835370 background.