Color Hex Logo

#82853d Color Hex

#82853D
(130,133,61)
0 Favorites   0 Comments

Color spaces of #82853d

RGB 13013361
HSL0.170.370.38
HSV63°54°52°
CMYK 0.020.000.54   0.48
XYZ18.435821.85787.6622
Yxy21.85780.38440.4558
Hunter Lab46.7523-11.428823.0096
CIE-Lab53.8758-11.758137.9045

#82853d color RGB value is (130,133,61).

#82853d hex color red value is 130, green value is 133 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #82853d hue: 0.17 , saturation: 0.37 and the lightness value of 82853d is 0.38.

The process color (four color CMYK) of #82853d color hex is 0.02, 0.00, 0.54, 0.48. Web safe color of #82853d is #999933. Color #82853d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10000101 00111101
Octal 202 205 75
Decimal 130 133 61
Hex 82 85 3D

RGB Percentages of Color #82853d

%40.12
%41.05
%18.83

CMYK Percentages of Color #82853d

%2
%0
%54
%48

Triadic Colors of #82853d

#82853d #3d8285 #853d82

Analogous Colors of #82853d

#82853d #5e853d #85643d

Monochromatic Colors of #82853d

#82853d

Complementary Color

#82853d #403d85

#82853d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82853d Color Preview on White Background

Lorem ipsum dolor sit amet.

#82853d Color CSS Codes

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

#82853d Text Font Color

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

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


#82853d Background Color

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

This div background color is #82853d


#82853d Border Color

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

This div border color is #82853d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82853d


Comments

No comments written yet.

Please login to write comment.