COLOR #825C64

HEX: #825C64
RGB: (130,92,100)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

130
92
100

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

Portions of RGB colors in percentages

R + G + B =
130 + 92 + 100 = 322 (100%)
R 130 of 322 ~ 40.37%
G 92 of 322 ~ 28.57%
B 100 of 322 ~ 31.06%

%40.37
%28.57
%31.06

CMYK color model

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

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

CMYK percentages

%0
%29.23
%23.08
%49.02

Codes

Color #825C64 in popluar color models

825C64
RGB13092100
HSL347°17.12%43.53%
HSB/HSV347°29.23%50.98%
CMYK0.00%29.23%23.08%
49.02%

Color #825C64 in popluar number systems.

HEX825C64
Decimal13092100
Binary1000001010111001100100
Octal202134144

Shades and tints

Shades of #825C64

#825C64
(130,92,100)
#77545B
(119,84,91)
#6C4C52
(108,76,82)
#614449
(97,68,73)
#563C40
(86,60,64)
#4B3437
(75,52,55)
#402C2E
(64,44,46)
#352425
(53,36,37)
#2A1C1C
(42,28,28)
#1F1413
(31,20,19)
#140C0A
(20,12,10)
#000000
(0,0,0)

Tints of #825C64

#825C64
(130,92,100)
#8D6A72
(141,106,114)
#987880
(152,120,128)
#A3868E
(163,134,142)
#AE949C
(174,148,156)
#B9A2AA
(185,162,170)
#C4B0B8
(196,176,184)
#CFBEC6
(207,190,198)
#DACCD4
(218,204,212)
#E5DAE2
(229,218,226)
#F0E8F0
(240,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #825C64; }

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

This text font color is #825C64.


Background Color

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

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

This div background color is #825C64.


Border color

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

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

This div border color is #825C64.


Opacity

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

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

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

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

This text has shadow with #825C64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825C64 on black background.


Color preview on white background

This text has color #825C64 on white background.



Black color preview on #825C64 background

This text has black color on #825C64 background.


White color preview on #825C64 background

This text has white color on #825C64 background.