COLOR #82500B

HEX: #82500B RGB: (130,80,11)

Color info

#82500B contains mainly red and green colors. Web safe color of #82500B is #996600 (or #960).

RGB color model

#82500B color RGB value is (130,80,11).

RGB: (130,80,11) (51%, 31%, 4%)

RGB channels and saturation

R 130 of 255 = 51%
G 80 of 255 = 31%
B 11 of 255 = 4%

130
80
11

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

Portions of RGB colors in percentages

R + G + B = 130 + 80 + 11 = 221 (100%)
R 130 of 221 ~ 58.82%
G 80 of 221 ~ 36.2%
B 11 of 221 ~ 4.98'%

%58.82
%36.2

CMYK color model

#82500B color CMYK value is (0,38,92,49).

  • cyan value is 0.00%
  • magenta value is 38.46%
  • yellow value is 91.54%
  • key color value is 49.02%

CMYK: (0,38,92,49)
C0M38Y92K49 (0%, 38%, 92%, 49%)
(0.00 / 0.38 / 0.92 / 0.49)

CMYK percentages

%0
%38.46
%91.54
%49.02

Codes

Color #82500B in popluar color models

82 50 0B
RGB 130 80 11
HSL 35° 84.40% 27.65%
HSB/HSV 35° 91.54% 50.98%
CMYK 0.00% 38.46% 91.54%
49.02%

Color #82500B in popluar number systems.

HEX 82 50 0B
Decimal 130 80 11
Binary 10000010 1010000 1011
Octal 202 120 13

Shades and tints

Shades of #82500B

#82500B
(130,80,11)
#77490A
(119,73,10)
#6C4209
(108,66,9)
#613B08
(97,59,8)
#563407
(86,52,7)
#4B2D06
(75,45,6)
#402605
(64,38,5)
#351F04
(53,31,4)
#2A1803
(42,24,3)
#1F1102
(31,17,2)
#140A01
(20,10,1)
#000000
(0,0,0)

Tints of #82500B

#82500B
(130,80,11)
#8D5F21
(141,95,33)
#986E37
(152,110,55)
#A37D4D
(163,125,77)
#AE8C63
(174,140,99)
#B99B79
(185,155,121)
#C4AA8F
(196,170,143)
#CFB9A5
(207,185,165)
#DAC8BB
(218,200,187)
#E5D7D1
(229,215,209)
#F0E6E7
(240,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82500B color. Also use rgb(130,80,11) instead hex code.

Text Font Color

.myTextColor { color: #82500B; }

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

This text font color is #82500B.

Background Color

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

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

This div background color is #82500B.

Border color

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

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

This div border color is #82500B.

Opacity

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

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

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

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

This text has shadow with #82500B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82500B.

Preview

Color preview on black background

This text has color #82500B on black background.


Color preview on white background

This text has color #82500B on white background.


Black color preview on #82500B background

This text has black color on #82500B background.


White color preview on #82500B background

This text has white color on #82500B background.


Related colors

Complementary color

Complementary color for #hex is #7DAFF4.


I love getcolorcode.com

Triadic colors

1 #0B8250 and #500B82 with #82500B are triadic colors.

2 #0B5082 and #50820B with #82500B are triadic colors.