COLOR #825D21

HEX: #825D21 RGB: (130,93,33)

Color info

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

RGB color model

#825D21 color RGB value is (130,93,33).

RGB: (130,93,33) (51%, 36%, 13%)

RGB channels and saturation

R 130 of 255 = 51%
G 93 of 255 = 36%
B 33 of 255 = 13%

130
93
33

R + G + B ~ 33%. #825D21 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 130 + 93 + 33 = 256 (100%)
R 130 of 256 ~ 50.78%
G 93 of 256 ~ 36.33%
B 33 of 256 ~ 12.89'%

%50.78
%36.33
%12.89

CMYK color model

#825D21 color CMYK value is (0,28,75,49).

  • cyan value is 0.00%
  • magenta value is 28.46%
  • yellow value is 74.62%
  • key color value is 49.02%

CMYK: (0,28,75,49)
C0M28Y75K49 (0%, 28%, 75%, 49%)
(0.00 / 0.28 / 0.75 / 0.49)

CMYK percentages

%0
%28.46
%74.62
%49.02

Codes

Color #825D21 in popluar color models

82 5D 21
RGB 130 93 33
HSL 37° 59.51% 31.96%
HSB/HSV 37° 74.62% 50.98%
CMYK 0.00% 28.46% 74.62%
49.02%

Color #825D21 in popluar number systems.

HEX 82 5D 21
Decimal 130 93 33
Binary 10000010 1011101 100001
Octal 202 135 41

Shades and tints

Shades of #825D21

#825D21
(130,93,33)
#77551E
(119,85,30)
#6C4D1B
(108,77,27)
#614518
(97,69,24)
#563D15
(86,61,21)
#4B3512
(75,53,18)
#402D0F
(64,45,15)
#35250C
(53,37,12)
#2A1D09
(42,29,9)
#1F1506
(31,21,6)
#140D03
(20,13,3)
#000000
(0,0,0)

Tints of #825D21

#825D21
(130,93,33)
#8D6B35
(141,107,53)
#987949
(152,121,73)
#A3875D
(163,135,93)
#AE9571
(174,149,113)
#B9A385
(185,163,133)
#C4B199
(196,177,153)
#CFBFAD
(207,191,173)
#DACDC1
(218,205,193)
#E5DBD5
(229,219,213)
#F0E9E9
(240,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #825D21 color. Also use rgb(130,93,33) instead hex code.

Text Font Color

.myTextColor { color: #825D21; }

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

This text font color is #825D21.

Background Color

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

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

This div background color is #825D21.

Border color

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

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

This div border color is #825D21.

Opacity

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

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

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

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

This text has shadow with #825D21 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #825D21.

Preview

Color preview on black background

This text has color #825D21 on black background.


Color preview on white background

This text has color #825D21 on white background.


Black color preview on #825D21 background

This text has black color on #825D21 background.


White color preview on #825D21 background

This text has white color on #825D21 background.


Related colors

Complementary color

Complementary color for #hex is #7DA2DE.


I love getcolorcode.com

Triadic colors

1 #21825D and #5D2182 with #825D21 are triadic colors.

2 #215D82 and #5D8221 with #825D21 are triadic colors.