COLOR #835457

HEX: #835457
RGB: (131,84,87)

Color info

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

RGB color model

#835457 color RGB value is (131,84,87).

  • red value is 131;
  • green value is 84;
  • blue value is 87.
RGB:
(131,84,87)
(51%,33%,34%)

RGB channels and saturation

R 131 of 255 = 51%
G 84 of 255 = 33%
B 87 of 255 = 34%

131
84
87

R + G + B ~ 39%. #835457 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 84 + 87 = 302 (100%)
R 131 of 302 ~ 43.38%
G 84 of 302 ~ 27.81%
B 87 of 302 ~ 28.81%

%43.38
%27.81
%28.81

CMYK color model

#835457 color CMYK value is (0,36,34,49).

  • cyan value is 0.00%
  • magenta value is 35.88%
  • yellow value is 33.59%
  • key color value is 48.63%
CMYK:
(0,36,34,49)
C0M36Y34K49 
(0%,36%,34%,49%)
(0.00/0.36/0.34/0.49)	

CMYK percentages

%0
%35.88
%33.59
%48.63

Codes

Color #835457 in popluar color models

835457
RGB1318487
HSL356°21.86%42.16%
HSB/HSV356°35.88%51.37%
CMYK0.00%35.88%33.59%
48.63%

Color #835457 in popluar number systems.

HEX835457
Decimal1318487
Binary1000001110101001010111
Octal203124127

Shades and tints

Shades of #835457

#835457
(131,84,87)
#784D50
(120,77,80)
#6D4649
(109,70,73)
#623F42
(98,63,66)
#57383B
(87,56,59)
#4C3134
(76,49,52)
#412A2D
(65,42,45)
#362326
(54,35,38)
#2B1C1F
(43,28,31)
#201518
(32,21,24)
#150E11
(21,14,17)
#000000
(0,0,0)

Tints of #835457

#835457
(131,84,87)
#8E6366
(142,99,102)
#997275
(153,114,117)
#A48184
(164,129,132)
#AF9093
(175,144,147)
#BA9FA2
(186,159,162)
#C5AEB1
(197,174,177)
#D0BDC0
(208,189,192)
#DBCCCF
(219,204,207)
#E6DBDE
(230,219,222)
#F1EAED
(241,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #835457 color. Also use rgb(131,84,87) instead hex code.

Text Font Color

.myTextColor { color: #835457; }

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

This text font color is #835457.


Background Color

.myBgColor { background-color: #835457; }

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

This div background color is #835457.


Border color

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

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

This div border color is #835457.


Opacity

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

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

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

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

This text has shadow with #835457 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #835457 on black background.


Color preview on white background

This text has color #835457 on white background.



Black color preview on #835457 background

This text has black color on #835457 background.


White color preview on #835457 background

This text has white color on #835457 background.