COLOR #822E5D

HEX: #822E5D
RGB: (130,46,93)

Color info

#822E5D contains mainly red and blue colors. Web safe color of #822E5D is #993366 (or #936).

RGB color model

#822E5D color RGB value is (130,46,93).

  • red value is 130;
  • green value is 46;
  • blue value is 93.
RGB:
(130,46,93)
(51%,18%,36%)

RGB channels and saturation

R 130 of 255 = 51%
G 46 of 255 = 18%
B 93 of 255 = 36%

130
46
93

R + G + B ~ 35%. #822E5D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 46 + 93 = 269 (100%)
R 130 of 269 ~ 48.33%
G 46 of 269 ~ 17.1%
B 93 of 269 ~ 34.57%

%48.33
%17.1
%34.57

CMYK color model

#822E5D color CMYK value is (0,65,28,49).

  • cyan value is 0.00%
  • magenta value is 64.62%
  • yellow value is 28.46%
  • key color value is 49.02%
CMYK:
(0,65,28,49)
C0M65Y28K49 
(0%,65%,28%,49%)
(0.00/0.65/0.28/0.49)	

CMYK percentages

%0
%64.62
%28.46
%49.02

Codes

Color #822E5D in popluar color models

822E5D
RGB1304693
HSL326°47.73%34.51%
HSB/HSV326°64.62%50.98%
CMYK0.00%64.62%28.46%
49.02%

Color #822E5D in popluar number systems.

HEX822E5D
Decimal1304693
Binary100000101011101011101
Octal20256135

Shades and tints

Shades of #822E5D

#822E5D
(130,46,93)
#772A55
(119,42,85)
#6C264D
(108,38,77)
#612245
(97,34,69)
#561E3D
(86,30,61)
#4B1A35
(75,26,53)
#40162D
(64,22,45)
#351225
(53,18,37)
#2A0E1D
(42,14,29)
#1F0A15
(31,10,21)
#14060D
(20,6,13)
#000000
(0,0,0)

Tints of #822E5D

#822E5D
(130,46,93)
#8D416B
(141,65,107)
#985479
(152,84,121)
#A36787
(163,103,135)
#AE7A95
(174,122,149)
#B98DA3
(185,141,163)
#C4A0B1
(196,160,177)
#CFB3BF
(207,179,191)
#DAC6CD
(218,198,205)
#E5D9DB
(229,217,219)
#F0ECE9
(240,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #822E5D color. Also use rgb(130,46,93) instead hex code.

Text Font Color

.myTextColor { color: #822E5D; }

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

This text font color is #822E5D.


Background Color

.myBgColor { background-color: #822E5D; }

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

This div background color is #822E5D.


Border color

.myBorderColor { border: 1px solid #822E5D; }

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

This div border color is #822E5D.


Opacity

.myOpacity80 { color: #822E5D; opacity: 0.8; }

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

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

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

This text has shadow with #822E5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #822E5D on black background.


Color preview on white background

This text has color #822E5D on white background.



Black color preview on #822E5D background

This text has black color on #822E5D background.


White color preview on #822E5D background

This text has white color on #822E5D background.