COLOR #822F33

HEX: #822F33
RGB: (130,47,51)

Color info

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

RGB color model

#822F33 color RGB value is (130,47,51).

  • red value is 130;
  • green value is 47;
  • blue value is 51.
RGB:
(130,47,51)
(51%,18%,20%)

RGB channels and saturation

R 130 of 255 = 51%
G 47 of 255 = 18%
B 51 of 255 = 20%

130
47
51

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

Portions of RGB colors in percentages

R + G + B =
130 + 47 + 51 = 228 (100%)
R 130 of 228 ~ 57.02%
G 47 of 228 ~ 20.61%
B 51 of 228 ~ 22.37%

%57.02
%20.61
%22.37

CMYK color model

#822F33 color CMYK value is (0,64,61,49).

  • cyan value is 0.00%
  • magenta value is 63.85%
  • yellow value is 60.77%
  • key color value is 49.02%
CMYK:
(0,64,61,49)
C0M64Y61K49 
(0%,64%,61%,49%)
(0.00/0.64/0.61/0.49)	

CMYK percentages

%0
%63.85
%60.77
%49.02

Codes

Color #822F33 in popluar color models

822F33
RGB1304751
HSL357°46.89%34.71%
HSB/HSV357°63.85%50.98%
CMYK0.00%63.85%60.77%
49.02%

Color #822F33 in popluar number systems.

HEX822F33
Decimal1304751
Binary10000010101111110011
Octal2025763

Shades and tints

Shades of #822F33

#822F33
(130,47,51)
#772B2F
(119,43,47)
#6C272B
(108,39,43)
#612327
(97,35,39)
#561F23
(86,31,35)
#4B1B1F
(75,27,31)
#40171B
(64,23,27)
#351317
(53,19,23)
#2A0F13
(42,15,19)
#1F0B0F
(31,11,15)
#14070B
(20,7,11)
#000000
(0,0,0)

Tints of #822F33

#822F33
(130,47,51)
#8D4145
(141,65,69)
#985357
(152,83,87)
#A36569
(163,101,105)
#AE777B
(174,119,123)
#B9898D
(185,137,141)
#C49B9F
(196,155,159)
#CFADB1
(207,173,177)
#DABFC3
(218,191,195)
#E5D1D5
(229,209,213)
#F0E3E7
(240,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #822F33 color. Also use rgb(130,47,51) instead hex code.

Text Font Color

.myTextColor { color: #822F33; }

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

This text font color is #822F33.


Background Color

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

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

This div background color is #822F33.


Border color

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

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

This div border color is #822F33.


Opacity

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

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

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

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

This text has shadow with #822F33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #822F33 on black background.


Color preview on white background

This text has color #822F33 on white background.



Black color preview on #822F33 background

This text has black color on #822F33 background.


White color preview on #822F33 background

This text has white color on #822F33 background.