COLOR #82954A

HEX: #82954A
RGB: (130,149,74)

Color info

#82954A contains mainly red and green colors. Web safe color of #82954A is #999933 (or #993).

RGB color model

#82954A color RGB value is (130,149,74).

  • red value is 130;
  • green value is 149;
  • blue value is 74.
RGB:
(130,149,74)
(51%,58%,29%)

RGB channels and saturation

R 130 of 255 = 51%
G 149 of 255 = 58%
B 74 of 255 = 29%

130
149
74

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

Portions of RGB colors in percentages

R + G + B =
130 + 149 + 74 = 353 (100%)
R 130 of 353 ~ 36.83%
G 149 of 353 ~ 42.21%
B 74 of 353 ~ 20.96%

%36.83
%42.21
%20.96

CMYK color model

#82954A color CMYK value is (13,0,50,42).

  • cyan value is 12.75%
  • magenta value is 0.00%
  • yellow value is 50.34%
  • key color value is 41.57%
CMYK:
(13,0,50,42)
C13M0Y50K42 
(13%,0%,50%,42%)
(0.13/0.00/0.50/0.42)	

CMYK percentages

%12.75
%0
%50.34
%41.57

Codes

Color #82954A in popluar color models

82954A
RGB13014974
HSL75°33.63%43.73%
HSB/HSV75°50.34%58.43%
CMYK12.75%0.00%50.34%
41.57%

Color #82954A in popluar number systems.

HEX82954A
Decimal13014974
Binary10000010100101011001010
Octal202225112

Shades and tints

Shades of #82954A

#82954A
(130,149,74)
#778844
(119,136,68)
#6C7B3E
(108,123,62)
#616E38
(97,110,56)
#566132
(86,97,50)
#4B542C
(75,84,44)
#404726
(64,71,38)
#353A20
(53,58,32)
#2A2D1A
(42,45,26)
#1F2014
(31,32,20)
#14130E
(20,19,14)
#000000
(0,0,0)

Tints of #82954A

#82954A
(130,149,74)
#8D9E5A
(141,158,90)
#98A76A
(152,167,106)
#A3B07A
(163,176,122)
#AEB98A
(174,185,138)
#B9C29A
(185,194,154)
#C4CBAA
(196,203,170)
#CFD4BA
(207,212,186)
#DADDCA
(218,221,202)
#E5E6DA
(229,230,218)
#F0EFEA
(240,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82954A color. Also use rgb(130,149,74) instead hex code.

Text Font Color

.myTextColor { color: #82954A; }

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

This text font color is #82954A.


Background Color

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

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

This div background color is #82954A.


Border color

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

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

This div border color is #82954A.


Opacity

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

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

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

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

This text has shadow with #82954A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82954A on black background.


Color preview on white background

This text has color #82954A on white background.



Black color preview on #82954A background

This text has black color on #82954A background.


White color preview on #82954A background

This text has white color on #82954A background.