COLOR #82955E

HEX: #82955E RGB: (130,149,94)

Color info

#82955E contains red, green and blue colors in about the same proportion. Web safe color of #82955E is #999966 (or #996).

RGB color model

#82955E color RGB value is (130,149,94).

RGB: (130,149,94) (51%, 58%, 37%)

RGB channels and saturation

R 130 of 255 = 51%
G 149 of 255 = 58%
B 94 of 255 = 37%

130
149
94

R + G + B ~ 49%. #82955E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 130 + 149 + 94 = 373 (100%)
R 130 of 373 ~ 34.85%
G 149 of 373 ~ 39.95%
B 94 of 373 ~ 25.2'%

%34.85
%39.95
%25.2

CMYK color model

#82955E color CMYK value is (13,0,37,42).

  • cyan value is 12.75%
  • magenta value is 0.00%
  • yellow value is 36.91%
  • key color value is 41.57%
CMYK: (13,0,37,42) C13M0Y37K42 (13%,0%,37%,42%) (0.13/0.00/0.37/0.42) 

CMYK percentages

%12.75
%0
%36.91
%41.57

Codes

Color #82955E in popluar color models

82 95 5E
RGB 130 149 94
HSL 81° 22.63% 47.65%
HSB/HSV 81° 36.91% 58.43%
CMYK 12.75% 0.00% 36.91%
41.57%

Color #82955E in popluar number systems.

HEX 82 95 5E
Decimal 130 149 94
Binary 10000010 10010101 1011110
Octal 202 225 136

Shades and tints

Shades of #82955E

#82955E
(130,149,94)
#778856
(119,136,86)
#6C7B4E
(108,123,78)
#616E46
(97,110,70)
#56613E
(86,97,62)
#4B5436
(75,84,54)
#40472E
(64,71,46)
#353A26
(53,58,38)
#2A2D1E
(42,45,30)
#1F2016
(31,32,22)
#14130E
(20,19,14)
#000000
(0,0,0)

Tints of #82955E

#82955E
(130,149,94)
#8D9E6C
(141,158,108)
#98A77A
(152,167,122)
#A3B088
(163,176,136)
#AEB996
(174,185,150)
#B9C2A4
(185,194,164)
#C4CBB2
(196,203,178)
#CFD4C0
(207,212,192)
#DADDCE
(218,221,206)
#E5E6DC
(229,230,220)
#F0EFEA
(240,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82955E color. Also use rgb(130,149,94) instead hex code.

Text Font Color

.myTextColor { color: #82955E; }

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

This text font color is #82955E.

Background Color

.myBgColor { background-color: #82955E; }

<div style="background-color:#82955E">Inner text</div>

This div background color is #82955E.

Border color

.myBorderColor { border: 1px solid #82955E; }

<div style="border:3px solid #82955E">Div</div>

This div border color is #82955E.

Opacity

.myOpacity80 { color: #82955E; opacity: 0.8; }

<p style="color:#82955E;opacity:0.8;">80%</p>

Text with #82955E 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 #82955E;}

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

This text has shadow with #82955E color.


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

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

This text has shadow with #82955E primary color and red secondary color.


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

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

This text has shadow with #82955E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #82955E.

Preview

Color preview on black background

This text has color #82955E on black background.


Color preview on white background

This text has color #82955E on white background.


Black color preview on #82955E background

This text has black color on #82955E background.


White color preview on #82955E background

This text has white color on #82955E background.


Related colors

Complementary color

Complementary color for #hex is #7D6AA1.


I love getcolorcode.com

Triadic colors

1 #5E8295 and #955E82 with #82955E are triadic colors.

2 #5E9582 and #95825E with #82955E are triadic colors.