COLOR #824B71

HEX: #824B71
RGB: (130,75,113)

Color info

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

RGB color model

#824B71 color RGB value is (130,75,113).

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

RGB channels and saturation

R 130 of 255 = 51%
G 75 of 255 = 29%
B 113 of 255 = 44%

130
75
113

R + G + B ~ 41%. #824B71 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 75 + 113 = 318 (100%)
R 130 of 318 ~ 40.88%
G 75 of 318 ~ 23.58%
B 113 of 318 ~ 35.53%

%40.88
%23.58
%35.53

CMYK color model

#824B71 color CMYK value is (0,42,13,49).

  • cyan value is 0.00%
  • magenta value is 42.31%
  • yellow value is 13.08%
  • key color value is 49.02%
CMYK:
(0,42,13,49)
C0M42Y13K49 
(0%,42%,13%,49%)
(0.00/0.42/0.13/0.49)	

CMYK percentages

%0
%42.31
%13.08
%49.02

Codes

Color #824B71 in popluar color models

824B71
RGB13075113
HSL319°26.83%40.20%
HSB/HSV319°42.31%50.98%
CMYK0.00%42.31%13.08%
49.02%

Color #824B71 in popluar number systems.

HEX824B71
Decimal13075113
Binary1000001010010111110001
Octal202113161

Shades and tints

Shades of #824B71

#824B71
(130,75,113)
#774567
(119,69,103)
#6C3F5D
(108,63,93)
#613953
(97,57,83)
#563349
(86,51,73)
#4B2D3F
(75,45,63)
#402735
(64,39,53)
#35212B
(53,33,43)
#2A1B21
(42,27,33)
#1F1517
(31,21,23)
#140F0D
(20,15,13)
#000000
(0,0,0)

Tints of #824B71

#824B71
(130,75,113)
#8D5B7D
(141,91,125)
#986B89
(152,107,137)
#A37B95
(163,123,149)
#AE8BA1
(174,139,161)
#B99BAD
(185,155,173)
#C4ABB9
(196,171,185)
#CFBBC5
(207,187,197)
#DACBD1
(218,203,209)
#E5DBDD
(229,219,221)
#F0EBE9
(240,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #824B71; }

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

This text font color is #824B71.


Background Color

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

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

This div background color is #824B71.


Border color

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

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

This div border color is #824B71.


Opacity

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

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

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

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

This text has shadow with #824B71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #824B71 on black background.


Color preview on white background

This text has color #824B71 on white background.



Black color preview on #824B71 background

This text has black color on #824B71 background.


White color preview on #824B71 background

This text has white color on #824B71 background.