COLOR #835968

HEX: #835968
RGB: (131,89,104)

Color info

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

RGB color model

#835968 color RGB value is (131,89,104).

  • red value is 131;
  • green value is 89;
  • blue value is 104.
RGB:
(131,89,104)
(51%,35%,41%)

RGB channels and saturation

R 131 of 255 = 51%
G 89 of 255 = 35%
B 104 of 255 = 41%

131
89
104

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

Portions of RGB colors in percentages

R + G + B =
131 + 89 + 104 = 324 (100%)
R 131 of 324 ~ 40.43%
G 89 of 324 ~ 27.47%
B 104 of 324 ~ 32.1%

%40.43
%27.47
%32.1

CMYK color model

#835968 color CMYK value is (0,32,21,49).

  • cyan value is 0.00%
  • magenta value is 32.06%
  • yellow value is 20.61%
  • key color value is 48.63%
CMYK:
(0,32,21,49)
C0M32Y21K49 
(0%,32%,21%,49%)
(0.00/0.32/0.21/0.49)	

CMYK percentages

%0
%32.06
%20.61
%48.63

Codes

Color #835968 in popluar color models

835968
RGB13189104
HSL339°19.09%43.14%
HSB/HSV339°32.06%51.37%
CMYK0.00%32.06%20.61%
48.63%

Color #835968 in popluar number systems.

HEX835968
Decimal13189104
Binary1000001110110011101000
Octal203131150

Shades and tints

Shades of #835968

#835968
(131,89,104)
#78515F
(120,81,95)
#6D4956
(109,73,86)
#62414D
(98,65,77)
#573944
(87,57,68)
#4C313B
(76,49,59)
#412932
(65,41,50)
#362129
(54,33,41)
#2B1920
(43,25,32)
#201117
(32,17,23)
#15090E
(21,9,14)
#000000
(0,0,0)

Tints of #835968

#835968
(131,89,104)
#8E6875
(142,104,117)
#997782
(153,119,130)
#A4868F
(164,134,143)
#AF959C
(175,149,156)
#BAA4A9
(186,164,169)
#C5B3B6
(197,179,182)
#D0C2C3
(208,194,195)
#DBD1D0
(219,209,208)
#E6E0DD
(230,224,221)
#F1EFEA
(241,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #835968 color. Also use rgb(131,89,104) instead hex code.

Text Font Color

.myTextColor { color: #835968; }

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

This text font color is #835968.


Background Color

.myBgColor { background-color: #835968; }

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

This div background color is #835968.


Border color

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

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

This div border color is #835968.


Opacity

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

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

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

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

This text has shadow with #835968 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #835968 on black background.


Color preview on white background

This text has color #835968 on white background.



Black color preview on #835968 background

This text has black color on #835968 background.


White color preview on #835968 background

This text has white color on #835968 background.