COLOR #835F47

HEX: #835F47
RGB: (131,95,71)

Color info

#835F47 contains mainly red and green colors. Web safe color of #835F47 is #996633 (or #963).

RGB color model

#835F47 color RGB value is (131,95,71).

  • red value is 131;
  • green value is 95;
  • blue value is 71.
RGB:
(131,95,71)
(51%,37%,28%)

RGB channels and saturation

R 131 of 255 = 51%
G 95 of 255 = 37%
B 71 of 255 = 28%

131
95
71

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

Portions of RGB colors in percentages

R + G + B =
131 + 95 + 71 = 297 (100%)
R 131 of 297 ~ 44.11%
G 95 of 297 ~ 31.99%
B 71 of 297 ~ 23.91%

%44.11
%31.99
%23.91

CMYK color model

#835F47 color CMYK value is (0,27,46,49).

  • cyan value is 0.00%
  • magenta value is 27.48%
  • yellow value is 45.80%
  • key color value is 48.63%
CMYK:
(0,27,46,49)
C0M27Y46K49 
(0%,27%,46%,49%)
(0.00/0.27/0.46/0.49)	

CMYK percentages

%0
%27.48
%45.8
%48.63

Codes

Color #835F47 in popluar color models

835F47
RGB1319571
HSL24°29.70%39.61%
HSB/HSV24°45.80%51.37%
CMYK0.00%27.48%45.80%
48.63%

Color #835F47 in popluar number systems.

HEX835F47
Decimal1319571
Binary1000001110111111000111
Octal203137107

Shades and tints

Shades of #835F47

#835F47
(131,95,71)
#785741
(120,87,65)
#6D4F3B
(109,79,59)
#624735
(98,71,53)
#573F2F
(87,63,47)
#4C3729
(76,55,41)
#412F23
(65,47,35)
#36271D
(54,39,29)
#2B1F17
(43,31,23)
#201711
(32,23,17)
#150F0B
(21,15,11)
#000000
(0,0,0)

Tints of #835F47

#835F47
(131,95,71)
#8E6D57
(142,109,87)
#997B67
(153,123,103)
#A48977
(164,137,119)
#AF9787
(175,151,135)
#BAA597
(186,165,151)
#C5B3A7
(197,179,167)
#D0C1B7
(208,193,183)
#DBCFC7
(219,207,199)
#E6DDD7
(230,221,215)
#F1EBE7
(241,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #835F47 color. Also use rgb(131,95,71) instead hex code.

Text Font Color

.myTextColor { color: #835F47; }

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

This text font color is #835F47.


Background Color

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

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

This div background color is #835F47.


Border color

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

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

This div border color is #835F47.


Opacity

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

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

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

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

This text has shadow with #835F47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #835F47 on black background.


Color preview on white background

This text has color #835F47 on white background.



Black color preview on #835F47 background

This text has black color on #835F47 background.


White color preview on #835F47 background

This text has white color on #835F47 background.