COLOR #825C65

HEX: #825C65
RGB: (130,92,101)

Color info

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

RGB color model

#825C65 color RGB value is (130,92,101).

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

RGB channels and saturation

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

130
92
101

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

Portions of RGB colors in percentages

R + G + B =
130 + 92 + 101 = 323 (100%)
R 130 of 323 ~ 40.25%
G 92 of 323 ~ 28.48%
B 101 of 323 ~ 31.27%

%40.25
%28.48
%31.27

CMYK color model

#825C65 color CMYK value is (0,29,22,49).

  • cyan value is 0.00%
  • magenta value is 29.23%
  • yellow value is 22.31%
  • key color value is 49.02%
CMYK:
(0,29,22,49)
C0M29Y22K49 
(0%,29%,22%,49%)
(0.00/0.29/0.22/0.49)	

CMYK percentages

%0
%29.23
%22.31
%49.02

Codes

Color #825C65 in popluar color models

825C65
RGB13092101
HSL346°17.12%43.53%
HSB/HSV346°29.23%50.98%
CMYK0.00%29.23%22.31%
49.02%

Color #825C65 in popluar number systems.

HEX825C65
Decimal13092101
Binary1000001010111001100101
Octal202134145

Shades and tints

Shades of #825C65

#825C65
(130,92,101)
#77545C
(119,84,92)
#6C4C53
(108,76,83)
#61444A
(97,68,74)
#563C41
(86,60,65)
#4B3438
(75,52,56)
#402C2F
(64,44,47)
#352426
(53,36,38)
#2A1C1D
(42,28,29)
#1F1414
(31,20,20)
#140C0B
(20,12,11)
#000000
(0,0,0)

Tints of #825C65

#825C65
(130,92,101)
#8D6A73
(141,106,115)
#987881
(152,120,129)
#A3868F
(163,134,143)
#AE949D
(174,148,157)
#B9A2AB
(185,162,171)
#C4B0B9
(196,176,185)
#CFBEC7
(207,190,199)
#DACCD5
(218,204,213)
#E5DAE3
(229,218,227)
#F0E8F1
(240,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #825C65; }

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

This text font color is #825C65.


Background Color

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

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

This div background color is #825C65.


Border color

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

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

This div border color is #825C65.


Opacity

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

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

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

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

This text has shadow with #825C65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825C65 on black background.


Color preview on white background

This text has color #825C65 on white background.



Black color preview on #825C65 background

This text has black color on #825C65 background.


White color preview on #825C65 background

This text has white color on #825C65 background.