COLOR #825B65

HEX: #825B65
RGB: (130,91,101)

Color info

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

RGB color model

#825B65 color RGB value is (130,91,101).

  • red value is 130;
  • green value is 91;
  • blue value is 101.
RGB:
(130,91,101)
(51%,36%,40%)

RGB channels and saturation

R 130 of 255 = 51%
G 91 of 255 = 36%
B 101 of 255 = 40%

130
91
101

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

Portions of RGB colors in percentages

R + G + B =
130 + 91 + 101 = 322 (100%)
R 130 of 322 ~ 40.37%
G 91 of 322 ~ 28.26%
B 101 of 322 ~ 31.37%

%40.37
%28.26
%31.37

CMYK color model

#825B65 color CMYK value is (0,30,22,49).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 22.31%
  • key color value is 49.02%
CMYK:
(0,30,22,49)
C0M30Y22K49 
(0%,30%,22%,49%)
(0.00/0.30/0.22/0.49)	

CMYK percentages

%0
%30
%22.31
%49.02

Codes

Color #825B65 in popluar color models

825B65
RGB13091101
HSL345°17.65%43.33%
HSB/HSV345°30.00%50.98%
CMYK0.00%30.00%22.31%
49.02%

Color #825B65 in popluar number systems.

HEX825B65
Decimal13091101
Binary1000001010110111100101
Octal202133145

Shades and tints

Shades of #825B65

#825B65
(130,91,101)
#77535C
(119,83,92)
#6C4B53
(108,75,83)
#61434A
(97,67,74)
#563B41
(86,59,65)
#4B3338
(75,51,56)
#402B2F
(64,43,47)
#352326
(53,35,38)
#2A1B1D
(42,27,29)
#1F1314
(31,19,20)
#140B0B
(20,11,11)
#000000
(0,0,0)

Tints of #825B65

#825B65
(130,91,101)
#8D6973
(141,105,115)
#987781
(152,119,129)
#A3858F
(163,133,143)
#AE939D
(174,147,157)
#B9A1AB
(185,161,171)
#C4AFB9
(196,175,185)
#CFBDC7
(207,189,199)
#DACBD5
(218,203,213)
#E5D9E3
(229,217,227)
#F0E7F1
(240,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #825B65 color. Also use rgb(130,91,101) instead hex code.

Text Font Color

.myTextColor { color: #825B65; }

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

This text font color is #825B65.


Background Color

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

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

This div background color is #825B65.


Border color

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

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

This div border color is #825B65.


Opacity

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

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

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

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

This text has shadow with #825B65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825B65 on black background.


Color preview on white background

This text has color #825B65 on white background.



Black color preview on #825B65 background

This text has black color on #825B65 background.


White color preview on #825B65 background

This text has white color on #825B65 background.