Color Hex Logo

#82923e Color Hex

#82923E
(130,146,62)
0 Favorites   0 Comments

Color spaces of #82923e

RGB 13014662
HSL0.200.400.41
HSV71°58°57°
CMYK 0.110.000.58   0.43
XYZ20.354325.65148.4359
Yxy25.65140.37390.4712
Hunter Lab50.6472-16.896325.5776
CIE-Lab57.7047-18.551641.8154

#82923e color RGB value is (130,146,62).

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

The process color (four color CMYK) of #82923e color hex is 0.11, 0.00, 0.58, 0.43. Web safe color of #82923e is #999933. Color #82923e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10010010 00111110
Octal 202 222 76
Decimal 130 146 62
Hex 82 92 3E

RGB Percentages of Color #82923e

%38.46
%43.20
%18.34

CMYK Percentages of Color #82923e

%11
%0
%58
%43

Triadic Colors of #82923e

#82923e #3e8292 #923e82

Analogous Colors of #82923e

#82923e #58923e #92783e

Monochromatic Colors of #82923e

#82923e

Complementary Color

#82923e #4e3e92

#82923e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82923e Color Preview on White Background

Lorem ipsum dolor sit amet.

#82923e Color CSS Codes

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

#82923e Text Font Color

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

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


#82923e Background Color

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

This div background color is #82923e


#82923e Border Color

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

This div border color is #82923e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,146,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 #82923e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82923e


Comments

No comments written yet.

Please login to write comment.