COLOR #825C5B

HEX: #825C5B RGB: (130,92,91)

Color info

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

RGB color model

#825C5B color RGB value is (130,92,91).

RGB: (130,92,91) (51%, 36%, 36%)

RGB channels and saturation

R 130 of 255 = 51%
G 92 of 255 = 36%
B 91 of 255 = 36%

130
92
91

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

Portions of RGB colors in percentages

R + G + B = 130 + 92 + 91 = 313 (100%)
R 130 of 313 ~ 41.53%
G 92 of 313 ~ 29.39%
B 91 of 313 ~ 29.07'%

%41.53
%29.39
%29.07

CMYK color model

#825C5B color CMYK value is (0,29,30,49).

  • cyan value is 0.00%
  • magenta value is 29.23%
  • yellow value is 30.00%
  • key color value is 49.02%

CMYK: (0,29,30,49)
C0M29Y30K49 (0%, 29%, 30%, 49%)
(0.00 / 0.29 / 0.30 / 0.49)

CMYK percentages

%0
%29.23
%30
%49.02

Codes

Color #825C5B in popluar color models

82 5C 5B
RGB 130 92 91
HSL 17.65% 43.33%
HSB/HSV 30.00% 50.98%
CMYK 0.00% 29.23% 30.00%
49.02%

Color #825C5B in popluar number systems.

HEX 82 5C 5B
Decimal 130 92 91
Binary 10000010 1011100 1011011
Octal 202 134 133

Shades and tints

Shades of #825C5B

#825C5B
(130,92,91)
#775453
(119,84,83)
#6C4C4B
(108,76,75)
#614443
(97,68,67)
#563C3B
(86,60,59)
#4B3433
(75,52,51)
#402C2B
(64,44,43)
#352423
(53,36,35)
#2A1C1B
(42,28,27)
#1F1413
(31,20,19)
#140C0B
(20,12,11)
#000000
(0,0,0)

Tints of #825C5B

#825C5B
(130,92,91)
#8D6A69
(141,106,105)
#987877
(152,120,119)
#A38685
(163,134,133)
#AE9493
(174,148,147)
#B9A2A1
(185,162,161)
#C4B0AF
(196,176,175)
#CFBEBD
(207,190,189)
#DACCCB
(218,204,203)
#E5DAD9
(229,218,217)
#F0E8E7
(240,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #825C5B; }

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

This text font color is #825C5B.

Background Color

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

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

This div background color is #825C5B.

Border color

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

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

This div border color is #825C5B.

Opacity

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

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

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

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

This text has shadow with #825C5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #825C5B.

Preview

Color preview on black background

This text has color #825C5B on black background.


Color preview on white background

This text has color #825C5B on white background.


Black color preview on #825C5B background

This text has black color on #825C5B background.


White color preview on #825C5B background

This text has white color on #825C5B background.


Related colors

Complementary color

Complementary color for #hex is #7DA3A4.


I love getcolorcode.com

Triadic colors

1 #5B825C and #5C5B82 with #825C5B are triadic colors.

2 #5B5C82 and #5C825B with #825C5B are triadic colors.