COLOR #825F71

HEX: #825F71
RGB: (130,95,113)

Color info

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

RGB color model

#825F71 color RGB value is (130,95,113).

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

RGB channels and saturation

R 130 of 255 = 51%
G 95 of 255 = 37%
B 113 of 255 = 44%

130
95
113

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

Portions of RGB colors in percentages

R + G + B =
130 + 95 + 113 = 338 (100%)
R 130 of 338 ~ 38.46%
G 95 of 338 ~ 28.11%
B 113 of 338 ~ 33.43%

%38.46
%28.11
%33.43

CMYK color model

#825F71 color CMYK value is (0,27,13,49).

  • cyan value is 0.00%
  • magenta value is 26.92%
  • yellow value is 13.08%
  • key color value is 49.02%
CMYK:
(0,27,13,49)
C0M27Y13K49 
(0%,27%,13%,49%)
(0.00/0.27/0.13/0.49)	

CMYK percentages

%0
%26.92
%13.08
%49.02

Codes

Color #825F71 in popluar color models

825F71
RGB13095113
HSL329°15.56%44.12%
HSB/HSV329°26.92%50.98%
CMYK0.00%26.92%13.08%
49.02%

Color #825F71 in popluar number systems.

HEX825F71
Decimal13095113
Binary1000001010111111110001
Octal202137161

Shades and tints

Shades of #825F71

#825F71
(130,95,113)
#775767
(119,87,103)
#6C4F5D
(108,79,93)
#614753
(97,71,83)
#563F49
(86,63,73)
#4B373F
(75,55,63)
#402F35
(64,47,53)
#35272B
(53,39,43)
#2A1F21
(42,31,33)
#1F1717
(31,23,23)
#140F0D
(20,15,13)
#000000
(0,0,0)

Tints of #825F71

#825F71
(130,95,113)
#8D6D7D
(141,109,125)
#987B89
(152,123,137)
#A38995
(163,137,149)
#AE97A1
(174,151,161)
#B9A5AD
(185,165,173)
#C4B3B9
(196,179,185)
#CFC1C5
(207,193,197)
#DACFD1
(218,207,209)
#E5DDDD
(229,221,221)
#F0EBE9
(240,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #825F71; }

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

This text font color is #825F71.


Background Color

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

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

This div background color is #825F71.


Border color

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

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

This div border color is #825F71.


Opacity

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

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

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

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

This text has shadow with #825F71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825F71 on black background.


Color preview on white background

This text has color #825F71 on white background.



Black color preview on #825F71 background

This text has black color on #825F71 background.


White color preview on #825F71 background

This text has white color on #825F71 background.