COLOR #824A30

HEX: #824A30 RGB: (130,74,48)

Color info

#824A30 contains mainly red and green colors. Web safe color of #824A30 is #993333 (or #933).

RGB color model

#824A30 color RGB value is (130,74,48).

RGB: (130,74,48) (51%, 29%, 19%)

RGB channels and saturation

R 130 of 255 = 51%
G 74 of 255 = 29%
B 48 of 255 = 19%

130
74
48

R + G + B ~ 33%. #824A30 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 130 + 74 + 48 = 252 (100%)
R 130 of 252 ~ 51.59%
G 74 of 252 ~ 29.37%
B 48 of 252 ~ 19.05'%

%51.59
%29.37
%19.05

CMYK color model

#824A30 color CMYK value is (0,43,63,49).

  • cyan value is 0.00%
  • magenta value is 43.08%
  • yellow value is 63.08%
  • key color value is 49.02%

CMYK: (0,43,63,49)
C0M43Y63K49 (0%, 43%, 63%, 49%)
(0.00 / 0.43 / 0.63 / 0.49)

CMYK percentages

%0
%43.08
%63.08
%49.02

Codes

Color #824A30 in popluar color models

82 4A 30
RGB 130 74 48
HSL 19° 46.07% 34.90%
HSB/HSV 19° 63.08% 50.98%
CMYK 0.00% 43.08% 63.08%
49.02%

Color #824A30 in popluar number systems.

HEX 82 4A 30
Decimal 130 74 48
Binary 10000010 1001010 110000
Octal 202 112 60

Shades and tints

Shades of #824A30

#824A30
(130,74,48)
#77442C
(119,68,44)
#6C3E28
(108,62,40)
#613824
(97,56,36)
#563220
(86,50,32)
#4B2C1C
(75,44,28)
#402618
(64,38,24)
#352014
(53,32,20)
#2A1A10
(42,26,16)
#1F140C
(31,20,12)
#140E08
(20,14,8)
#000000
(0,0,0)

Tints of #824A30

#824A30
(130,74,48)
#8D5A42
(141,90,66)
#986A54
(152,106,84)
#A37A66
(163,122,102)
#AE8A78
(174,138,120)
#B99A8A
(185,154,138)
#C4AA9C
(196,170,156)
#CFBAAE
(207,186,174)
#DACAC0
(218,202,192)
#E5DAD2
(229,218,210)
#F0EAE4
(240,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #824A30 color. Also use rgb(130,74,48) instead hex code.

Text Font Color

.myTextColor { color: #824A30; }

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

This text font color is #824A30.

Background Color

.myBgColor { background-color: #824A30; }

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

This div background color is #824A30.

Border color

.myBorderColor { border: 1px solid #824A30; }

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

This div border color is #824A30.

Opacity

.myOpacity80 { color: #824A30; opacity: 0.8; }

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

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

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

This text has shadow with #824A30 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #824A30.

Preview

Color preview on black background

This text has color #824A30 on black background.


Color preview on white background

This text has color #824A30 on white background.


Black color preview on #824A30 background

This text has black color on #824A30 background.


White color preview on #824A30 background

This text has white color on #824A30 background.


Related colors

Complementary color

Complementary color for #hex is #7DB5CF.


I love getcolorcode.com

Triadic colors

1 #30824A and #4A3082 with #824A30 are triadic colors.

2 #304A82 and #4A8230 with #824A30 are triadic colors.