COLOR #82373D

HEX: #82373D RGB: (130,55,61)

Color info

#82373D contains mainly red color. Web safe color of #82373D is #993333 (or #933).

RGB color model

#82373D color RGB value is (130,55,61).

RGB: (130,55,61) (51%, 22%, 24%)

RGB channels and saturation

R 130 of 255 = 51%
G 55 of 255 = 22%
B 61 of 255 = 24%

130
55
61

R + G + B ~ 32%. #82373D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 130 + 55 + 61 = 246 (100%)
R 130 of 246 ~ 52.85%
G 55 of 246 ~ 22.36%
B 61 of 246 ~ 24.8'%

%52.85
%22.36
%24.8

CMYK color model

#82373D color CMYK value is (0,58,53,49).

  • cyan value is 0.00%
  • magenta value is 57.69%
  • yellow value is 53.08%
  • key color value is 49.02%

CMYK: (0,58,53,49)
C0M58Y53K49 (0%, 58%, 53%, 49%)
(0.00 / 0.58 / 0.53 / 0.49)

CMYK percentages

%0
%57.69
%53.08
%49.02

Codes

Color #82373D in popluar color models

82 37 3D
RGB 130 55 61
HSL 355° 40.54% 36.27%
HSB/HSV 355° 57.69% 50.98%
CMYK 0.00% 57.69% 53.08%
49.02%

Color #82373D in popluar number systems.

HEX 82 37 3D
Decimal 130 55 61
Binary 10000010 110111 111101
Octal 202 67 75

Shades and tints

Shades of #82373D

#82373D
(130,55,61)
#773238
(119,50,56)
#6C2D33
(108,45,51)
#61282E
(97,40,46)
#562329
(86,35,41)
#4B1E24
(75,30,36)
#40191F
(64,25,31)
#35141A
(53,20,26)
#2A0F15
(42,15,21)
#1F0A10
(31,10,16)
#14050B
(20,5,11)
#000000
(0,0,0)

Tints of #82373D

#82373D
(130,55,61)
#8D494E
(141,73,78)
#985B5F
(152,91,95)
#A36D70
(163,109,112)
#AE7F81
(174,127,129)
#B99192
(185,145,146)
#C4A3A3
(196,163,163)
#CFB5B4
(207,181,180)
#DAC7C5
(218,199,197)
#E5D9D6
(229,217,214)
#F0EBE7
(240,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82373D color. Also use rgb(130,55,61) instead hex code.

Text Font Color

.myTextColor { color: #82373D; }

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

This text font color is #82373D.

Background Color

.myBgColor { background-color: #82373D; }

<div style="background-color:#82373D">Inner text</div>

This div background color is #82373D.

Border color

.myBorderColor { border: 1px solid #82373D; }

<div style="border:3px solid #82373D">Div</div>

This div border color is #82373D.

Opacity

.myOpacity80 { color: #82373D; opacity: 0.8; }

<p style="color:#82373D;opacity:0.8;">80%</p>

Text with #82373D 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 #82373D;}

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

This text has shadow with #82373D color.


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

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

This text has shadow with #82373D primary color and red secondary color.


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

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

This text has shadow with #82373D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #82373D.

Preview

Color preview on black background

This text has color #82373D on black background.


Color preview on white background

This text has color #82373D on white background.


Black color preview on #82373D background

This text has black color on #82373D background.


White color preview on #82373D background

This text has white color on #82373D background.


Related colors

Complementary color

Complementary color for #hex is #7DC8C2.


I love getcolorcode.com

Triadic colors

1 #3D8237 and #373D82 with #82373D are triadic colors.

2 #3D3782 and #37823D with #82373D are triadic colors.