Color Hex Logo

#848018 Color Hex

#848018
(132,128,24)
0 Favorites   0 Comments

Color spaces of #848018

RGB 13212824
HSL0.160.690.31
HSV58°82°52°
CMYK 0.000.030.82   0.48
XYZ17.399820.40983.8866
Yxy20.40980.41730.4895
Hunter Lab45.1772-10.311626.5233
CIE-Lab52.2974-10.481151.9025

#848018 color RGB value is (132,128,24).

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

The process color (four color CMYK) of #848018 color hex is 0.00, 0.03, 0.82, 0.48. Web safe color of #848018 is #999900. Color #848018 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10000000 00011000
Octal 204 200 30
Decimal 132 128 24
Hex 84 80 18

RGB Percentages of Color #848018

%46.48
%45.07
%8.45

CMYK Percentages of Color #848018

%0
%3
%82
%48

Triadic Colors of #848018

#848018 #188480 #801884

Analogous Colors of #848018

#848018 #528418 #844a18

Monochromatic Colors of #848018

#848018

Complementary Color

#848018 #181c84

#848018 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#848018 Color Preview on White Background

Lorem ipsum dolor sit amet.

#848018 Color CSS Codes

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

#848018 Text Font Color

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

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


#848018 Background Color

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

This div background color is #848018


#848018 Border Color

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

This div border color is #848018


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #848018


Comments

No comments written yet.

Please login to write comment.