COLOR #82624B

HEX: #82624B
RGB: (130,98,75)

Color info

#82624B contains red, green and blue colors in about the same proportion. Web safe color of #82624B is #996633 (or #963).

RGB color model

#82624B color RGB value is (130,98,75).

  • red value is 130;
  • green value is 98;
  • blue value is 75.
RGB:
(130,98,75)
(51%,38%,29%)

RGB channels and saturation

R 130 of 255 = 51%
G 98 of 255 = 38%
B 75 of 255 = 29%

130
98
75

R + G + B ~ 39%. #82624B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 98 + 75 = 303 (100%)
R 130 of 303 ~ 42.9%
G 98 of 303 ~ 32.34%
B 75 of 303 ~ 24.75%

%42.9
%32.34
%24.75

CMYK color model

#82624B color CMYK value is (0,25,42,49).

  • cyan value is 0.00%
  • magenta value is 24.62%
  • yellow value is 42.31%
  • key color value is 49.02%
CMYK:
(0,25,42,49)
C0M25Y42K49 
(0%,25%,42%,49%)
(0.00/0.25/0.42/0.49)	

CMYK percentages

%0
%24.62
%42.31
%49.02

Codes

Color #82624B in popluar color models

82624B
RGB1309875
HSL25°26.83%40.20%
HSB/HSV25°42.31%50.98%
CMYK0.00%24.62%42.31%
49.02%

Color #82624B in popluar number systems.

HEX82624B
Decimal1309875
Binary1000001011000101001011
Octal202142113

Shades and tints

Shades of #82624B

#82624B
(130,98,75)
#775A45
(119,90,69)
#6C523F
(108,82,63)
#614A39
(97,74,57)
#564233
(86,66,51)
#4B3A2D
(75,58,45)
#403227
(64,50,39)
#352A21
(53,42,33)
#2A221B
(42,34,27)
#1F1A15
(31,26,21)
#14120F
(20,18,15)
#000000
(0,0,0)

Tints of #82624B

#82624B
(130,98,75)
#8D705B
(141,112,91)
#987E6B
(152,126,107)
#A38C7B
(163,140,123)
#AE9A8B
(174,154,139)
#B9A89B
(185,168,155)
#C4B6AB
(196,182,171)
#CFC4BB
(207,196,187)
#DAD2CB
(218,210,203)
#E5E0DB
(229,224,219)
#F0EEEB
(240,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82624B color. Also use rgb(130,98,75) instead hex code.

Text Font Color

.myTextColor { color: #82624B; }

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

This text font color is #82624B.


Background Color

.myBgColor { background-color: #82624B; }

<div style="background-color:#82624B">Inner text</div>

This div background color is #82624B.


Border color

.myBorderColor { border: 1px solid #82624B; }

<div style="border:3px solid #82624B">Div</div>

This div border color is #82624B.


Opacity

.myOpacity80 { color: #82624B; opacity: 0.8; }

<p style="color:#82624B;opacity:0.8;">80%</p>

Text with #82624B 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 #82624B;}

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

This text has shadow with #82624B color.

.textShadow {text-shadow: 3px 3px 1px #82624B, 3px 3px 1px red;}

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

This text has shadow with #82624B primary color and red secondary color.


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

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

This text has shadow with #82624B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82624B on black background.


Color preview on white background

This text has color #82624B on white background.



Black color preview on #82624B background

This text has black color on #82624B background.


White color preview on #82624B background

This text has white color on #82624B background.