color codes Logo

#84892c color codes

#84892C
(132,137,44)
0 Favorites   0 Comments

Color spaces of #84892c

RGB 13213744
HSL0.180.510.35
HSV63°68°54°
CMYK 0.040.000.68   0.46
XYZ18.916022.97875.8212
Yxy22.97870.39640.4816
Hunter Lab47.9361-13.450526.3553
CIE-Lab55.0504-14.329647.1569

#84892c color RGB value is (132,137,44).

#84892c hex color red value is 132, green value is 137 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #84892c hue: 0.18 , saturation: 0.51 and the lightness value of 84892c is 0.35.

The process color (four color CMYK) of #84892c color code is 0.04, 0.00, 0.68, 0.46. Web safe color of #84892c is #999933. Color #84892c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10001001 00101100
Octal 204 211 54
Decimal 132 137 44
Hex 84 89 2C

RGB Percentages of Color #84892c

%42.17
%43.77
%14.06

CMYK Percentages of Color #84892c

%4
%0
%68
%46

Triadic Colors of #84892c

#84892c #2c8489 #892c84

Analogous Colors of #84892c

#84892c #56892c #895f2c

Monochromatic Colors of #84892c

#84892c

Complementary Color

#84892c #312c89

#84892c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84892c Color Preview on White Background

Lorem ipsum dolor sit amet.

#84892c Color CSS Codes

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

#84892c Text Font Color

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

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


#84892c Background Color

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

This div background color is #84892c


#84892c Border Color

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

This div border color is #84892c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,137,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 #84892c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84892c


Comments

No comments written yet.

Please login to write comment.