COLOR #825E7D

HEX: #825E7D
RGB: (130,94,125)

Color info

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

RGB color model

#825E7D color RGB value is (130,94,125).

  • red value is 130;
  • green value is 94;
  • blue value is 125.
RGB:
(130,94,125)
(51%,37%,49%)

RGB channels and saturation

R 130 of 255 = 51%
G 94 of 255 = 37%
B 125 of 255 = 49%

130
94
125

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

Portions of RGB colors in percentages

R + G + B =
130 + 94 + 125 = 349 (100%)
R 130 of 349 ~ 37.25%
G 94 of 349 ~ 26.93%
B 125 of 349 ~ 35.82%

%37.25
%26.93
%35.82

CMYK color model

#825E7D color CMYK value is (0,28,4,49).

  • cyan value is 0.00%
  • magenta value is 27.69%
  • yellow value is 3.85%
  • key color value is 49.02%
CMYK:
(0,28,4,49)
C0M28Y4K49 
(0%,28%,4%,49%)
(0.00/0.28/0.04/0.49)	

CMYK percentages

%0
%27.69
%3.85
%49.02

Codes

Color #825E7D in popluar color models

825E7D
RGB13094125
HSL308°16.07%43.92%
HSB/HSV308°27.69%50.98%
CMYK0.00%27.69%3.85%
49.02%

Color #825E7D in popluar number systems.

HEX825E7D
Decimal13094125
Binary1000001010111101111101
Octal202136175

Shades and tints

Shades of #825E7D

#825E7D
(130,94,125)
#775672
(119,86,114)
#6C4E67
(108,78,103)
#61465C
(97,70,92)
#563E51
(86,62,81)
#4B3646
(75,54,70)
#402E3B
(64,46,59)
#352630
(53,38,48)
#2A1E25
(42,30,37)
#1F161A
(31,22,26)
#140E0F
(20,14,15)
#000000
(0,0,0)

Tints of #825E7D

#825E7D
(130,94,125)
#8D6C88
(141,108,136)
#987A93
(152,122,147)
#A3889E
(163,136,158)
#AE96A9
(174,150,169)
#B9A4B4
(185,164,180)
#C4B2BF
(196,178,191)
#CFC0CA
(207,192,202)
#DACED5
(218,206,213)
#E5DCE0
(229,220,224)
#F0EAEB
(240,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #825E7D; }

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

This text font color is #825E7D.


Background Color

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

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

This div background color is #825E7D.


Border color

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

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

This div border color is #825E7D.


Opacity

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

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

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

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

This text has shadow with #825E7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825E7D on black background.


Color preview on white background

This text has color #825E7D on white background.



Black color preview on #825E7D background

This text has black color on #825E7D background.


White color preview on #825E7D background

This text has white color on #825E7D background.