COLOR #835263

HEX: #835263
RGB: (131,82,99)

Color info

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

RGB color model

#835263 color RGB value is (131,82,99).

  • red value is 131;
  • green value is 82;
  • blue value is 99.
RGB:
(131,82,99)
(51%,32%,39%)

RGB channels and saturation

R 131 of 255 = 51%
G 82 of 255 = 32%
B 99 of 255 = 39%

131
82
99

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

Portions of RGB colors in percentages

R + G + B =
131 + 82 + 99 = 312 (100%)
R 131 of 312 ~ 41.99%
G 82 of 312 ~ 26.28%
B 99 of 312 ~ 31.73%

%41.99
%26.28
%31.73

CMYK color model

#835263 color CMYK value is (0,37,24,49).

  • cyan value is 0.00%
  • magenta value is 37.40%
  • yellow value is 24.43%
  • key color value is 48.63%
CMYK:
(0,37,24,49)
C0M37Y24K49 
(0%,37%,24%,49%)
(0.00/0.37/0.24/0.49)	

CMYK percentages

%0
%37.4
%24.43
%48.63

Codes

Color #835263 in popluar color models

835263
RGB1318299
HSL339°23.00%41.76%
HSB/HSV339°37.40%51.37%
CMYK0.00%37.40%24.43%
48.63%

Color #835263 in popluar number systems.

HEX835263
Decimal1318299
Binary1000001110100101100011
Octal203122143

Shades and tints

Shades of #835263

#835263
(131,82,99)
#784B5A
(120,75,90)
#6D4451
(109,68,81)
#623D48
(98,61,72)
#57363F
(87,54,63)
#4C2F36
(76,47,54)
#41282D
(65,40,45)
#362124
(54,33,36)
#2B1A1B
(43,26,27)
#201312
(32,19,18)
#150C09
(21,12,9)
#000000
(0,0,0)

Tints of #835263

#835263
(131,82,99)
#8E6171
(142,97,113)
#99707F
(153,112,127)
#A47F8D
(164,127,141)
#AF8E9B
(175,142,155)
#BA9DA9
(186,157,169)
#C5ACB7
(197,172,183)
#D0BBC5
(208,187,197)
#DBCAD3
(219,202,211)
#E6D9E1
(230,217,225)
#F1E8EF
(241,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #835263 color. Also use rgb(131,82,99) instead hex code.

Text Font Color

.myTextColor { color: #835263; }

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

This text font color is #835263.


Background Color

.myBgColor { background-color: #835263; }

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

This div background color is #835263.


Border color

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

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

This div border color is #835263.


Opacity

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

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

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

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

This text has shadow with #835263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #835263 on black background.


Color preview on white background

This text has color #835263 on white background.



Black color preview on #835263 background

This text has black color on #835263 background.


White color preview on #835263 background

This text has white color on #835263 background.