COLOR #822B28

HEX: #822B28
RGB: (130,43,40)

Color info

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

RGB color model

#822B28 color RGB value is (130,43,40).

  • red value is 130;
  • green value is 43;
  • blue value is 40.
RGB:
(130,43,40)
(51%,17%,16%)

RGB channels and saturation

R 130 of 255 = 51%
G 43 of 255 = 17%
B 40 of 255 = 16%

130
43
40

R + G + B ~ 28%. #822B28 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 43 + 40 = 213 (100%)
R 130 of 213 ~ 61.03%
G 43 of 213 ~ 20.19%
B 40 of 213 ~ 18.78%

%61.03
%20.19
%18.78

CMYK color model

#822B28 color CMYK value is (0,67,69,49).

  • cyan value is 0.00%
  • magenta value is 66.92%
  • yellow value is 69.23%
  • key color value is 49.02%
CMYK:
(0,67,69,49)
C0M67Y69K49 
(0%,67%,69%,49%)
(0.00/0.67/0.69/0.49)	

CMYK percentages

%0
%66.92
%69.23
%49.02

Codes

Color #822B28 in popluar color models

822B28
RGB1304340
HSL52.94%33.33%
HSB/HSV69.23%50.98%
CMYK0.00%66.92%69.23%
49.02%

Color #822B28 in popluar number systems.

HEX822B28
Decimal1304340
Binary10000010101011101000
Octal2025350

Shades and tints

Shades of #822B28

#822B28
(130,43,40)
#772825
(119,40,37)
#6C2522
(108,37,34)
#61221F
(97,34,31)
#561F1C
(86,31,28)
#4B1C19
(75,28,25)
#401916
(64,25,22)
#351613
(53,22,19)
#2A1310
(42,19,16)
#1F100D
(31,16,13)
#140D0A
(20,13,10)
#000000
(0,0,0)

Tints of #822B28

#822B28
(130,43,40)
#8D3E3B
(141,62,59)
#98514E
(152,81,78)
#A36461
(163,100,97)
#AE7774
(174,119,116)
#B98A87
(185,138,135)
#C49D9A
(196,157,154)
#CFB0AD
(207,176,173)
#DAC3C0
(218,195,192)
#E5D6D3
(229,214,211)
#F0E9E6
(240,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #822B28 color. Also use rgb(130,43,40) instead hex code.

Text Font Color

.myTextColor { color: #822B28; }

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

This text font color is #822B28.


Background Color

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

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

This div background color is #822B28.


Border color

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

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

This div border color is #822B28.


Opacity

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

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

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

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

This text has shadow with #822B28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #822B28 on black background.


Color preview on white background

This text has color #822B28 on white background.



Black color preview on #822B28 background

This text has black color on #822B28 background.


White color preview on #822B28 background

This text has white color on #822B28 background.