Color Hex Logo

#84902c Color Hex

#84902C
(132,144,44)
0 Favorites   0 Comments

Color spaces of #84902c

RGB 13214444
HSL0.190.530.37
HSV67°69°56°
CMYK 0.080.000.69   0.44
XYZ19.943625.03396.1638
Yxy25.03390.39000.4895
Hunter Lab50.0339-16.408927.7196
CIE-Lab57.1084-18.007249.2552

#84902c color RGB value is (132,144,44).

#84902c hex color red value is 132, green value is 144 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #84902c hue: 0.19 , saturation: 0.53 and the lightness value of 84902c is 0.37.

The process color (four color CMYK) of #84902c color hex is 0.08, 0.00, 0.69, 0.44. Web safe color of #84902c is #999933. Color #84902c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10010000 00101100
Octal 204 220 54
Decimal 132 144 44
Hex 84 90 2C

RGB Percentages of Color #84902c

%41.25
%45.00
%13.75

CMYK Percentages of Color #84902c

%8
%0
%69
%44

Triadic Colors of #84902c

#84902c #2c8490 #902c84

Analogous Colors of #84902c

#84902c #52902c #906a2c

Monochromatic Colors of #84902c

#84902c

Complementary Color

#84902c #382c90

#84902c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84902c Color Preview on White Background

Lorem ipsum dolor sit amet.

#84902c Color CSS Codes

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

#84902c Text Font Color

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

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


#84902c Background Color

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

This div background color is #84902c


#84902c Border Color

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

This div border color is #84902c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,144,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #84902c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #84902c;
  -webkit-box-shadow: 1px 1px 3px 2px #84902c;
  box-shadow:         1px 1px 3px 2px #84902c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84902c


Comments

No comments written yet.

Please login to write comment.