COLOR #825963

HEX: #825963
RGB: (130,89,99)

Color info

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

RGB color model

#825963 color RGB value is (130,89,99).

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

RGB channels and saturation

R 130 of 255 = 51%
G 89 of 255 = 35%
B 99 of 255 = 39%

130
89
99

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

Portions of RGB colors in percentages

R + G + B =
130 + 89 + 99 = 318 (100%)
R 130 of 318 ~ 40.88%
G 89 of 318 ~ 27.99%
B 99 of 318 ~ 31.13%

%40.88
%27.99
%31.13

CMYK color model

#825963 color CMYK value is (0,32,24,49).

  • cyan value is 0.00%
  • magenta value is 31.54%
  • yellow value is 23.85%
  • key color value is 49.02%
CMYK:
(0,32,24,49)
C0M32Y24K49 
(0%,32%,24%,49%)
(0.00/0.32/0.24/0.49)	

CMYK percentages

%0
%31.54
%23.85
%49.02

Codes

Color #825963 in popluar color models

825963
RGB1308999
HSL345°18.72%42.94%
HSB/HSV345°31.54%50.98%
CMYK0.00%31.54%23.85%
49.02%

Color #825963 in popluar number systems.

HEX825963
Decimal1308999
Binary1000001010110011100011
Octal202131143

Shades and tints

Shades of #825963

#825963
(130,89,99)
#77515A
(119,81,90)
#6C4951
(108,73,81)
#614148
(97,65,72)
#56393F
(86,57,63)
#4B3136
(75,49,54)
#40292D
(64,41,45)
#352124
(53,33,36)
#2A191B
(42,25,27)
#1F1112
(31,17,18)
#140909
(20,9,9)
#000000
(0,0,0)

Tints of #825963

#825963
(130,89,99)
#8D6871
(141,104,113)
#98777F
(152,119,127)
#A3868D
(163,134,141)
#AE959B
(174,149,155)
#B9A4A9
(185,164,169)
#C4B3B7
(196,179,183)
#CFC2C5
(207,194,197)
#DAD1D3
(218,209,211)
#E5E0E1
(229,224,225)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #825963; }

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

This text font color is #825963.


Background Color

.myBgColor { background-color: #825963; }

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

This div background color is #825963.


Border color

.myBorderColor { border: 1px solid #825963; }

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

This div border color is #825963.


Opacity

.myOpacity80 { color: #825963; opacity: 0.8; }

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

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

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

This text has shadow with #825963 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825963 on black background.


Color preview on white background

This text has color #825963 on white background.



Black color preview on #825963 background

This text has black color on #825963 background.


White color preview on #825963 background

This text has white color on #825963 background.