COLOR #835248

HEX: #835248
RGB: (131,82,72)

Color info

#835248 contains red, green and blue colors in about the same proportion. Web safe color of #835248 is #996633 (or #963).

RGB color model

#835248 color RGB value is (131,82,72).

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

RGB channels and saturation

R 131 of 255 = 51%
G 82 of 255 = 32%
B 72 of 255 = 28%

131
82
72

R + G + B ~ 37%. #835248 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 82 + 72 = 285 (100%)
R 131 of 285 ~ 45.96%
G 82 of 285 ~ 28.77%
B 72 of 285 ~ 25.26%

%45.96
%28.77
%25.26

CMYK color model

#835248 color CMYK value is (0,37,45,49).

  • cyan value is 0.00%
  • magenta value is 37.40%
  • yellow value is 45.04%
  • key color value is 48.63%
CMYK:
(0,37,45,49)
C0M37Y45K49 
(0%,37%,45%,49%)
(0.00/0.37/0.45/0.49)	

CMYK percentages

%0
%37.4
%45.04
%48.63

Codes

Color #835248 in popluar color models

835248
RGB1318272
HSL10°29.06%39.80%
HSB/HSV10°45.04%51.37%
CMYK0.00%37.40%45.04%
48.63%

Color #835248 in popluar number systems.

HEX835248
Decimal1318272
Binary1000001110100101001000
Octal203122110

Shades and tints

Shades of #835248

#835248
(131,82,72)
#784B42
(120,75,66)
#6D443C
(109,68,60)
#623D36
(98,61,54)
#573630
(87,54,48)
#4C2F2A
(76,47,42)
#412824
(65,40,36)
#36211E
(54,33,30)
#2B1A18
(43,26,24)
#201312
(32,19,18)
#150C0C
(21,12,12)
#000000
(0,0,0)

Tints of #835248

#835248
(131,82,72)
#8E6158
(142,97,88)
#997068
(153,112,104)
#A47F78
(164,127,120)
#AF8E88
(175,142,136)
#BA9D98
(186,157,152)
#C5ACA8
(197,172,168)
#D0BBB8
(208,187,184)
#DBCAC8
(219,202,200)
#E6D9D8
(230,217,216)
#F1E8E8
(241,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #835248; }

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

This text font color is #835248.


Background Color

.myBgColor { background-color: #835248; }

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

This div background color is #835248.


Border color

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

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

This div border color is #835248.


Opacity

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

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

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

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

This text has shadow with #835248 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #835248 on black background.


Color preview on white background

This text has color #835248 on white background.



Black color preview on #835248 background

This text has black color on #835248 background.


White color preview on #835248 background

This text has white color on #835248 background.