COLOR #82975A

HEX: #82975A
RGB: (130,151,90)

Color info

#82975A contains mainly red and green colors. Web safe color of #82975A is #999966 (or #996).

RGB color model

#82975A color RGB value is (130,151,90).

  • red value is 130;
  • green value is 151;
  • blue value is 90.
RGB:
(130,151,90)
(51%,59%,35%)

RGB channels and saturation

R 130 of 255 = 51%
G 151 of 255 = 59%
B 90 of 255 = 35%

130
151
90

R + G + B ~ 48%. #82975A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 151 + 90 = 371 (100%)
R 130 of 371 ~ 35.04%
G 151 of 371 ~ 40.7%
B 90 of 371 ~ 24.26%

%35.04
%40.7
%24.26

CMYK color model

#82975A color CMYK value is (14,0,40,41).

  • cyan value is 13.91%
  • magenta value is 0.00%
  • yellow value is 40.40%
  • key color value is 40.78%
CMYK:
(14,0,40,41)
C14M0Y40K41 
(14%,0%,40%,41%)
(0.14/0.00/0.40/0.41)	

CMYK percentages

%13.91
%0
%40.4
%40.78

Codes

Color #82975A in popluar color models

82975A
RGB13015190
HSL81°25.31%47.25%
HSB/HSV81°40.40%59.22%
CMYK13.91%0.00%40.40%
40.78%

Color #82975A in popluar number systems.

HEX82975A
Decimal13015190
Binary10000010100101111011010
Octal202227132

Shades and tints

Shades of #82975A

#82975A
(130,151,90)
#778A52
(119,138,82)
#6C7D4A
(108,125,74)
#617042
(97,112,66)
#56633A
(86,99,58)
#4B5632
(75,86,50)
#40492A
(64,73,42)
#353C22
(53,60,34)
#2A2F1A
(42,47,26)
#1F2212
(31,34,18)
#14150A
(20,21,10)
#000000
(0,0,0)

Tints of #82975A

#82975A
(130,151,90)
#8DA069
(141,160,105)
#98A978
(152,169,120)
#A3B287
(163,178,135)
#AEBB96
(174,187,150)
#B9C4A5
(185,196,165)
#C4CDB4
(196,205,180)
#CFD6C3
(207,214,195)
#DADFD2
(218,223,210)
#E5E8E1
(229,232,225)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82975A color. Also use rgb(130,151,90) instead hex code.

Text Font Color

.myTextColor { color: #82975A; }

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

This text font color is #82975A.


Background Color

.myBgColor { background-color: #82975A; }

<div style="background-color:#82975A">Inner text</div>

This div background color is #82975A.


Border color

.myBorderColor { border: 1px solid #82975A; }

<div style="border:3px solid #82975A">Div</div>

This div border color is #82975A.


Opacity

.myOpacity80 { color: #82975A; opacity: 0.8; }

<p style="color:#82975A;opacity:0.8;">80%</p>

Text with #82975A 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 #82975A;}

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

This text has shadow with #82975A color.

.textShadow {text-shadow: 3px 3px 1px #82975A, 3px 3px 1px red;}

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

This text has shadow with #82975A primary color and red secondary color.


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

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

This text has shadow with #82975A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82975A on black background.


Color preview on white background

This text has color #82975A on white background.



Black color preview on #82975A background

This text has black color on #82975A background.


White color preview on #82975A background

This text has white color on #82975A background.