COLOR #835A7E

HEX: #835A7E
RGB: (131,90,126)

Color info

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

RGB color model

#835A7E color RGB value is (131,90,126).

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

RGB channels and saturation

R 131 of 255 = 51%
G 90 of 255 = 35%
B 126 of 255 = 49%

131
90
126

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

Portions of RGB colors in percentages

R + G + B =
131 + 90 + 126 = 347 (100%)
R 131 of 347 ~ 37.75%
G 90 of 347 ~ 25.94%
B 126 of 347 ~ 36.31%

%37.75
%25.94
%36.31

CMYK color model

#835A7E color CMYK value is (0,31,4,49).

  • cyan value is 0.00%
  • magenta value is 31.30%
  • yellow value is 3.82%
  • key color value is 48.63%
CMYK:
(0,31,4,49)
C0M31Y4K49 
(0%,31%,4%,49%)
(0.00/0.31/0.04/0.49)	

CMYK percentages

%0
%31.3
%3.82
%48.63

Codes

Color #835A7E in popluar color models

835A7E
RGB13190126
HSL307°18.55%43.33%
HSB/HSV307°31.30%51.37%
CMYK0.00%31.30%3.82%
48.63%

Color #835A7E in popluar number systems.

HEX835A7E
Decimal13190126
Binary1000001110110101111110
Octal203132176

Shades and tints

Shades of #835A7E

#835A7E
(131,90,126)
#785273
(120,82,115)
#6D4A68
(109,74,104)
#62425D
(98,66,93)
#573A52
(87,58,82)
#4C3247
(76,50,71)
#412A3C
(65,42,60)
#362231
(54,34,49)
#2B1A26
(43,26,38)
#20121B
(32,18,27)
#150A10
(21,10,16)
#000000
(0,0,0)

Tints of #835A7E

#835A7E
(131,90,126)
#8E6989
(142,105,137)
#997894
(153,120,148)
#A4879F
(164,135,159)
#AF96AA
(175,150,170)
#BAA5B5
(186,165,181)
#C5B4C0
(197,180,192)
#D0C3CB
(208,195,203)
#DBD2D6
(219,210,214)
#E6E1E1
(230,225,225)
#F1F0EC
(241,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #835A7E; }

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

This text font color is #835A7E.


Background Color

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

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

This div background color is #835A7E.


Border color

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

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

This div border color is #835A7E.


Opacity

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

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

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

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

This text has shadow with #835A7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #835A7E on black background.


Color preview on white background

This text has color #835A7E on white background.



Black color preview on #835A7E background

This text has black color on #835A7E background.


White color preview on #835A7E background

This text has white color on #835A7E background.