COLOR #825F5B

HEX: #825F5B
RGB: (130,95,91)

Color info

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

RGB color model

#825F5B color RGB value is (130,95,91).

  • red value is 130;
  • green value is 95;
  • blue value is 91.
RGB:
(130,95,91)
(51%,37%,36%)

RGB channels and saturation

R 130 of 255 = 51%
G 95 of 255 = 37%
B 91 of 255 = 36%

130
95
91

R + G + B ~ 41%. #825F5B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 95 + 91 = 316 (100%)
R 130 of 316 ~ 41.14%
G 95 of 316 ~ 30.06%
B 91 of 316 ~ 28.8%

%41.14
%30.06
%28.8

CMYK color model

#825F5B color CMYK value is (0,27,30,49).

  • cyan value is 0.00%
  • magenta value is 26.92%
  • yellow value is 30.00%
  • key color value is 49.02%
CMYK:
(0,27,30,49)
C0M27Y30K49 
(0%,27%,30%,49%)
(0.00/0.27/0.30/0.49)	

CMYK percentages

%0
%26.92
%30
%49.02

Codes

Color #825F5B in popluar color models

825F5B
RGB1309591
HSL17.65%43.33%
HSB/HSV30.00%50.98%
CMYK0.00%26.92%30.00%
49.02%

Color #825F5B in popluar number systems.

HEX825F5B
Decimal1309591
Binary1000001010111111011011
Octal202137133

Shades and tints

Shades of #825F5B

#825F5B
(130,95,91)
#775753
(119,87,83)
#6C4F4B
(108,79,75)
#614743
(97,71,67)
#563F3B
(86,63,59)
#4B3733
(75,55,51)
#402F2B
(64,47,43)
#352723
(53,39,35)
#2A1F1B
(42,31,27)
#1F1713
(31,23,19)
#140F0B
(20,15,11)
#000000
(0,0,0)

Tints of #825F5B

#825F5B
(130,95,91)
#8D6D69
(141,109,105)
#987B77
(152,123,119)
#A38985
(163,137,133)
#AE9793
(174,151,147)
#B9A5A1
(185,165,161)
#C4B3AF
(196,179,175)
#CFC1BD
(207,193,189)
#DACFCB
(218,207,203)
#E5DDD9
(229,221,217)
#F0EBE7
(240,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #825F5B color. Also use rgb(130,95,91) instead hex code.

Text Font Color

.myTextColor { color: #825F5B; }

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

This text font color is #825F5B.


Background Color

.myBgColor { background-color: #825F5B; }

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

This div background color is #825F5B.


Border color

.myBorderColor { border: 1px solid #825F5B; }

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

This div border color is #825F5B.


Opacity

.myOpacity80 { color: #825F5B; opacity: 0.8; }

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

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

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

This text has shadow with #825F5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825F5B on black background.


Color preview on white background

This text has color #825F5B on white background.



Black color preview on #825F5B background

This text has black color on #825F5B background.


White color preview on #825F5B background

This text has white color on #825F5B background.