COLOR #825A6E

HEX: #825A6E
RGB: (130,90,110)

Color info

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

RGB color model

#825A6E color RGB value is (130,90,110).

  • red value is 130;
  • green value is 90;
  • blue value is 110.
RGB:
(130,90,110)
(51%,35%,43%)

RGB channels and saturation

R 130 of 255 = 51%
G 90 of 255 = 35%
B 110 of 255 = 43%

130
90
110

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

Portions of RGB colors in percentages

R + G + B =
130 + 90 + 110 = 330 (100%)
R 130 of 330 ~ 39.39%
G 90 of 330 ~ 27.27%
B 110 of 330 ~ 33.33%

%39.39
%27.27
%33.33

CMYK color model

#825A6E color CMYK value is (0,31,15,49).

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 15.38%
  • key color value is 49.02%
CMYK:
(0,31,15,49)
C0M31Y15K49 
(0%,31%,15%,49%)
(0.00/0.31/0.15/0.49)	

CMYK percentages

%0
%30.77
%15.38
%49.02

Codes

Color #825A6E in popluar color models

825A6E
RGB13090110
HSL330°18.18%43.14%
HSB/HSV330°30.77%50.98%
CMYK0.00%30.77%15.38%
49.02%

Color #825A6E in popluar number systems.

HEX825A6E
Decimal13090110
Binary1000001010110101101110
Octal202132156

Shades and tints

Shades of #825A6E

#825A6E
(130,90,110)
#775264
(119,82,100)
#6C4A5A
(108,74,90)
#614250
(97,66,80)
#563A46
(86,58,70)
#4B323C
(75,50,60)
#402A32
(64,42,50)
#352228
(53,34,40)
#2A1A1E
(42,26,30)
#1F1214
(31,18,20)
#140A0A
(20,10,10)
#000000
(0,0,0)

Tints of #825A6E

#825A6E
(130,90,110)
#8D697B
(141,105,123)
#987888
(152,120,136)
#A38795
(163,135,149)
#AE96A2
(174,150,162)
#B9A5AF
(185,165,175)
#C4B4BC
(196,180,188)
#CFC3C9
(207,195,201)
#DAD2D6
(218,210,214)
#E5E1E3
(229,225,227)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #825A6E color. Also use rgb(130,90,110) instead hex code.

Text Font Color

.myTextColor { color: #825A6E; }

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

This text font color is #825A6E.


Background Color

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

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

This div background color is #825A6E.


Border color

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

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

This div border color is #825A6E.


Opacity

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

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

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

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

This text has shadow with #825A6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825A6E on black background.


Color preview on white background

This text has color #825A6E on white background.



Black color preview on #825A6E background

This text has black color on #825A6E background.


White color preview on #825A6E background

This text has white color on #825A6E background.