COLOR #82AF1C

HEX: #82AF1C
RGB: (130,175,28)

Color info

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

RGB color model

#82AF1C color RGB value is (130,175,28).

  • red value is 130;
  • green value is 175;
  • blue value is 28.
RGB:
(130,175,28)
(51%,69%,11%)

RGB channels and saturation

R 130 of 255 = 51%
G 175 of 255 = 69%
B 28 of 255 = 11%

130
175
28

R + G + B ~ 44%. #82AF1C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 175 + 28 = 333 (100%)
R 130 of 333 ~ 39.04%
G 175 of 333 ~ 52.55%
B 28 of 333 ~ 8.41%

%39.04
%52.55

CMYK color model

#82AF1C color CMYK value is (26,0,84,31).

  • cyan value is 25.71%
  • magenta value is 0.00%
  • yellow value is 84.00%
  • key color value is 31.37%
CMYK:
(26,0,84,31)
C26M0Y84K31 
(26%,0%,84%,31%)
(0.26/0.00/0.84/0.31)	

CMYK percentages

%25.71
%0
%84
%31.37

Codes

Color #82AF1C in popluar color models

82AF1C
RGB13017528
HSL78°72.41%39.80%
HSB/HSV78°84.00%68.63%
CMYK25.71%0.00%84.00%
31.37%

Color #82AF1C in popluar number systems.

HEX82AF1C
Decimal13017528
Binary100000101010111111100
Octal20225734

Shades and tints

Shades of #82AF1C

#82AF1C
(130,175,28)
#77A01A
(119,160,26)
#6C9118
(108,145,24)
#618216
(97,130,22)
#567314
(86,115,20)
#4B6412
(75,100,18)
#405510
(64,85,16)
#35460E
(53,70,14)
#2A370C
(42,55,12)
#1F280A
(31,40,10)
#141908
(20,25,8)
#000000
(0,0,0)

Tints of #82AF1C

#82AF1C
(130,175,28)
#8DB630
(141,182,48)
#98BD44
(152,189,68)
#A3C458
(163,196,88)
#AECB6C
(174,203,108)
#B9D280
(185,210,128)
#C4D994
(196,217,148)
#CFE0A8
(207,224,168)
#DAE7BC
(218,231,188)
#E5EED0
(229,238,208)
#F0F5E4
(240,245,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82AF1C color. Also use rgb(130,175,28) instead hex code.

Text Font Color

.myTextColor { color: #82AF1C; }

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

This text font color is #82AF1C.


Background Color

.myBgColor { background-color: #82AF1C; }

<div style="background-color:#82AF1C">Inner text</div>

This div background color is #82AF1C.


Border color

.myBorderColor { border: 1px solid #82AF1C; }

<div style="border:3px solid #82AF1C">Div</div>

This div border color is #82AF1C.


Opacity

.myOpacity80 { color: #82AF1C; opacity: 0.8; }

<p style="color:#82AF1C;opacity:0.8;">80%</p>

Text with #82AF1C 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 #82AF1C;}

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

This text has shadow with #82AF1C color.

.textShadow {text-shadow: 3px 3px 1px #82AF1C, 3px 3px 1px red;}

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

This text has shadow with #82AF1C primary color and red secondary color.


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

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

This text has shadow with #82AF1C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82AF1C on black background.


Color preview on white background

This text has color #82AF1C on white background.



Black color preview on #82AF1C background

This text has black color on #82AF1C background.


White color preview on #82AF1C background

This text has white color on #82AF1C background.