Color Hex Logo

#82932d Color Hex

#82932D
(130,147,45)
0 Favorites   0 Comments

Color spaces of #82932d

RGB 13014745
HSL0.190.530.38
HSV70°69°58°
CMYK 0.120.000.69   0.42
XYZ20.113325.80276.4030
Yxy25.80270.38440.4932
Hunter Lab50.7964-18.214928.0838
CIE-Lab57.8493-20.360349.5518

#82932d color RGB value is (130,147,45).

#82932d hex color red value is 130, green value is 147 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #82932d hue: 0.19 , saturation: 0.53 and the lightness value of 82932d is 0.38.

The process color (four color CMYK) of #82932d color hex is 0.12, 0.00, 0.69, 0.42. Web safe color of #82932d is #999933. Color #82932d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10010011 00101101
Octal 202 223 55
Decimal 130 147 45
Hex 82 93 2D

RGB Percentages of Color #82932d

%40.37
%45.65
%13.98

CMYK Percentages of Color #82932d

%12
%0
%69
%42

Triadic Colors of #82932d

#82932d #2d8293 #932d82

Analogous Colors of #82932d

#82932d #4f932d #93712d

Monochromatic Colors of #82932d

#82932d

Complementary Color

#82932d #3e2d93

#82932d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82932d Color Preview on White Background

Lorem ipsum dolor sit amet.

#82932d Color CSS Codes

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

#82932d Text Font Color

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

This sample text font color is #82932d
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.


#82932d Background Color

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

This div background color is #82932d


#82932d Border Color

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

This div border color is #82932d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82932d


Comments

No comments written yet.

Please login to write comment.