COLOR #835D7A

HEX: #835D7A
RGB: (131,93,122)

Color info

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

RGB color model

#835D7A color RGB value is (131,93,122).

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

RGB channels and saturation

R 131 of 255 = 51%
G 93 of 255 = 36%
B 122 of 255 = 48%

131
93
122

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

Portions of RGB colors in percentages

R + G + B =
131 + 93 + 122 = 346 (100%)
R 131 of 346 ~ 37.86%
G 93 of 346 ~ 26.88%
B 122 of 346 ~ 35.26%

%37.86
%26.88
%35.26

CMYK color model

#835D7A color CMYK value is (0,29,7,49).

  • cyan value is 0.00%
  • magenta value is 29.01%
  • yellow value is 6.87%
  • key color value is 48.63%
CMYK: (0,29,7,49) C0M29Y7K49 (0%,29%,7%,49%) (0.00/0.29/0.07/0.49)

CMYK percentages

%0
%29.01
%6.87
%48.63

Codes

Color #835D7A in popluar color models

835D7A
RGB13193122
HSL314°16.96%43.92%
HSB/HSV314°29.01%51.37%
CMYK0.00%29.01%6.87%
48.63%

Color #835D7A in popluar number systems.

HEX835D7A
Decimal13193122
Binary1000001110111011111010
Octal203135172

Shades and tints

Shades of #835D7A

#835D7A
(131,93,122)
#78556F
(120,85,111)
#6D4D64
(109,77,100)
#624559
(98,69,89)
#573D4E
(87,61,78)
#4C3543
(76,53,67)
#412D38
(65,45,56)
#36252D
(54,37,45)
#2B1D22
(43,29,34)
#201517
(32,21,23)
#150D0C
(21,13,12)
#000000
(0,0,0)

Tints of #835D7A

#835D7A
(131,93,122)
#8E6B86
(142,107,134)
#997992
(153,121,146)
#A4879E
(164,135,158)
#AF95AA
(175,149,170)
#BAA3B6
(186,163,182)
#C5B1C2
(197,177,194)
#D0BFCE
(208,191,206)
#DBCDDA
(219,205,218)
#E6DBE6
(230,219,230)
#F1E9F2
(241,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #835D7A; }

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

This text font color is #835D7A.


Background Color

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

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

This div background color is #835D7A.


Border color

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

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

This div border color is #835D7A.


Opacity

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

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

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

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

This text has shadow with #835D7A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #835D7A on black background.


Color preview on white background

This text has color #835D7A on white background.



Black color preview on #835D7A background

This text has black color on #835D7A background.


White color preview on #835D7A background

This text has white color on #835D7A background.