COLOR #82585B

HEX: #82585B
RGB: (130,88,91)

Color info

#82585B contains red, green and blue colors in about the same proportion. Web safe color of #82585B is #996666 (or #966).

RGB color model

#82585B color RGB value is (130,88,91).

  • red value is 130;
  • green value is 88;
  • blue value is 91.
RGB:
(130,88,91)
(51%,35%,36%)

RGB channels and saturation

R 130 of 255 = 51%
G 88 of 255 = 35%
B 91 of 255 = 36%

130
88
91

R + G + B ~ 41%. #82585B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 88 + 91 = 309 (100%)
R 130 of 309 ~ 42.07%
G 88 of 309 ~ 28.48%
B 91 of 309 ~ 29.45%

%42.07
%28.48
%29.45

CMYK color model

#82585B color CMYK value is (0,32,30,49).

  • cyan value is 0.00%
  • magenta value is 32.31%
  • yellow value is 30.00%
  • key color value is 49.02%
CMYK:
(0,32,30,49)
C0M32Y30K49 
(0%,32%,30%,49%)
(0.00/0.32/0.30/0.49)	

CMYK percentages

%0
%32.31
%30
%49.02

Codes

Color #82585B in popluar color models

82585B
RGB1308891
HSL356°19.27%42.75%
HSB/HSV356°32.31%50.98%
CMYK0.00%32.31%30.00%
49.02%

Color #82585B in popluar number systems.

HEX82585B
Decimal1308891
Binary1000001010110001011011
Octal202130133

Shades and tints

Shades of #82585B

#82585B
(130,88,91)
#775053
(119,80,83)
#6C484B
(108,72,75)
#614043
(97,64,67)
#56383B
(86,56,59)
#4B3033
(75,48,51)
#40282B
(64,40,43)
#352023
(53,32,35)
#2A181B
(42,24,27)
#1F1013
(31,16,19)
#14080B
(20,8,11)
#000000
(0,0,0)

Tints of #82585B

#82585B
(130,88,91)
#8D6769
(141,103,105)
#987677
(152,118,119)
#A38585
(163,133,133)
#AE9493
(174,148,147)
#B9A3A1
(185,163,161)
#C4B2AF
(196,178,175)
#CFC1BD
(207,193,189)
#DAD0CB
(218,208,203)
#E5DFD9
(229,223,217)
#F0EEE7
(240,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82585B color. Also use rgb(130,88,91) instead hex code.

Text Font Color

.myTextColor { color: #82585B; }

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

This text font color is #82585B.


Background Color

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

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

This div background color is #82585B.


Border color

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

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

This div border color is #82585B.


Opacity

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

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

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

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

This text has shadow with #82585B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82585B on black background.


Color preview on white background

This text has color #82585B on white background.



Black color preview on #82585B background

This text has black color on #82585B background.


White color preview on #82585B background

This text has white color on #82585B background.