COLOR #835969

HEX: #835969
RGB: (131,89,105)

Color info

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

RGB color model

#835969 color RGB value is (131,89,105).

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

RGB channels and saturation

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

131
89
105

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

Portions of RGB colors in percentages

R + G + B =
131 + 89 + 105 = 325 (100%)
R 131 of 325 ~ 40.31%
G 89 of 325 ~ 27.38%
B 105 of 325 ~ 32.31%

%40.31
%27.38
%32.31

CMYK color model

#835969 color CMYK value is (0,32,20,49).

  • cyan value is 0.00%
  • magenta value is 32.06%
  • yellow value is 19.85%
  • key color value is 48.63%
CMYK:
(0,32,20,49)
C0M32Y20K49 
(0%,32%,20%,49%)
(0.00/0.32/0.20/0.49)	

CMYK percentages

%0
%32.06
%19.85
%48.63

Codes

Color #835969 in popluar color models

835969
RGB13189105
HSL337°19.09%43.14%
HSB/HSV337°32.06%51.37%
CMYK0.00%32.06%19.85%
48.63%

Color #835969 in popluar number systems.

HEX835969
Decimal13189105
Binary1000001110110011101001
Octal203131151

Shades and tints

Shades of #835969

#835969
(131,89,105)
#785160
(120,81,96)
#6D4957
(109,73,87)
#62414E
(98,65,78)
#573945
(87,57,69)
#4C313C
(76,49,60)
#412933
(65,41,51)
#36212A
(54,33,42)
#2B1921
(43,25,33)
#201118
(32,17,24)
#15090F
(21,9,15)
#000000
(0,0,0)

Tints of #835969

#835969
(131,89,105)
#8E6876
(142,104,118)
#997783
(153,119,131)
#A48690
(164,134,144)
#AF959D
(175,149,157)
#BAA4AA
(186,164,170)
#C5B3B7
(197,179,183)
#D0C2C4
(208,194,196)
#DBD1D1
(219,209,209)
#E6E0DE
(230,224,222)
#F1EFEB
(241,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #835969; }

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

This text font color is #835969.


Background Color

.myBgColor { background-color: #835969; }

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

This div background color is #835969.


Border color

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

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

This div border color is #835969.


Opacity

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

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

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

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

This text has shadow with #835969 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #835969 on black background.


Color preview on white background

This text has color #835969 on white background.



Black color preview on #835969 background

This text has black color on #835969 background.


White color preview on #835969 background

This text has white color on #835969 background.