COLOR #82634B

HEX: #82634B RGB: (130,99,75)

Color info

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

RGB color model

#82634B color RGB value is (130,99,75).

RGB: (130,99,75) (51%, 39%, 29%)

RGB channels and saturation

R 130 of 255 = 51%
G 99 of 255 = 39%
B 75 of 255 = 29%

130
99
75

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

Portions of RGB colors in percentages

R + G + B = 130 + 99 + 75 = 304 (100%)
R 130 of 304 ~ 42.76%
G 99 of 304 ~ 32.57%
B 75 of 304 ~ 24.67'%

%42.76
%32.57
%24.67

CMYK color model

#82634B color CMYK value is (0,24,42,49).

  • cyan value is 0.00%
  • magenta value is 23.85%
  • yellow value is 42.31%
  • key color value is 49.02%

CMYK: (0,24,42,49)
C0M24Y42K49 (0%, 24%, 42%, 49%)
(0.00 / 0.24 / 0.42 / 0.49)

CMYK percentages

%0
%23.85
%42.31
%49.02

Codes

Color #82634B in popluar color models

82 63 4B
RGB 130 99 75
HSL 26° 26.83% 40.20%
HSB/HSV 26° 42.31% 50.98%
CMYK 0.00% 23.85% 42.31%
49.02%

Color #82634B in popluar number systems.

HEX 82 63 4B
Decimal 130 99 75
Binary 10000010 1100011 1001011
Octal 202 143 113

Shades and tints

Shades of #82634B

#82634B
(130,99,75)
#775A45
(119,90,69)
#6C513F
(108,81,63)
#614839
(97,72,57)
#563F33
(86,63,51)
#4B362D
(75,54,45)
#402D27
(64,45,39)
#352421
(53,36,33)
#2A1B1B
(42,27,27)
#1F1215
(31,18,21)
#14090F
(20,9,15)
#000000
(0,0,0)

Tints of #82634B

#82634B
(130,99,75)
#8D715B
(141,113,91)
#987F6B
(152,127,107)
#A38D7B
(163,141,123)
#AE9B8B
(174,155,139)
#B9A99B
(185,169,155)
#C4B7AB
(196,183,171)
#CFC5BB
(207,197,187)
#DAD3CB
(218,211,203)
#E5E1DB
(229,225,219)
#F0EFEB
(240,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82634B; }

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

This text font color is #82634B.

Background Color

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

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

This div background color is #82634B.

Border color

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

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

This div border color is #82634B.

Opacity

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

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

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

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

This text has shadow with #82634B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82634B.

Preview

Color preview on black background

This text has color #82634B on black background.


Color preview on white background

This text has color #82634B on white background.


Black color preview on #82634B background

This text has black color on #82634B background.


White color preview on #82634B background

This text has white color on #82634B background.


Related colors

Complementary color

Complementary color for #hex is #7D9CB4.


I love getcolorcode.com

Triadic colors

1 #4B8263 and #634B82 with #82634B are triadic colors.

2 #4B6382 and #63824B with #82634B are triadic colors.