COLOR #825D63

HEX: #825D63
RGB: (130,93,99)

Color info

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

RGB color model

#825D63 color RGB value is (130,93,99).

  • red value is 130;
  • green value is 93;
  • blue value is 99.
RGB:
(130,93,99)
(51%,36%,39%)

RGB channels and saturation

R 130 of 255 = 51%
G 93 of 255 = 36%
B 99 of 255 = 39%

130
93
99

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

Portions of RGB colors in percentages

R + G + B =
130 + 93 + 99 = 322 (100%)
R 130 of 322 ~ 40.37%
G 93 of 322 ~ 28.88%
B 99 of 322 ~ 30.75%

%40.37
%28.88
%30.75

CMYK color model

#825D63 color CMYK value is (0,28,24,49).

  • cyan value is 0.00%
  • magenta value is 28.46%
  • yellow value is 23.85%
  • key color value is 49.02%
CMYK:
(0,28,24,49)
C0M28Y24K49 
(0%,28%,24%,49%)
(0.00/0.28/0.24/0.49)	

CMYK percentages

%0
%28.46
%23.85
%49.02

Codes

Color #825D63 in popluar color models

825D63
RGB1309399
HSL350°16.59%43.73%
HSB/HSV350°28.46%50.98%
CMYK0.00%28.46%23.85%
49.02%

Color #825D63 in popluar number systems.

HEX825D63
Decimal1309399
Binary1000001010111011100011
Octal202135143

Shades and tints

Shades of #825D63

#825D63
(130,93,99)
#77555A
(119,85,90)
#6C4D51
(108,77,81)
#614548
(97,69,72)
#563D3F
(86,61,63)
#4B3536
(75,53,54)
#402D2D
(64,45,45)
#352524
(53,37,36)
#2A1D1B
(42,29,27)
#1F1512
(31,21,18)
#140D09
(20,13,9)
#000000
(0,0,0)

Tints of #825D63

#825D63
(130,93,99)
#8D6B71
(141,107,113)
#98797F
(152,121,127)
#A3878D
(163,135,141)
#AE959B
(174,149,155)
#B9A3A9
(185,163,169)
#C4B1B7
(196,177,183)
#CFBFC5
(207,191,197)
#DACDD3
(218,205,211)
#E5DBE1
(229,219,225)
#F0E9EF
(240,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #825D63 color. Also use rgb(130,93,99) instead hex code.

Text Font Color

.myTextColor { color: #825D63; }

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

This text font color is #825D63.


Background Color

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

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

This div background color is #825D63.


Border color

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

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

This div border color is #825D63.


Opacity

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

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

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

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

This text has shadow with #825D63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825D63 on black background.


Color preview on white background

This text has color #825D63 on white background.



Black color preview on #825D63 background

This text has black color on #825D63 background.


White color preview on #825D63 background

This text has white color on #825D63 background.