COLOR #825E6F

HEX: #825E6F
RGB: (130,94,111)

Color info

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

RGB color model

#825E6F color RGB value is (130,94,111).

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

RGB channels and saturation

R 130 of 255 = 51%
G 94 of 255 = 37%
B 111 of 255 = 44%

130
94
111

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

Portions of RGB colors in percentages

R + G + B =
130 + 94 + 111 = 335 (100%)
R 130 of 335 ~ 38.81%
G 94 of 335 ~ 28.06%
B 111 of 335 ~ 33.13%

%38.81
%28.06
%33.13

CMYK color model

#825E6F color CMYK value is (0,28,15,49).

  • cyan value is 0.00%
  • magenta value is 27.69%
  • yellow value is 14.62%
  • key color value is 49.02%
CMYK:
(0,28,15,49)
C0M28Y15K49 
(0%,28%,15%,49%)
(0.00/0.28/0.15/0.49)	

CMYK percentages

%0
%27.69
%14.62
%49.02

Codes

Color #825E6F in popluar color models

825E6F
RGB13094111
HSL332°16.07%43.92%
HSB/HSV332°27.69%50.98%
CMYK0.00%27.69%14.62%
49.02%

Color #825E6F in popluar number systems.

HEX825E6F
Decimal13094111
Binary1000001010111101101111
Octal202136157

Shades and tints

Shades of #825E6F

#825E6F
(130,94,111)
#775665
(119,86,101)
#6C4E5B
(108,78,91)
#614651
(97,70,81)
#563E47
(86,62,71)
#4B363D
(75,54,61)
#402E33
(64,46,51)
#352629
(53,38,41)
#2A1E1F
(42,30,31)
#1F1615
(31,22,21)
#140E0B
(20,14,11)
#000000
(0,0,0)

Tints of #825E6F

#825E6F
(130,94,111)
#8D6C7C
(141,108,124)
#987A89
(152,122,137)
#A38896
(163,136,150)
#AE96A3
(174,150,163)
#B9A4B0
(185,164,176)
#C4B2BD
(196,178,189)
#CFC0CA
(207,192,202)
#DACED7
(218,206,215)
#E5DCE4
(229,220,228)
#F0EAF1
(240,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #825E6F; }

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

This text font color is #825E6F.


Background Color

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

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

This div background color is #825E6F.


Border color

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

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

This div border color is #825E6F.


Opacity

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

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

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

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

This text has shadow with #825E6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825E6F on black background.


Color preview on white background

This text has color #825E6F on white background.



Black color preview on #825E6F background

This text has black color on #825E6F background.


White color preview on #825E6F background

This text has white color on #825E6F background.