COLOR #825C5D

HEX: #825C5D RGB: (130,92,93)

Color info

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

RGB color model

#825C5D color RGB value is (130,92,93).

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

RGB channels and saturation

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

130
92
93

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

Portions of RGB colors in percentages

R + G + B = 130 + 92 + 93 = 315 (100%)
R 130 of 315 ~ 41.27%
G 92 of 315 ~ 29.21%
B 93 of 315 ~ 29.52'%

%41.27
%29.21
%29.52

CMYK color model

#825C5D color CMYK value is (0,29,28,49).

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

CMYK: (0,29,28,49)
C0M29Y28K49 (0%, 29%, 28%, 49%)
(0.00 / 0.29 / 0.28 / 0.49)

CMYK percentages

%0
%29.23
%28.46
%49.02

Codes

Color #825C5D in popluar color models

82 5C 5D
RGB 130 92 93
HSL 358° 17.12% 43.53%
HSB/HSV 358° 29.23% 50.98%
CMYK 0.00% 29.23% 28.46%
49.02%

Color #825C5D in popluar number systems.

HEX 82 5C 5D
Decimal 130 92 93
Binary 10000010 1011100 1011101
Octal 202 134 135

Shades and tints

Shades of #825C5D

#825C5D
(130,92,93)
#775455
(119,84,85)
#6C4C4D
(108,76,77)
#614445
(97,68,69)
#563C3D
(86,60,61)
#4B3435
(75,52,53)
#402C2D
(64,44,45)
#352425
(53,36,37)
#2A1C1D
(42,28,29)
#1F1415
(31,20,21)
#140C0D
(20,12,13)
#000000
(0,0,0)

Tints of #825C5D

#825C5D
(130,92,93)
#8D6A6B
(141,106,107)
#987879
(152,120,121)
#A38687
(163,134,135)
#AE9495
(174,148,149)
#B9A2A3
(185,162,163)
#C4B0B1
(196,176,177)
#CFBEBF
(207,190,191)
#DACCCD
(218,204,205)
#E5DADB
(229,218,219)
#F0E8E9
(240,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #825C5D; }

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

This text font color is #825C5D.

Background Color

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

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

This div background color is #825C5D.

Border color

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

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

This div border color is #825C5D.

Opacity

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

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

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

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

This text has shadow with #825C5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #825C5D.

Preview

Color preview on black background

This text has color #825C5D on black background.


Color preview on white background

This text has color #825C5D on white background.


Black color preview on #825C5D background

This text has black color on #825C5D background.


White color preview on #825C5D background

This text has white color on #825C5D background.


Related colors

Complementary color

Complementary color for #hex is #7DA3A2.


I love getcolorcode.com

Triadic colors

1 #5D825C and #5C5D82 with #825C5D are triadic colors.

2 #5D5C82 and #5C825D with #825C5D are triadic colors.