COLOR #82994B

HEX: #82994B
RGB: (130,153,75)

Color info

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

RGB color model

#82994B color RGB value is (130,153,75).

  • red value is 130;
  • green value is 153;
  • blue value is 75.
RGB:
(130,153,75)
(51%,60%,29%)

RGB channels and saturation

R 130 of 255 = 51%
G 153 of 255 = 60%
B 75 of 255 = 29%

130
153
75

R + G + B ~ 47%. #82994B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 153 + 75 = 358 (100%)
R 130 of 358 ~ 36.31%
G 153 of 358 ~ 42.74%
B 75 of 358 ~ 20.95%

%36.31
%42.74
%20.95

CMYK color model

#82994B color CMYK value is (15,0,51,40).

  • cyan value is 15.03%
  • magenta value is 0.00%
  • yellow value is 50.98%
  • key color value is 40.00%
CMYK:
(15,0,51,40)
C15M0Y51K40 
(15%,0%,51%,40%)
(0.15/0.00/0.51/0.40)	

CMYK percentages

%15.03
%0
%50.98
%40

Codes

Color #82994B in popluar color models

82994B
RGB13015375
HSL78°34.21%44.71%
HSB/HSV78°50.98%60.00%
CMYK15.03%0.00%50.98%
40.00%

Color #82994B in popluar number systems.

HEX82994B
Decimal13015375
Binary10000010100110011001011
Octal202231113

Shades and tints

Shades of #82994B

#82994B
(130,153,75)
#778C45
(119,140,69)
#6C7F3F
(108,127,63)
#617239
(97,114,57)
#566533
(86,101,51)
#4B582D
(75,88,45)
#404B27
(64,75,39)
#353E21
(53,62,33)
#2A311B
(42,49,27)
#1F2415
(31,36,21)
#14170F
(20,23,15)
#000000
(0,0,0)

Tints of #82994B

#82994B
(130,153,75)
#8DA25B
(141,162,91)
#98AB6B
(152,171,107)
#A3B47B
(163,180,123)
#AEBD8B
(174,189,139)
#B9C69B
(185,198,155)
#C4CFAB
(196,207,171)
#CFD8BB
(207,216,187)
#DAE1CB
(218,225,203)
#E5EADB
(229,234,219)
#F0F3EB
(240,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82994B color. Also use rgb(130,153,75) instead hex code.

Text Font Color

.myTextColor { color: #82994B; }

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

This text font color is #82994B.


Background Color

.myBgColor { background-color: #82994B; }

<div style="background-color:#82994B">Inner text</div>

This div background color is #82994B.


Border color

.myBorderColor { border: 1px solid #82994B; }

<div style="border:3px solid #82994B">Div</div>

This div border color is #82994B.


Opacity

.myOpacity80 { color: #82994B; opacity: 0.8; }

<p style="color:#82994B;opacity:0.8;">80%</p>

Text with #82994B 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 #82994B;}

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

This text has shadow with #82994B color.

.textShadow {text-shadow: 3px 3px 1px #82994B, 3px 3px 1px red;}

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

This text has shadow with #82994B primary color and red secondary color.


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

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

This text has shadow with #82994B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82994B on black background.


Color preview on white background

This text has color #82994B on white background.



Black color preview on #82994B background

This text has black color on #82994B background.


White color preview on #82994B background

This text has white color on #82994B background.