COLOR #821F3C

HEX: #821F3C RGB: (130,31,60)

Color info

#821F3C contains mainly red color. Web safe color of #821F3C is #993333 (or #933).

RGB color model

#821F3C color RGB value is (130,31,60).

RGB: (130,31,60) (51%, 12%, 24%)

RGB channels and saturation

R 130 of 255 = 51%
G 31 of 255 = 12%
B 60 of 255 = 24%

130
31
60

R + G + B ~ 29%. #821F3C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 130 + 31 + 60 = 221 (100%)
R 130 of 221 ~ 58.82%
G 31 of 221 ~ 14.03%
B 60 of 221 ~ 27.15'%

%58.82
%14.03
%27.15

CMYK color model

#821F3C color CMYK value is (0,76,54,49).

  • cyan value is 0.00%
  • magenta value is 76.15%
  • yellow value is 53.85%
  • key color value is 49.02%

CMYK: (0,76,54,49)
C0M76Y54K49 (0%, 76%, 54%, 49%)
(0.00 / 0.76 / 0.54 / 0.49)

CMYK percentages

%0
%76.15
%53.85
%49.02

Codes

Color #821F3C in popluar color models

82 1F 3C
RGB 130 31 60
HSL 342° 61.49% 31.57%
HSB/HSV 342° 76.15% 50.98%
CMYK 0.00% 76.15% 53.85%
49.02%

Color #821F3C in popluar number systems.

HEX 82 1F 3C
Decimal 130 31 60
Binary 10000010 11111 111100
Octal 202 37 74

Shades and tints

Shades of #821F3C

#821F3C
(130,31,60)
#771D37
(119,29,55)
#6C1B32
(108,27,50)
#61192D
(97,25,45)
#561728
(86,23,40)
#4B1523
(75,21,35)
#40131E
(64,19,30)
#351119
(53,17,25)
#2A0F14
(42,15,20)
#1F0D0F
(31,13,15)
#140B0A
(20,11,10)
#000000
(0,0,0)

Tints of #821F3C

#821F3C
(130,31,60)
#8D334D
(141,51,77)
#98475E
(152,71,94)
#A35B6F
(163,91,111)
#AE6F80
(174,111,128)
#B98391
(185,131,145)
#C497A2
(196,151,162)
#CFABB3
(207,171,179)
#DABFC4
(218,191,196)
#E5D3D5
(229,211,213)
#F0E7E6
(240,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #821F3C color. Also use rgb(130,31,60) instead hex code.

Text Font Color

.myTextColor { color: #821F3C; }

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

This text font color is #821F3C.

Background Color

.myBgColor { background-color: #821F3C; }

<div style="background-color:#821F3C">Inner text</div>

This div background color is #821F3C.

Border color

.myBorderColor { border: 1px solid #821F3C; }

<div style="border:3px solid #821F3C">Div</div>

This div border color is #821F3C.

Opacity

.myOpacity80 { color: #821F3C; opacity: 0.8; }

<p style="color:#821F3C;opacity:0.8;">80%</p>

Text with #821F3C 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 #821F3C;}

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

This text has shadow with #821F3C color.


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

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

This text has shadow with #821F3C primary color and red secondary color.


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

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

This text has shadow with #821F3C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #821F3C.

Preview

Color preview on black background

This text has color #821F3C on black background.


Color preview on white background

This text has color #821F3C on white background.


Black color preview on #821F3C background

This text has black color on #821F3C background.


White color preview on #821F3C background

This text has white color on #821F3C background.


Related colors

Complementary color

Complementary color for #hex is #7DE0C3.


I love getcolorcode.com

Triadic colors

1 #3C821F and #1F3C82 with #821F3C are triadic colors.

2 #3C1F82 and #1F823C with #821F3C are triadic colors.