COLOR #824530

HEX: #824530
RGB: (130,69,48)

Color info

#824530 contains mainly red color. Web safe color of #824530 is #993333 (or #933).

RGB color model

#824530 color RGB value is (130,69,48).

  • red value is 130;
  • green value is 69;
  • blue value is 48.
RGB:
(130,69,48)
(51%,27%,19%)

RGB channels and saturation

R 130 of 255 = 51%
G 69 of 255 = 27%
B 48 of 255 = 19%

130
69
48

R + G + B ~ 32%. #824530 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 69 + 48 = 247 (100%)
R 130 of 247 ~ 52.63%
G 69 of 247 ~ 27.94%
B 48 of 247 ~ 19.43%

%52.63
%27.94
%19.43

CMYK color model

#824530 color CMYK value is (0,47,63,49).

  • cyan value is 0.00%
  • magenta value is 46.92%
  • yellow value is 63.08%
  • key color value is 49.02%
CMYK:
(0,47,63,49)
C0M47Y63K49 
(0%,47%,63%,49%)
(0.00/0.47/0.63/0.49)	

CMYK percentages

%0
%46.92
%63.08
%49.02

Codes

Color #824530 in popluar color models

824530
RGB1306948
HSL15°46.07%34.90%
HSB/HSV15°63.08%50.98%
CMYK0.00%46.92%63.08%
49.02%

Color #824530 in popluar number systems.

HEX824530
Decimal1306948
Binary100000101000101110000
Octal20210560

Shades and tints

Shades of #824530

#824530
(130,69,48)
#773F2C
(119,63,44)
#6C3928
(108,57,40)
#613324
(97,51,36)
#562D20
(86,45,32)
#4B271C
(75,39,28)
#402118
(64,33,24)
#351B14
(53,27,20)
#2A1510
(42,21,16)
#1F0F0C
(31,15,12)
#140908
(20,9,8)
#000000
(0,0,0)

Tints of #824530

#824530
(130,69,48)
#8D5542
(141,85,66)
#986554
(152,101,84)
#A37566
(163,117,102)
#AE8578
(174,133,120)
#B9958A
(185,149,138)
#C4A59C
(196,165,156)
#CFB5AE
(207,181,174)
#DAC5C0
(218,197,192)
#E5D5D2
(229,213,210)
#F0E5E4
(240,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #824530; }

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

This text font color is #824530.


Background Color

.myBgColor { background-color: #824530; }

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

This div background color is #824530.


Border color

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

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

This div border color is #824530.


Opacity

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

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

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

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

This text has shadow with #824530 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #824530 on black background.


Color preview on white background

This text has color #824530 on white background.



Black color preview on #824530 background

This text has black color on #824530 background.


White color preview on #824530 background

This text has white color on #824530 background.