COLOR #825954

HEX: #825954
RGB: (130,89,84)

Color info

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

RGB color model

#825954 color RGB value is (130,89,84).

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

RGB channels and saturation

R 130 of 255 = 51%
G 89 of 255 = 35%
B 84 of 255 = 33%

130
89
84

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

Portions of RGB colors in percentages

R + G + B =
130 + 89 + 84 = 303 (100%)
R 130 of 303 ~ 42.9%
G 89 of 303 ~ 29.37%
B 84 of 303 ~ 27.72%

%42.9
%29.37
%27.72

CMYK color model

#825954 color CMYK value is (0,32,35,49).

  • cyan value is 0.00%
  • magenta value is 31.54%
  • yellow value is 35.38%
  • key color value is 49.02%
CMYK:
(0,32,35,49)
C0M32Y35K49 
(0%,32%,35%,49%)
(0.00/0.32/0.35/0.49)	

CMYK percentages

%0
%31.54
%35.38
%49.02

Codes

Color #825954 in popluar color models

825954
RGB1308984
HSL21.50%41.96%
HSB/HSV35.38%50.98%
CMYK0.00%31.54%35.38%
49.02%

Color #825954 in popluar number systems.

HEX825954
Decimal1308984
Binary1000001010110011010100
Octal202131124

Shades and tints

Shades of #825954

#825954
(130,89,84)
#77514D
(119,81,77)
#6C4946
(108,73,70)
#61413F
(97,65,63)
#563938
(86,57,56)
#4B3131
(75,49,49)
#40292A
(64,41,42)
#352123
(53,33,35)
#2A191C
(42,25,28)
#1F1115
(31,17,21)
#14090E
(20,9,14)
#000000
(0,0,0)

Tints of #825954

#825954
(130,89,84)
#8D6863
(141,104,99)
#987772
(152,119,114)
#A38681
(163,134,129)
#AE9590
(174,149,144)
#B9A49F
(185,164,159)
#C4B3AE
(196,179,174)
#CFC2BD
(207,194,189)
#DAD1CC
(218,209,204)
#E5E0DB
(229,224,219)
#F0EFEA
(240,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #825954; }

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

This text font color is #825954.


Background Color

.myBgColor { background-color: #825954; }

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

This div background color is #825954.


Border color

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

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

This div border color is #825954.


Opacity

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

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

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

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

This text has shadow with #825954 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825954 on black background.


Color preview on white background

This text has color #825954 on white background.



Black color preview on #825954 background

This text has black color on #825954 background.


White color preview on #825954 background

This text has white color on #825954 background.