Color Hex Logo

#84913f Color Hex

#84913F
(132,145,63)
0 Favorites   0 Comments

Color spaces of #84913f

RGB 13214563
HSL0.190.390.41
HSV70°57°57°
CMYK 0.090.000.57   0.43
XYZ20.538325.51528.5451
Yxy25.51520.37620.4673
Hunter Lab50.5126-15.819325.3288
CIE-Lab57.5740-17.089641.2237

#84913f color RGB value is (132,145,63).

#84913f hex color red value is 132, green value is 145 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #84913f hue: 0.19 , saturation: 0.39 and the lightness value of 84913f is 0.41.

The process color (four color CMYK) of #84913f color hex is 0.09, 0.00, 0.57, 0.43. Web safe color of #84913f is #999933. Color #84913f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10010001 00111111
Octal 204 221 77
Decimal 132 145 63
Hex 84 91 3F

RGB Percentages of Color #84913f

%38.82
%42.65
%18.53

CMYK Percentages of Color #84913f

%9
%0
%57
%43

Triadic Colors of #84913f

#84913f #3f8491 #913f84

Analogous Colors of #84913f

#84913f #5b913f #91753f

Monochromatic Colors of #84913f

#84913f

Complementary Color

#84913f #4c3f91

#84913f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84913f Color Preview on White Background

Lorem ipsum dolor sit amet.

#84913f Color CSS Codes

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

#84913f Text Font Color

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

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


#84913f Background Color

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

This div background color is #84913f


#84913f Border Color

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

This div border color is #84913f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,145,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #84913f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #84913f;
  -webkit-box-shadow: 1px 1px 3px 2px #84913f;
  box-shadow:         1px 1px 3px 2px #84913f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84913f


Comments

No comments written yet.

Please login to write comment.