Color Hex Logo

#848219 Color Hex

#848219
(132,130,25)
0 Favorites   0 Comments

Color spaces of #848219

RGB 13213025
HSL0.160.680.31
HSV59°81°52°
CMYK 0.000.020.81   0.48
XYZ17.673820.94104.0302
Yxy20.94100.41440.4911
Hunter Lab45.7613-11.142626.8113
CIE-Lab52.8849-11.530752.1141

#848219 color RGB value is (132,130,25).

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

The process color (four color CMYK) of #848219 color hex is 0.00, 0.02, 0.81, 0.48. Web safe color of #848219 is #999900. Color #848219 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10000010 00011001
Octal 204 202 31
Decimal 132 130 25
Hex 84 82 19

RGB Percentages of Color #848219

%45.99
%45.30
%8.71

CMYK Percentages of Color #848219

%0
%2
%81
%48

Triadic Colors of #848219

#848219 #198482 #821984

Analogous Colors of #848219

#848219 #518419 #844d19

Monochromatic Colors of #848219

#848219

Complementary Color

#848219 #191b84

#848219 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#848219 Color Preview on White Background

Lorem ipsum dolor sit amet.

#848219 Color CSS Codes

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

#848219 Text Font Color

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

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


#848219 Background Color

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

This div background color is #848219


#848219 Border Color

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

This div border color is #848219


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #848219


Comments

No comments written yet.

Please login to write comment.