Color Hex Logo

#848242 Color Hex

#848242
(132,130,66)
0 Favorites   0 Comments

Color spaces of #848242

RGB 13213066
HSL0.160.330.39
HSV58°50°52°
CMYK 0.000.020.50   0.48
XYZ18.481721.26418.2846
Yxy21.26410.38480.4427
Hunter Lab46.1130-9.156521.6272
CIE-Lab53.2373-8.766134.6259

#848242 color RGB value is (132,130,66).

#848242 hex color red value is 132, green value is 130 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #848242 hue: 0.16 , saturation: 0.33 and the lightness value of 848242 is 0.39.

The process color (four color CMYK) of #848242 color hex is 0.00, 0.02, 0.50, 0.48. Web safe color of #848242 is #999933. Color #848242 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10000010 01000010
Octal 204 202 102
Decimal 132 130 66
Hex 84 82 42

RGB Percentages of Color #848242

%40.24
%39.63
%20.12

CMYK Percentages of Color #848242

%0
%2
%50
%48

Triadic Colors of #848242

#848242 #428482 #824284

Analogous Colors of #848242

#848242 #658442 #846142

Monochromatic Colors of #848242

#848242

Complementary Color

#848242 #424484

#848242 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#848242 Color Preview on White Background

Lorem ipsum dolor sit amet.

#848242 Color CSS Codes

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

#848242 Text Font Color

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

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


#848242 Background Color

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

This div background color is #848242


#848242 Border Color

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

This div border color is #848242


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,130,66, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #848242; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #848242;
  -webkit-box-shadow: 1px 1px 3px 2px #848242;
  box-shadow:         1px 1px 3px 2px #848242; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #848242


Comments

No comments written yet.

Please login to write comment.