COLOR #825B35

HEX: #825B35
RGB: (130,91,53)

Color info

#825B35 contains mainly red and green colors. Web safe color of #825B35 is #996633 (or #963).

RGB color model

#825B35 color RGB value is (130,91,53).

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

RGB channels and saturation

R 130 of 255 = 51%
G 91 of 255 = 36%
B 53 of 255 = 21%

130
91
53

R + G + B ~ 36%. #825B35 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 91 + 53 = 274 (100%)
R 130 of 274 ~ 47.45%
G 91 of 274 ~ 33.21%
B 53 of 274 ~ 19.34%

%47.45
%33.21
%19.34

CMYK color model

#825B35 color CMYK value is (0,30,59,49).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 59.23%
  • key color value is 49.02%
CMYK:
(0,30,59,49)
C0M30Y59K49 
(0%,30%,59%,49%)
(0.00/0.30/0.59/0.49)	

CMYK percentages

%0
%30
%59.23
%49.02

Codes

Color #825B35 in popluar color models

825B35
RGB1309153
HSL30°42.08%35.88%
HSB/HSV30°59.23%50.98%
CMYK0.00%30.00%59.23%
49.02%

Color #825B35 in popluar number systems.

HEX825B35
Decimal1309153
Binary100000101011011110101
Octal20213365

Shades and tints

Shades of #825B35

#825B35
(130,91,53)
#775331
(119,83,49)
#6C4B2D
(108,75,45)
#614329
(97,67,41)
#563B25
(86,59,37)
#4B3321
(75,51,33)
#402B1D
(64,43,29)
#352319
(53,35,25)
#2A1B15
(42,27,21)
#1F1311
(31,19,17)
#140B0D
(20,11,13)
#000000
(0,0,0)

Tints of #825B35

#825B35
(130,91,53)
#8D6947
(141,105,71)
#987759
(152,119,89)
#A3856B
(163,133,107)
#AE937D
(174,147,125)
#B9A18F
(185,161,143)
#C4AFA1
(196,175,161)
#CFBDB3
(207,189,179)
#DACBC5
(218,203,197)
#E5D9D7
(229,217,215)
#F0E7E9
(240,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #825B35; }

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

This text font color is #825B35.


Background Color

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

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

This div background color is #825B35.


Border color

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

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

This div border color is #825B35.


Opacity

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

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

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

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

This text has shadow with #825B35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825B35 on black background.


Color preview on white background

This text has color #825B35 on white background.



Black color preview on #825B35 background

This text has black color on #825B35 background.


White color preview on #825B35 background

This text has white color on #825B35 background.