COLOR #835A4F

HEX: #835A4F
RGB: (131,90,79)

Color info

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

RGB color model

#835A4F color RGB value is (131,90,79).

  • red value is 131;
  • green value is 90;
  • blue value is 79.
RGB:
(131,90,79)
(51%,35%,31%)

RGB channels and saturation

R 131 of 255 = 51%
G 90 of 255 = 35%
B 79 of 255 = 31%

131
90
79

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

Portions of RGB colors in percentages

R + G + B =
131 + 90 + 79 = 300 (100%)
R 131 of 300 ~ 43.67%
G 90 of 300 ~ 30%
B 79 of 300 ~ 26.33%

%43.67
%30
%26.33

CMYK color model

#835A4F color CMYK value is (0,31,40,49).

  • cyan value is 0.00%
  • magenta value is 31.30%
  • yellow value is 39.69%
  • key color value is 48.63%
CMYK:
(0,31,40,49)
C0M31Y40K49 
(0%,31%,40%,49%)
(0.00/0.31/0.40/0.49)	

CMYK percentages

%0
%31.3
%39.69
%48.63

Codes

Color #835A4F in popluar color models

835A4F
RGB1319079
HSL13°24.76%41.18%
HSB/HSV13°39.69%51.37%
CMYK0.00%31.30%39.69%
48.63%

Color #835A4F in popluar number systems.

HEX835A4F
Decimal1319079
Binary1000001110110101001111
Octal203132117

Shades and tints

Shades of #835A4F

#835A4F
(131,90,79)
#785248
(120,82,72)
#6D4A41
(109,74,65)
#62423A
(98,66,58)
#573A33
(87,58,51)
#4C322C
(76,50,44)
#412A25
(65,42,37)
#36221E
(54,34,30)
#2B1A17
(43,26,23)
#201210
(32,18,16)
#150A09
(21,10,9)
#000000
(0,0,0)

Tints of #835A4F

#835A4F
(131,90,79)
#8E695F
(142,105,95)
#99786F
(153,120,111)
#A4877F
(164,135,127)
#AF968F
(175,150,143)
#BAA59F
(186,165,159)
#C5B4AF
(197,180,175)
#D0C3BF
(208,195,191)
#DBD2CF
(219,210,207)
#E6E1DF
(230,225,223)
#F1F0EF
(241,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #835A4F color. Also use rgb(131,90,79) instead hex code.

Text Font Color

.myTextColor { color: #835A4F; }

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

This text font color is #835A4F.


Background Color

.myBgColor { background-color: #835A4F; }

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

This div background color is #835A4F.


Border color

.myBorderColor { border: 1px solid #835A4F; }

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

This div border color is #835A4F.


Opacity

.myOpacity80 { color: #835A4F; opacity: 0.8; }

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

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

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

This text has shadow with #835A4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #835A4F on black background.


Color preview on white background

This text has color #835A4F on white background.



Black color preview on #835A4F background

This text has black color on #835A4F background.


White color preview on #835A4F background

This text has white color on #835A4F background.