COLOR #825C5C

HEX: #825C5C
RGB: (130,92,92)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

130
92
92

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

Portions of RGB colors in percentages

R + G + B =
130 + 92 + 92 = 314 (100%)
R 130 of 314 ~ 41.4%
G 92 of 314 ~ 29.3%
B 92 of 314 ~ 29.3%

%41.4
%29.3
%29.3

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 29.23%
  • yellow value is 29.23%
  • key color value is 49.02%
CMYK:
(0,29,29,49)
C0M29Y29K49 
(0%,29%,29%,49%)
(0.00/0.29/0.29/0.49)	

CMYK percentages

%0
%29.23
%29.23
%49.02

Codes

Color #825C5C in popluar color models

825C5C
RGB1309292
HSL17.12%43.53%
HSB/HSV29.23%50.98%
CMYK0.00%29.23%29.23%
49.02%

Color #825C5C in popluar number systems.

HEX825C5C
Decimal1309292
Binary1000001010111001011100
Octal202134134

Shades and tints

Shades of #825C5C

#825C5C
(130,92,92)
#775454
(119,84,84)
#6C4C4C
(108,76,76)
#614444
(97,68,68)
#563C3C
(86,60,60)
#4B3434
(75,52,52)
#402C2C
(64,44,44)
#352424
(53,36,36)
#2A1C1C
(42,28,28)
#1F1414
(31,20,20)
#140C0C
(20,12,12)
#000000
(0,0,0)

Tints of #825C5C

#825C5C
(130,92,92)
#8D6A6A
(141,106,106)
#987878
(152,120,120)
#A38686
(163,134,134)
#AE9494
(174,148,148)
#B9A2A2
(185,162,162)
#C4B0B0
(196,176,176)
#CFBEBE
(207,190,190)
#DACCCC
(218,204,204)
#E5DADA
(229,218,218)
#F0E8E8
(240,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #825C5C; }

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

This text font color is #825C5C.


Background Color

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

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

This div background color is #825C5C.


Border color

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

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

This div border color is #825C5C.


Opacity

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

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

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

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

This text has shadow with #825C5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825C5C on black background.


Color preview on white background

This text has color #825C5C on white background.



Black color preview on #825C5C background

This text has black color on #825C5C background.


White color preview on #825C5C background

This text has white color on #825C5C background.