COLOR #835F5E

HEX: #835F5E RGB: (131,95,94)

Color info

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

RGB color model

#835F5E color RGB value is (131,95,94).

RGB: (131,95,94) (51%, 37%, 37%)

RGB channels and saturation

R 131 of 255 = 51%
G 95 of 255 = 37%
B 94 of 255 = 37%

131
95
94

R + G + B ~ 42%. #835F5E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 131 + 95 + 94 = 320 (100%)
R 131 of 320 ~ 40.94%
G 95 of 320 ~ 29.69%
B 94 of 320 ~ 29.38'%

%40.94
%29.69
%29.38

CMYK color model

#835F5E color CMYK value is (0,27,28,49).

  • cyan value is 0.00%
  • magenta value is 27.48%
  • yellow value is 28.24%
  • key color value is 48.63%

CMYK: (0,27,28,49)
C0M27Y28K49 (0%, 27%, 28%, 49%)
(0.00 / 0.27 / 0.28 / 0.49)

CMYK percentages

%0
%27.48
%28.24
%48.63

Codes

Color #835F5E in popluar color models

83 5F 5E
RGB 131 95 94
HSL 16.44% 44.12%
HSB/HSV 28.24% 51.37%
CMYK 0.00% 27.48% 28.24%
48.63%

Color #835F5E in popluar number systems.

HEX 83 5F 5E
Decimal 131 95 94
Binary 10000011 1011111 1011110
Octal 203 137 136

Shades and tints

Shades of #835F5E

#835F5E
(131,95,94)
#785756
(120,87,86)
#6D4F4E
(109,79,78)
#624746
(98,71,70)
#573F3E
(87,63,62)
#4C3736
(76,55,54)
#412F2E
(65,47,46)
#362726
(54,39,38)
#2B1F1E
(43,31,30)
#201716
(32,23,22)
#150F0E
(21,15,14)
#000000
(0,0,0)

Tints of #835F5E

#835F5E
(131,95,94)
#8E6D6C
(142,109,108)
#997B7A
(153,123,122)
#A48988
(164,137,136)
#AF9796
(175,151,150)
#BAA5A4
(186,165,164)
#C5B3B2
(197,179,178)
#D0C1C0
(208,193,192)
#DBCFCE
(219,207,206)
#E6DDDC
(230,221,220)
#F1EBEA
(241,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #835F5E; }

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

This text font color is #835F5E.

Background Color

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

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

This div background color is #835F5E.

Border color

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

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

This div border color is #835F5E.

Opacity

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

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

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

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

This text has shadow with #835F5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #835F5E.

Preview

Color preview on black background

This text has color #835F5E on black background.


Color preview on white background

This text has color #835F5E on white background.


Black color preview on #835F5E background

This text has black color on #835F5E background.


White color preview on #835F5E background

This text has white color on #835F5E background.


Related colors

Complementary color

Complementary color for #hex is #7CA0A1.


I love getcolorcode.com

Triadic colors

1 #5E835F and #5F5E83 with #835F5E are triadic colors.

2 #5E5F83 and #5F835E with #835F5E are triadic colors.