COLOR #82965A

HEX: #82965A
RGB: (130,150,90)

Color info

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

RGB color model

#82965A color RGB value is (130,150,90).

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

RGB channels and saturation

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

130
150
90

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

Portions of RGB colors in percentages

R + G + B =
130 + 150 + 90 = 370 (100%)
R 130 of 370 ~ 35.14%
G 150 of 370 ~ 40.54%
B 90 of 370 ~ 24.32%

%35.14
%40.54
%24.32

CMYK color model

#82965A color CMYK value is (13,0,40,41).

  • cyan value is 13.33%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 41.18%
CMYK:
(13,0,40,41)
C13M0Y40K41 
(13%,0%,40%,41%)
(0.13/0.00/0.40/0.41)	

CMYK percentages

%13.33
%0
%40
%41.18

Codes

Color #82965A in popluar color models

82965A
RGB13015090
HSL80°25.00%47.06%
HSB/HSV80°40.00%58.82%
CMYK13.33%0.00%40.00%
41.18%

Color #82965A in popluar number systems.

HEX82965A
Decimal13015090
Binary10000010100101101011010
Octal202226132

Shades and tints

Shades of #82965A

#82965A
(130,150,90)
#778952
(119,137,82)
#6C7C4A
(108,124,74)
#616F42
(97,111,66)
#56623A
(86,98,58)
#4B5532
(75,85,50)
#40482A
(64,72,42)
#353B22
(53,59,34)
#2A2E1A
(42,46,26)
#1F2112
(31,33,18)
#14140A
(20,20,10)
#000000
(0,0,0)

Tints of #82965A

#82965A
(130,150,90)
#8D9F69
(141,159,105)
#98A878
(152,168,120)
#A3B187
(163,177,135)
#AEBA96
(174,186,150)
#B9C3A5
(185,195,165)
#C4CCB4
(196,204,180)
#CFD5C3
(207,213,195)
#DADED2
(218,222,210)
#E5E7E1
(229,231,225)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82965A; }

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

This text font color is #82965A.


Background Color

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

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

This div background color is #82965A.


Border color

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

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

This div border color is #82965A.


Opacity

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

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

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

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

This text has shadow with #82965A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82965A on black background.


Color preview on white background

This text has color #82965A on white background.



Black color preview on #82965A background

This text has black color on #82965A background.


White color preview on #82965A background

This text has white color on #82965A background.