COLOR #825F7B

HEX: #825F7B
RGB: (130,95,123)

Color info

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

RGB color model

#825F7B color RGB value is (130,95,123).

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

RGB channels and saturation

R 130 of 255 = 51%
G 95 of 255 = 37%
B 123 of 255 = 48%

130
95
123

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

Portions of RGB colors in percentages

R + G + B =
130 + 95 + 123 = 348 (100%)
R 130 of 348 ~ 37.36%
G 95 of 348 ~ 27.3%
B 123 of 348 ~ 35.34%

%37.36
%27.3
%35.34

CMYK color model

#825F7B color CMYK value is (0,27,5,49).

  • cyan value is 0.00%
  • magenta value is 26.92%
  • yellow value is 5.38%
  • key color value is 49.02%
CMYK:
(0,27,5,49)
C0M27Y5K49 
(0%,27%,5%,49%)
(0.00/0.27/0.05/0.49)	

CMYK percentages

%0
%26.92
%5.38
%49.02

Codes

Color #825F7B in popluar color models

825F7B
RGB13095123
HSL312°15.56%44.12%
HSB/HSV312°26.92%50.98%
CMYK0.00%26.92%5.38%
49.02%

Color #825F7B in popluar number systems.

HEX825F7B
Decimal13095123
Binary1000001010111111111011
Octal202137173

Shades and tints

Shades of #825F7B

#825F7B
(130,95,123)
#775770
(119,87,112)
#6C4F65
(108,79,101)
#61475A
(97,71,90)
#563F4F
(86,63,79)
#4B3744
(75,55,68)
#402F39
(64,47,57)
#35272E
(53,39,46)
#2A1F23
(42,31,35)
#1F1718
(31,23,24)
#140F0D
(20,15,13)
#000000
(0,0,0)

Tints of #825F7B

#825F7B
(130,95,123)
#8D6D87
(141,109,135)
#987B93
(152,123,147)
#A3899F
(163,137,159)
#AE97AB
(174,151,171)
#B9A5B7
(185,165,183)
#C4B3C3
(196,179,195)
#CFC1CF
(207,193,207)
#DACFDB
(218,207,219)
#E5DDE7
(229,221,231)
#F0EBF3
(240,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #825F7B; }

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

This text font color is #825F7B.


Background Color

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

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

This div background color is #825F7B.


Border color

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

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

This div border color is #825F7B.


Opacity

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

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

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

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

This text has shadow with #825F7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825F7B on black background.


Color preview on white background

This text has color #825F7B on white background.



Black color preview on #825F7B background

This text has black color on #825F7B background.


White color preview on #825F7B background

This text has white color on #825F7B background.