COLOR #82583F

HEX: #82583F
RGB: (130,88,63)

Color info

#82583F contains mainly red and green colors. Web safe color of #82583F is #996633 (or #963).

RGB color model

#82583F color RGB value is (130,88,63).

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

RGB channels and saturation

R 130 of 255 = 51%
G 88 of 255 = 35%
B 63 of 255 = 25%

130
88
63

R + G + B ~ 37%. #82583F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 88 + 63 = 281 (100%)
R 130 of 281 ~ 46.26%
G 88 of 281 ~ 31.32%
B 63 of 281 ~ 22.42%

%46.26
%31.32
%22.42

CMYK color model

#82583F color CMYK value is (0,32,52,49).

  • cyan value is 0.00%
  • magenta value is 32.31%
  • yellow value is 51.54%
  • key color value is 49.02%
CMYK:
(0,32,52,49)
C0M32Y52K49 
(0%,32%,52%,49%)
(0.00/0.32/0.52/0.49)	

CMYK percentages

%0
%32.31
%51.54
%49.02

Codes

Color #82583F in popluar color models

82583F
RGB1308863
HSL22°34.72%37.84%
HSB/HSV22°51.54%50.98%
CMYK0.00%32.31%51.54%
49.02%

Color #82583F in popluar number systems.

HEX82583F
Decimal1308863
Binary100000101011000111111
Octal20213077

Shades and tints

Shades of #82583F

#82583F
(130,88,63)
#77503A
(119,80,58)
#6C4835
(108,72,53)
#614030
(97,64,48)
#56382B
(86,56,43)
#4B3026
(75,48,38)
#402821
(64,40,33)
#35201C
(53,32,28)
#2A1817
(42,24,23)
#1F1012
(31,16,18)
#14080D
(20,8,13)
#000000
(0,0,0)

Tints of #82583F

#82583F
(130,88,63)
#8D6750
(141,103,80)
#987661
(152,118,97)
#A38572
(163,133,114)
#AE9483
(174,148,131)
#B9A394
(185,163,148)
#C4B2A5
(196,178,165)
#CFC1B6
(207,193,182)
#DAD0C7
(218,208,199)
#E5DFD8
(229,223,216)
#F0EEE9
(240,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82583F color. Also use rgb(130,88,63) instead hex code.

Text Font Color

.myTextColor { color: #82583F; }

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

This text font color is #82583F.


Background Color

.myBgColor { background-color: #82583F; }

<div style="background-color:#82583F">Inner text</div>

This div background color is #82583F.


Border color

.myBorderColor { border: 1px solid #82583F; }

<div style="border:3px solid #82583F">Div</div>

This div border color is #82583F.


Opacity

.myOpacity80 { color: #82583F; opacity: 0.8; }

<p style="color:#82583F;opacity:0.8;">80%</p>

Text with #82583F 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 #82583F;}

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

This text has shadow with #82583F color.

.textShadow {text-shadow: 3px 3px 1px #82583F, 3px 3px 1px red;}

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

This text has shadow with #82583F primary color and red secondary color.


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

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

This text has shadow with #82583F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82583F on black background.


Color preview on white background

This text has color #82583F on white background.



Black color preview on #82583F background

This text has black color on #82583F background.


White color preview on #82583F background

This text has white color on #82583F background.