Color Hex Logo

#82933e Color Hex

#82933E
(130,147,62)
0 Favorites   0 Comments

Color spaces of #82933e

RGB 13014762
HSL0.200.410.41
HSV72°58°58°
CMYK 0.120.000.58   0.42
XYZ20.509125.96118.4875
Yxy25.96110.37320.4724
Hunter Lab50.9520-17.316625.7900
CIE-Lab58.0001-19.068642.1512

#82933e color RGB value is (130,147,62).

#82933e hex color red value is 130, green value is 147 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #82933e hue: 0.20 , saturation: 0.41 and the lightness value of 82933e is 0.41.

The process color (four color CMYK) of #82933e color hex is 0.12, 0.00, 0.58, 0.42. Web safe color of #82933e is #999933. Color #82933e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10010011 00111110
Octal 202 223 76
Decimal 130 147 62
Hex 82 93 3E

RGB Percentages of Color #82933e

%38.35
%43.36
%18.29

CMYK Percentages of Color #82933e

%12
%0
%58
%42

Triadic Colors of #82933e

#82933e #3e8293 #933e82

Analogous Colors of #82933e

#82933e #58933e #937a3e

Monochromatic Colors of #82933e

#82933e

Complementary Color

#82933e #4f3e93

#82933e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82933e Color Preview on White Background

Lorem ipsum dolor sit amet.

#82933e Color CSS Codes

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

#82933e Text Font Color

<p style="color:#82933e">Text here</p>

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


#82933e Background Color

<div style="background-color:#82933e">
Div content here</div>

This div background color is #82933e


#82933e Border Color

<div style="border:3px solid #82933e">
Div here</div>

This div border color is #82933e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82933e


Comments

No comments written yet.

Please login to write comment.