COLOR #82675F

HEX: #82675F RGB: (130,103,95)

Color info

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

RGB color model

#82675F color RGB value is (130,103,95).

RGB: (130,103,95) (51%, 40%, 37%)

RGB channels and saturation

R 130 of 255 = 51%
G 103 of 255 = 40%
B 95 of 255 = 37%

130
103
95

R + G + B ~ 43%. #82675F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 130 + 103 + 95 = 328 (100%)
R 130 of 328 ~ 39.63%
G 103 of 328 ~ 31.4%
B 95 of 328 ~ 28.96'%

%39.63
%31.4
%28.96

CMYK color model

#82675F color CMYK value is (0,21,27,49).

  • cyan value is 0.00%
  • magenta value is 20.77%
  • yellow value is 26.92%
  • key color value is 49.02%

CMYK: (0,21,27,49)
C0M21Y27K49 (0%, 21%, 27%, 49%)
(0.00 / 0.21 / 0.27 / 0.49)

CMYK percentages

%0
%20.77
%26.92
%49.02

Codes

Color #82675F in popluar color models

82 67 5F
RGB 130 103 95
HSL 14° 15.56% 44.12%
HSB/HSV 14° 26.92% 50.98%
CMYK 0.00% 20.77% 26.92%
49.02%

Color #82675F in popluar number systems.

HEX 82 67 5F
Decimal 130 103 95
Binary 10000010 1100111 1011111
Octal 202 147 137

Shades and tints

Shades of #82675F

#82675F
(130,103,95)
#775E57
(119,94,87)
#6C554F
(108,85,79)
#614C47
(97,76,71)
#56433F
(86,67,63)
#4B3A37
(75,58,55)
#40312F
(64,49,47)
#352827
(53,40,39)
#2A1F1F
(42,31,31)
#1F1617
(31,22,23)
#140D0F
(20,13,15)
#000000
(0,0,0)

Tints of #82675F

#82675F
(130,103,95)
#8D746D
(141,116,109)
#98817B
(152,129,123)
#A38E89
(163,142,137)
#AE9B97
(174,155,151)
#B9A8A5
(185,168,165)
#C4B5B3
(196,181,179)
#CFC2C1
(207,194,193)
#DACFCF
(218,207,207)
#E5DCDD
(229,220,221)
#F0E9EB
(240,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82675F color. Also use rgb(130,103,95) instead hex code.

Text Font Color

.myTextColor { color: #82675F; }

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

This text font color is #82675F.

Background Color

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

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

This div background color is #82675F.

Border color

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

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

This div border color is #82675F.

Opacity

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

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

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

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

This text has shadow with #82675F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82675F.

Preview

Color preview on black background

This text has color #82675F on black background.


Color preview on white background

This text has color #82675F on white background.


Black color preview on #82675F background

This text has black color on #82675F background.


White color preview on #82675F background

This text has white color on #82675F background.


Related colors

Complementary color

Complementary color for #hex is #7D98A0.


I love getcolorcode.com

Triadic colors

1 #5F8267 and #675F82 with #82675F are triadic colors.

2 #5F6782 and #67825F with #82675F are triadic colors.