COLOR #824B4A

HEX: #824B4A
RGB: (130,75,74)

Color info

#824B4A contains red, green and blue colors in about the same proportion. Web safe color of #824B4A is #993333 (or #933).

RGB color model

#824B4A color RGB value is (130,75,74).

  • red value is 130;
  • green value is 75;
  • blue value is 74.
RGB:
(130,75,74)
(51%,29%,29%)

RGB channels and saturation

R 130 of 255 = 51%
G 75 of 255 = 29%
B 74 of 255 = 29%

130
75
74

R + G + B ~ 36%. #824B4A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 75 + 74 = 279 (100%)
R 130 of 279 ~ 46.59%
G 75 of 279 ~ 26.88%
B 74 of 279 ~ 26.52%

%46.59
%26.88
%26.52

CMYK color model

#824B4A color CMYK value is (0,42,43,49).

  • cyan value is 0.00%
  • magenta value is 42.31%
  • yellow value is 43.08%
  • key color value is 49.02%
CMYK:
(0,42,43,49)
C0M42Y43K49 
(0%,42%,43%,49%)
(0.00/0.42/0.43/0.49)	

CMYK percentages

%0
%42.31
%43.08
%49.02

Codes

Color #824B4A in popluar color models

824B4A
RGB1307574
HSL27.45%40.00%
HSB/HSV43.08%50.98%
CMYK0.00%42.31%43.08%
49.02%

Color #824B4A in popluar number systems.

HEX824B4A
Decimal1307574
Binary1000001010010111001010
Octal202113112

Shades and tints

Shades of #824B4A

#824B4A
(130,75,74)
#774544
(119,69,68)
#6C3F3E
(108,63,62)
#613938
(97,57,56)
#563332
(86,51,50)
#4B2D2C
(75,45,44)
#402726
(64,39,38)
#352120
(53,33,32)
#2A1B1A
(42,27,26)
#1F1514
(31,21,20)
#140F0E
(20,15,14)
#000000
(0,0,0)

Tints of #824B4A

#824B4A
(130,75,74)
#8D5B5A
(141,91,90)
#986B6A
(152,107,106)
#A37B7A
(163,123,122)
#AE8B8A
(174,139,138)
#B99B9A
(185,155,154)
#C4ABAA
(196,171,170)
#CFBBBA
(207,187,186)
#DACBCA
(218,203,202)
#E5DBDA
(229,219,218)
#F0EBEA
(240,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #824B4A; }

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

This text font color is #824B4A.


Background Color

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

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

This div background color is #824B4A.


Border color

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

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

This div border color is #824B4A.


Opacity

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

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

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

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

This text has shadow with #824B4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #824B4A on black background.


Color preview on white background

This text has color #824B4A on white background.



Black color preview on #824B4A background

This text has black color on #824B4A background.


White color preview on #824B4A background

This text has white color on #824B4A background.