Color Hex Logo

#82940d Color Hex

#82940D
(130,148,13)
0 Favorites   0 Comments

Color spaces of #82940d

RGB 13014813
HSL0.190.840.32
HSV68°91°58°
CMYK 0.120.000.91   0.42
XYZ19.868525.95474.3433
Yxy25.95470.39610.5174
Hunter Lab50.9458-19.541330.6074
CIE-Lab57.9940-22.197959.2399

#82940d color RGB value is (130,148,13).

#82940d hex color red value is 130, green value is 148 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #82940d hue: 0.19 , saturation: 0.84 and the lightness value of 82940d is 0.32.

The process color (four color CMYK) of #82940d color hex is 0.12, 0.00, 0.91, 0.42. Web safe color of #82940d is #999900. Color #82940d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10010100 00001101
Octal 202 224 15
Decimal 130 148 13
Hex 82 94 D

RGB Percentages of Color #82940d

%44.67
%50.86
%4.47

CMYK Percentages of Color #82940d

%12
%0
%91
%42

Triadic Colors of #82940d

#82940d #0d8294 #940d82

Analogous Colors of #82940d

#82940d #3f940d #94630d

Monochromatic Colors of #82940d

#82940d

Complementary Color

#82940d #1f0d94

#82940d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82940d Color Preview on White Background

Lorem ipsum dolor sit amet.

#82940d Color CSS Codes

.mybgcolor {background-color:#82940d; } 
.myforecolor {color:#82940d; }
.mybordercolor {border:3px solid #82940d; }

#82940d Text Font Color

<p style="color:#82940d">Text here</p>

This sample text font color is #82940d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#82940d Background Color

<div style="background-color:#82940d">
Div content here</div>

This div background color is #82940d


#82940d Border Color

<div style="border:3px solid #82940d">
Div here</div>

This div border color is #82940d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,148,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #82940d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #82940d;
  -webkit-box-shadow: 1px 1px 3px 2px #82940d;
  box-shadow:         1px 1px 3px 2px #82940d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,148,13, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #82940d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #82940d;
  -webkit-box-shadow: 1px 1px 3px 2px #82940d;
  box-shadow:         1px 1px 3px 2px #82940d;">
Div content here</div>

This div box has shadow with color #82940d


Comments

No comments written yet.

Please login to write comment.