Color Hex Logo

#848328 Color Hex

#848328
(132,131,40)
0 Favorites   0 Comments

Color spaces of #848328

RGB 13213140
HSL0.160.530.34
HSV59°70°52°
CMYK 0.000.010.70   0.48
XYZ18.015021.29135.1676
Yxy21.29130.40510.4787
Hunter Lab46.1425-11.059225.6597
CIE-Lab53.2668-11.352447.0143

#848328 color RGB value is (132,131,40).

#848328 hex color red value is 132, green value is 131 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #848328 hue: 0.16 , saturation: 0.53 and the lightness value of 848328 is 0.34.

The process color (four color CMYK) of #848328 color hex is 0.00, 0.01, 0.70, 0.48. Web safe color of #848328 is #999933. Color #848328 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10000011 00101000
Octal 204 203 50
Decimal 132 131 40
Hex 84 83 28

RGB Percentages of Color #848328

%43.56
%43.23
%13.20

CMYK Percentages of Color #848328

%0
%1
%70
%48

Triadic Colors of #848328

#848328 #288483 #832884

Analogous Colors of #848328

#848328 #578428 #845528

Monochromatic Colors of #848328

#848328

Complementary Color

#848328 #282984

#848328 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#848328 Color Preview on White Background

Lorem ipsum dolor sit amet.

#848328 Color CSS Codes

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

#848328 Text Font Color

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

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


#848328 Background Color

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

This div background color is #848328


#848328 Border Color

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

This div border color is #848328


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #848328


Comments

No comments written yet.

Please login to write comment.