COLOR #835F7B

HEX: #835F7B
RGB: (131,95,123)

Color info

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

RGB color model

#835F7B color RGB value is (131,95,123).

  • red value is 131;
  • green value is 95;
  • blue value is 123.
RGB:
(131,95,123)
(51%,37%,48%)

RGB channels and saturation

R 131 of 255 = 51%
G 95 of 255 = 37%
B 123 of 255 = 48%

131
95
123

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

Portions of RGB colors in percentages

R + G + B =
131 + 95 + 123 = 349 (100%)
R 131 of 349 ~ 37.54%
G 95 of 349 ~ 27.22%
B 123 of 349 ~ 35.24%

%37.54
%27.22
%35.24

CMYK color model

#835F7B color CMYK value is (0,27,6,49).

  • cyan value is 0.00%
  • magenta value is 27.48%
  • yellow value is 6.11%
  • key color value is 48.63%
CMYK:
(0,27,6,49)
C0M27Y6K49 
(0%,27%,6%,49%)
(0.00/0.27/0.06/0.49)	

CMYK percentages

%0
%27.48
%6.11
%48.63

Codes

Color #835F7B in popluar color models

835F7B
RGB13195123
HSL313°15.93%44.31%
HSB/HSV313°27.48%51.37%
CMYK0.00%27.48%6.11%
48.63%

Color #835F7B in popluar number systems.

HEX835F7B
Decimal13195123
Binary1000001110111111111011
Octal203137173

Shades and tints

Shades of #835F7B

#835F7B
(131,95,123)
#785770
(120,87,112)
#6D4F65
(109,79,101)
#62475A
(98,71,90)
#573F4F
(87,63,79)
#4C3744
(76,55,68)
#412F39
(65,47,57)
#36272E
(54,39,46)
#2B1F23
(43,31,35)
#201718
(32,23,24)
#150F0D
(21,15,13)
#000000
(0,0,0)

Tints of #835F7B

#835F7B
(131,95,123)
#8E6D87
(142,109,135)
#997B93
(153,123,147)
#A4899F
(164,137,159)
#AF97AB
(175,151,171)
#BAA5B7
(186,165,183)
#C5B3C3
(197,179,195)
#D0C1CF
(208,193,207)
#DBCFDB
(219,207,219)
#E6DDE7
(230,221,231)
#F1EBF3
(241,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #835F7B color. Also use rgb(131,95,123) instead hex code.

Text Font Color

.myTextColor { color: #835F7B; }

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

This text font color is #835F7B.


Background Color

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

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

This div background color is #835F7B.


Border color

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

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

This div border color is #835F7B.


Opacity

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

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

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

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

This text has shadow with #835F7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #835F7B on black background.


Color preview on white background

This text has color #835F7B on white background.



Black color preview on #835F7B background

This text has black color on #835F7B background.


White color preview on #835F7B background

This text has white color on #835F7B background.