COLOR #822D35

HEX: #822D35 RGB: (130,45,53)

Color info

#822D35 contains mainly red color. Web safe color of #822D35 is #993333 (or #933).

RGB color model

#822D35 color RGB value is (130,45,53).

RGB: (130,45,53) (51%, 18%, 21%)

RGB channels and saturation

R 130 of 255 = 51%
G 45 of 255 = 18%
B 53 of 255 = 21%

130
45
53

R + G + B ~ 30%. #822D35 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 130 + 45 + 53 = 228 (100%)
R 130 of 228 ~ 57.02%
G 45 of 228 ~ 19.74%
B 53 of 228 ~ 23.25'%

%57.02
%19.74
%23.25

CMYK color model

#822D35 color CMYK value is (0,65,59,49).

  • cyan value is 0.00%
  • magenta value is 65.38%
  • yellow value is 59.23%
  • key color value is 49.02%

CMYK: (0,65,59,49)
C0M65Y59K49 (0%, 65%, 59%, 49%)
(0.00 / 0.65 / 0.59 / 0.49)

CMYK percentages

%0
%65.38
%59.23
%49.02

Codes

Color #822D35 in popluar color models

82 2D 35
RGB 130 45 53
HSL 354° 48.57% 34.31%
HSB/HSV 354° 65.38% 50.98%
CMYK 0.00% 65.38% 59.23%
49.02%

Color #822D35 in popluar number systems.

HEX 82 2D 35
Decimal 130 45 53
Binary 10000010 101101 110101
Octal 202 55 65

Shades and tints

Shades of #822D35

#822D35
(130,45,53)
#772931
(119,41,49)
#6C252D
(108,37,45)
#612129
(97,33,41)
#561D25
(86,29,37)
#4B1921
(75,25,33)
#40151D
(64,21,29)
#351119
(53,17,25)
#2A0D15
(42,13,21)
#1F0911
(31,9,17)
#14050D
(20,5,13)
#000000
(0,0,0)

Tints of #822D35

#822D35
(130,45,53)
#8D4047
(141,64,71)
#985359
(152,83,89)
#A3666B
(163,102,107)
#AE797D
(174,121,125)
#B98C8F
(185,140,143)
#C49FA1
(196,159,161)
#CFB2B3
(207,178,179)
#DAC5C5
(218,197,197)
#E5D8D7
(229,216,215)
#F0EBE9
(240,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #822D35 color. Also use rgb(130,45,53) instead hex code.

Text Font Color

.myTextColor { color: #822D35; }

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

This text font color is #822D35.

Background Color

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

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

This div background color is #822D35.

Border color

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

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

This div border color is #822D35.

Opacity

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

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

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

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

This text has shadow with #822D35 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #822D35.

Preview

Color preview on black background

This text has color #822D35 on black background.


Color preview on white background

This text has color #822D35 on white background.


Black color preview on #822D35 background

This text has black color on #822D35 background.


White color preview on #822D35 background

This text has white color on #822D35 background.


Related colors

Complementary color

Complementary color for #hex is #7DD2CA.


I love getcolorcode.com

Triadic colors

1 #35822D and #2D3582 with #822D35 are triadic colors.

2 #352D82 and #2D8235 with #822D35 are triadic colors.