COLOR #825C38

HEX: #825C38
RGB: (130,92,56)

Color info

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

RGB color model

#825C38 color RGB value is (130,92,56).

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

RGB channels and saturation

R 130 of 255 = 51%
G 92 of 255 = 36%
B 56 of 255 = 22%

130
92
56

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

Portions of RGB colors in percentages

R + G + B =
130 + 92 + 56 = 278 (100%)
R 130 of 278 ~ 46.76%
G 92 of 278 ~ 33.09%
B 56 of 278 ~ 20.14%

%46.76
%33.09
%20.14

CMYK color model

#825C38 color CMYK value is (0,29,57,49).

  • cyan value is 0.00%
  • magenta value is 29.23%
  • yellow value is 56.92%
  • key color value is 49.02%
CMYK:
(0,29,57,49)
C0M29Y57K49 
(0%,29%,57%,49%)
(0.00/0.29/0.57/0.49)	

CMYK percentages

%0
%29.23
%56.92
%49.02

Codes

Color #825C38 in popluar color models

825C38
RGB1309256
HSL29°39.78%36.47%
HSB/HSV29°56.92%50.98%
CMYK0.00%29.23%56.92%
49.02%

Color #825C38 in popluar number systems.

HEX825C38
Decimal1309256
Binary100000101011100111000
Octal20213470

Shades and tints

Shades of #825C38

#825C38
(130,92,56)
#775433
(119,84,51)
#6C4C2E
(108,76,46)
#614429
(97,68,41)
#563C24
(86,60,36)
#4B341F
(75,52,31)
#402C1A
(64,44,26)
#352415
(53,36,21)
#2A1C10
(42,28,16)
#1F140B
(31,20,11)
#140C06
(20,12,6)
#000000
(0,0,0)

Tints of #825C38

#825C38
(130,92,56)
#8D6A4A
(141,106,74)
#98785C
(152,120,92)
#A3866E
(163,134,110)
#AE9480
(174,148,128)
#B9A292
(185,162,146)
#C4B0A4
(196,176,164)
#CFBEB6
(207,190,182)
#DACCC8
(218,204,200)
#E5DADA
(229,218,218)
#F0E8EC
(240,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #825C38; }

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

This text font color is #825C38.


Background Color

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

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

This div background color is #825C38.


Border color

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

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

This div border color is #825C38.


Opacity

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

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

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

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

This text has shadow with #825C38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825C38 on black background.


Color preview on white background

This text has color #825C38 on white background.



Black color preview on #825C38 background

This text has black color on #825C38 background.


White color preview on #825C38 background

This text has white color on #825C38 background.