COLOR #835549

HEX: #835549
RGB: (131,85,73)

Color info

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

RGB color model

#835549 color RGB value is (131,85,73).

  • red value is 131;
  • green value is 85;
  • blue value is 73.
RGB:
(131,85,73)
(51%,33%,29%)

RGB channels and saturation

R 131 of 255 = 51%
G 85 of 255 = 33%
B 73 of 255 = 29%

131
85
73

R + G + B ~ 38%. #835549 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
131 + 85 + 73 = 289 (100%)
R 131 of 289 ~ 45.33%
G 85 of 289 ~ 29.41%
B 73 of 289 ~ 25.26%

%45.33
%29.41
%25.26

CMYK color model

#835549 color CMYK value is (0,35,44,49).

  • cyan value is 0.00%
  • magenta value is 35.11%
  • yellow value is 44.27%
  • key color value is 48.63%
CMYK:
(0,35,44,49)
C0M35Y44K49 
(0%,35%,44%,49%)
(0.00/0.35/0.44/0.49)	

CMYK percentages

%0
%35.11
%44.27
%48.63

Codes

Color #835549 in popluar color models

835549
RGB1318573
HSL12°28.43%40.00%
HSB/HSV12°44.27%51.37%
CMYK0.00%35.11%44.27%
48.63%

Color #835549 in popluar number systems.

HEX835549
Decimal1318573
Binary1000001110101011001001
Octal203125111

Shades and tints

Shades of #835549

#835549
(131,85,73)
#784E43
(120,78,67)
#6D473D
(109,71,61)
#624037
(98,64,55)
#573931
(87,57,49)
#4C322B
(76,50,43)
#412B25
(65,43,37)
#36241F
(54,36,31)
#2B1D19
(43,29,25)
#201613
(32,22,19)
#150F0D
(21,15,13)
#000000
(0,0,0)

Tints of #835549

#835549
(131,85,73)
#8E6459
(142,100,89)
#997369
(153,115,105)
#A48279
(164,130,121)
#AF9189
(175,145,137)
#BAA099
(186,160,153)
#C5AFA9
(197,175,169)
#D0BEB9
(208,190,185)
#DBCDC9
(219,205,201)
#E6DCD9
(230,220,217)
#F1EBE9
(241,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #835549 color. Also use rgb(131,85,73) instead hex code.

Text Font Color

.myTextColor { color: #835549; }

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

This text font color is #835549.


Background Color

.myBgColor { background-color: #835549; }

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

This div background color is #835549.


Border color

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

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

This div border color is #835549.


Opacity

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

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

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

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

This text has shadow with #835549 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #835549 on black background.


Color preview on white background

This text has color #835549 on white background.



Black color preview on #835549 background

This text has black color on #835549 background.


White color preview on #835549 background

This text has white color on #835549 background.