COLOR #825F73

HEX: #825F73
RGB: (130,95,115)

Color info

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

RGB color model

#825F73 color RGB value is (130,95,115).

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

RGB channels and saturation

R 130 of 255 = 51%
G 95 of 255 = 37%
B 115 of 255 = 45%

130
95
115

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

Portions of RGB colors in percentages

R + G + B =
130 + 95 + 115 = 340 (100%)
R 130 of 340 ~ 38.24%
G 95 of 340 ~ 27.94%
B 115 of 340 ~ 33.82%

%38.24
%27.94
%33.82

CMYK color model

#825F73 color CMYK value is (0,27,12,49).

  • cyan value is 0.00%
  • magenta value is 26.92%
  • yellow value is 11.54%
  • key color value is 49.02%
CMYK:
(0,27,12,49)
C0M27Y12K49 
(0%,27%,12%,49%)
(0.00/0.27/0.12/0.49)	

CMYK percentages

%0
%26.92
%11.54
%49.02

Codes

Color #825F73 in popluar color models

825F73
RGB13095115
HSL326°15.56%44.12%
HSB/HSV326°26.92%50.98%
CMYK0.00%26.92%11.54%
49.02%

Color #825F73 in popluar number systems.

HEX825F73
Decimal13095115
Binary1000001010111111110011
Octal202137163

Shades and tints

Shades of #825F73

#825F73
(130,95,115)
#775769
(119,87,105)
#6C4F5F
(108,79,95)
#614755
(97,71,85)
#563F4B
(86,63,75)
#4B3741
(75,55,65)
#402F37
(64,47,55)
#35272D
(53,39,45)
#2A1F23
(42,31,35)
#1F1719
(31,23,25)
#140F0F
(20,15,15)
#000000
(0,0,0)

Tints of #825F73

#825F73
(130,95,115)
#8D6D7F
(141,109,127)
#987B8B
(152,123,139)
#A38997
(163,137,151)
#AE97A3
(174,151,163)
#B9A5AF
(185,165,175)
#C4B3BB
(196,179,187)
#CFC1C7
(207,193,199)
#DACFD3
(218,207,211)
#E5DDDF
(229,221,223)
#F0EBEB
(240,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #825F73; }

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

This text font color is #825F73.


Background Color

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

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

This div background color is #825F73.


Border color

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

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

This div border color is #825F73.


Opacity

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

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

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

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

This text has shadow with #825F73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825F73 on black background.


Color preview on white background

This text has color #825F73 on white background.



Black color preview on #825F73 background

This text has black color on #825F73 background.


White color preview on #825F73 background

This text has white color on #825F73 background.