Color Hex Logo

#848330 Color Hex

#848330
(132,131,48)
0 Favorites   0 Comments

Color spaces of #848330

RGB 13213148
HSL0.160.470.35
HSV59°64°52°
CMYK 0.000.010.64   0.48
XYZ18.165521.35155.9601
Yxy21.35150.39940.4695
Hunter Lab46.2077-10.690224.6979
CIE-Lab53.3321-10.835943.5997

#848330 color RGB value is (132,131,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10000011 00110000
Octal 204 203 60
Decimal 132 131 48
Hex 84 83 30

RGB Percentages of Color #848330

%42.44
%42.12
%15.43

CMYK Percentages of Color #848330

%0
%1
%64
%48

Triadic Colors of #848330

#848330 #308483 #833084

Analogous Colors of #848330

#848330 #5b8430 #845930

Monochromatic Colors of #848330

#848330

Complementary Color

#848330 #303184

#848330 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#848330 Color Preview on White Background

Lorem ipsum dolor sit amet.

#848330 Color CSS Codes

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

#848330 Text Font Color

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

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


#848330 Background Color

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

This div background color is #848330


#848330 Border Color

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

This div border color is #848330


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #848330


Comments

No comments written yet.

Please login to write comment.