COLOR #822E5A

HEX: #822E5A RGB: (130,46,90)

Color info

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

RGB color model

#822E5A color RGB value is (130,46,90).

RGB: (130,46,90) (51%, 18%, 35%)

RGB channels and saturation

R 130 of 255 = 51%
G 46 of 255 = 18%
B 90 of 255 = 35%

130
46
90

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

Portions of RGB colors in percentages

R + G + B = 130 + 46 + 90 = 266 (100%)
R 130 of 266 ~ 48.87%
G 46 of 266 ~ 17.29%
B 90 of 266 ~ 33.83'%

%48.87
%17.29
%33.83

CMYK color model

#822E5A color CMYK value is (0,65,31,49).

  • cyan value is 0.00%
  • magenta value is 64.62%
  • yellow value is 30.77%
  • key color value is 49.02%
CMYK: (0,65,31,49) C0M65Y31K49 (0%,65%,31%,49%) (0.00/0.65/0.31/0.49) 

CMYK percentages

%0
%64.62
%30.77
%49.02

Codes

Color #822E5A in popluar color models

82 2E 5A
RGB 130 46 90
HSL 329° 47.73% 34.51%
HSB/HSV 329° 64.62% 50.98%
CMYK 0.00% 64.62% 30.77%
49.02%

Color #822E5A in popluar number systems.

HEX 82 2E 5A
Decimal 130 46 90
Binary 10000010 101110 1011010
Octal 202 56 132

Shades and tints

Shades of #822E5A

#822E5A
(130,46,90)
#772A52
(119,42,82)
#6C264A
(108,38,74)
#612242
(97,34,66)
#561E3A
(86,30,58)
#4B1A32
(75,26,50)
#40162A
(64,22,42)
#351222
(53,18,34)
#2A0E1A
(42,14,26)
#1F0A12
(31,10,18)
#14060A
(20,6,10)
#000000
(0,0,0)

Tints of #822E5A

#822E5A
(130,46,90)
#8D4169
(141,65,105)
#985478
(152,84,120)
#A36787
(163,103,135)
#AE7A96
(174,122,150)
#B98DA5
(185,141,165)
#C4A0B4
(196,160,180)
#CFB3C3
(207,179,195)
#DAC6D2
(218,198,210)
#E5D9E1
(229,217,225)
#F0ECF0
(240,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #822E5A; }

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

This text font color is #822E5A.

Background Color

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

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

This div background color is #822E5A.

Border color

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

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

This div border color is #822E5A.

Opacity

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

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

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

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

This text has shadow with #822E5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #822E5A.

Preview

Color preview on black background

This text has color #822E5A on black background.


Color preview on white background

This text has color #822E5A on white background.


Black color preview on #822E5A background

This text has black color on #822E5A background.


White color preview on #822E5A background

This text has white color on #822E5A background.


Related colors

Complementary color

Complementary color for #hex is #7DD1A5.


I love getcolorcode.com

Triadic colors

1 #5A822E and #2E5A82 with #822E5A are triadic colors.

2 #5A2E82 and #2E825A with #822E5A are triadic colors.