Color Hex Logo

#82854a Color Hex

#82854A
(130,133,74)
0 Favorites   0 Comments

Color spaces of #82854a

RGB 13013374
HSL0.180.290.41
HSV63°44°52°
CMYK 0.020.000.44   0.48
XYZ18.829522.01539.7355
Yxy22.01530.37230.4353
Hunter Lab46.9205-10.477620.5423
CIE-Lab54.0432-10.434031.3316

#82854a color RGB value is (130,133,74).

#82854a hex color red value is 130, green value is 133 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #82854a hue: 0.18 , saturation: 0.29 and the lightness value of 82854a is 0.41.

The process color (four color CMYK) of #82854a color hex is 0.02, 0.00, 0.44, 0.48. Web safe color of #82854a is #999933. Color #82854a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10000101 01001010
Octal 202 205 112
Decimal 130 133 74
Hex 82 85 4A

RGB Percentages of Color #82854a

%38.58
%39.47
%21.96

CMYK Percentages of Color #82854a

%2
%0
%44
%48

Triadic Colors of #82854a

#82854a #4a8285 #854a82

Analogous Colors of #82854a

#82854a #65854a #856b4a

Monochromatic Colors of #82854a

#82854a

Complementary Color

#82854a #4d4a85

#82854a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82854a Color Preview on White Background

Lorem ipsum dolor sit amet.

#82854a Color CSS Codes

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

#82854a Text Font Color

<p style="color:#82854a">Text here</p>

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


#82854a Background Color

<div style="background-color:#82854a">
Div content here</div>

This div background color is #82854a


#82854a Border Color

<div style="border:3px solid #82854a">
Div here</div>

This div border color is #82854a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,133,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #82854a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #82854a;
  -webkit-box-shadow: 1px 1px 3px 2px #82854a;
  box-shadow:         1px 1px 3px 2px #82854a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82854a


Comments

No comments written yet.

Please login to write comment.