color codes Logo

#848d1c color codes

#848D1C
(132,141,28)
0 Favorites   0 Comments

Color spaces of #848d1c

RGB 13214128
HSL0.180.670.33
HSV65°80°55°
CMYK 0.060.000.80   0.45
XYZ19.250224.03914.7240
Yxy24.03910.40090.5007
Hunter Lab49.0297-15.718728.6082
CIE-Lab56.1269-17.260654.0798

#848d1c color RGB value is (132,141,28).

#848d1c hex color red value is 132, green value is 141 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #848d1c hue: 0.18 , saturation: 0.67 and the lightness value of 848d1c is 0.33.

The process color (four color CMYK) of #848d1c color code is 0.06, 0.00, 0.80, 0.45. Web safe color of #848d1c is #999933. Color #848d1c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10001101 00011100
Octal 204 215 34
Decimal 132 141 28
Hex 84 8D 1C

RGB Percentages of Color #848d1c

%43.85
%46.84
%9.30

CMYK Percentages of Color #848d1c

%6
%0
%80
%45

Triadic Colors of #848d1c

#848d1c #1c848d #8d1c84

Analogous Colors of #848d1c

#848d1c #4b8d1c #8d5e1c

Monochromatic Colors of #848d1c

#848d1c

Complementary Color

#848d1c #251c8d

#848d1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#848d1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#848d1c Color CSS Codes

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

#848d1c Text Font Color

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

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


#848d1c Background Color

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

This div background color is #848d1c


#848d1c Border Color

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

This div border color is #848d1c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,141,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #848d1c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #848d1c;
  -webkit-box-shadow: 1px 1px 3px 2px #848d1c;
  box-shadow:         1px 1px 3px 2px #848d1c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #848d1c


Comments

No comments written yet.

Please login to write comment.