COLOR #824B5A

HEX: #824B5A
RGB: (130,75,90)

Color info

#824B5A contains red, green and blue colors in about the same proportion. Web safe color of #824B5A is #993366 (or #936).

RGB color model

#824B5A color RGB value is (130,75,90).

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

RGB channels and saturation

R 130 of 255 = 51%
G 75 of 255 = 29%
B 90 of 255 = 35%

130
75
90

R + G + B ~ 38%. #824B5A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 75 + 90 = 295 (100%)
R 130 of 295 ~ 44.07%
G 75 of 295 ~ 25.42%
B 90 of 295 ~ 30.51%

%44.07
%25.42
%30.51

CMYK color model

#824B5A color CMYK value is (0,42,31,49).

  • cyan value is 0.00%
  • magenta value is 42.31%
  • yellow value is 30.77%
  • key color value is 49.02%
CMYK:
(0,42,31,49)
C0M42Y31K49 
(0%,42%,31%,49%)
(0.00/0.42/0.31/0.49)	

CMYK percentages

%0
%42.31
%30.77
%49.02

Codes

Color #824B5A in popluar color models

824B5A
RGB1307590
HSL344°26.83%40.20%
HSB/HSV344°42.31%50.98%
CMYK0.00%42.31%30.77%
49.02%

Color #824B5A in popluar number systems.

HEX824B5A
Decimal1307590
Binary1000001010010111011010
Octal202113132

Shades and tints

Shades of #824B5A

#824B5A
(130,75,90)
#774552
(119,69,82)
#6C3F4A
(108,63,74)
#613942
(97,57,66)
#56333A
(86,51,58)
#4B2D32
(75,45,50)
#40272A
(64,39,42)
#352122
(53,33,34)
#2A1B1A
(42,27,26)
#1F1512
(31,21,18)
#140F0A
(20,15,10)
#000000
(0,0,0)

Tints of #824B5A

#824B5A
(130,75,90)
#8D5B69
(141,91,105)
#986B78
(152,107,120)
#A37B87
(163,123,135)
#AE8B96
(174,139,150)
#B99BA5
(185,155,165)
#C4ABB4
(196,171,180)
#CFBBC3
(207,187,195)
#DACBD2
(218,203,210)
#E5DBE1
(229,219,225)
#F0EBF0
(240,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #824B5A; }

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

This text font color is #824B5A.


Background Color

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

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

This div background color is #824B5A.


Border color

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

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

This div border color is #824B5A.


Opacity

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

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

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

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

This text has shadow with #824B5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #824B5A on black background.


Color preview on white background

This text has color #824B5A on white background.



Black color preview on #824B5A background

This text has black color on #824B5A background.


White color preview on #824B5A background

This text has white color on #824B5A background.