COLOR #825F54

HEX: #825F54
RGB: (130,95,84)

Color info

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

RGB color model

#825F54 color RGB value is (130,95,84).

  • red value is 130;
  • green value is 95;
  • blue value is 84.
RGB:
(130,95,84)
(51%,37%,33%)

RGB channels and saturation

R 130 of 255 = 51%
G 95 of 255 = 37%
B 84 of 255 = 33%

130
95
84

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

Portions of RGB colors in percentages

R + G + B =
130 + 95 + 84 = 309 (100%)
R 130 of 309 ~ 42.07%
G 95 of 309 ~ 30.74%
B 84 of 309 ~ 27.18%

%42.07
%30.74
%27.18

CMYK color model

#825F54 color CMYK value is (0,27,35,49).

  • cyan value is 0.00%
  • magenta value is 26.92%
  • yellow value is 35.38%
  • key color value is 49.02%
CMYK:
(0,27,35,49)
C0M27Y35K49 
(0%,27%,35%,49%)
(0.00/0.27/0.35/0.49)	

CMYK percentages

%0
%26.92
%35.38
%49.02

Codes

Color #825F54 in popluar color models

825F54
RGB1309584
HSL14°21.50%41.96%
HSB/HSV14°35.38%50.98%
CMYK0.00%26.92%35.38%
49.02%

Color #825F54 in popluar number systems.

HEX825F54
Decimal1309584
Binary1000001010111111010100
Octal202137124

Shades and tints

Shades of #825F54

#825F54
(130,95,84)
#77574D
(119,87,77)
#6C4F46
(108,79,70)
#61473F
(97,71,63)
#563F38
(86,63,56)
#4B3731
(75,55,49)
#402F2A
(64,47,42)
#352723
(53,39,35)
#2A1F1C
(42,31,28)
#1F1715
(31,23,21)
#140F0E
(20,15,14)
#000000
(0,0,0)

Tints of #825F54

#825F54
(130,95,84)
#8D6D63
(141,109,99)
#987B72
(152,123,114)
#A38981
(163,137,129)
#AE9790
(174,151,144)
#B9A59F
(185,165,159)
#C4B3AE
(196,179,174)
#CFC1BD
(207,193,189)
#DACFCC
(218,207,204)
#E5DDDB
(229,221,219)
#F0EBEA
(240,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #825F54 color. Also use rgb(130,95,84) instead hex code.

Text Font Color

.myTextColor { color: #825F54; }

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

This text font color is #825F54.


Background Color

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

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

This div background color is #825F54.


Border color

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

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

This div border color is #825F54.


Opacity

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

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

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

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

This text has shadow with #825F54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825F54 on black background.


Color preview on white background

This text has color #825F54 on white background.



Black color preview on #825F54 background

This text has black color on #825F54 background.


White color preview on #825F54 background

This text has white color on #825F54 background.