Color Hex Logo

#84914f Color Hex

#84914F
(132,145,79)
0 Favorites   0 Comments

Color spaces of #84914f

RGB 13214579
HSL0.200.290.44
HSV72°46°57°
CMYK 0.090.000.46   0.43
XYZ21.052425.720811.2522
Yxy25.72080.36280.4433
Hunter Lab50.7157-14.656022.3464
CIE-Lab57.7711-15.456333.3369

#84914f color RGB value is (132,145,79).

#84914f hex color red value is 132, green value is 145 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #84914f hue: 0.20 , saturation: 0.29 and the lightness value of 84914f is 0.44.

The process color (four color CMYK) of #84914f color hex is 0.09, 0.00, 0.46, 0.43. Web safe color of #84914f is #999966. Color #84914f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10010001 01001111
Octal 204 221 117
Decimal 132 145 79
Hex 84 91 4F

RGB Percentages of Color #84914f

%37.08
%40.73
%22.19

CMYK Percentages of Color #84914f

%9
%0
%46
%43

Triadic Colors of #84914f

#84914f #4f8491 #914f84

Analogous Colors of #84914f

#84914f #63914f #917d4f

Monochromatic Colors of #84914f

#84914f

Complementary Color

#84914f #5c4f91

#84914f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84914f Color Preview on White Background

Lorem ipsum dolor sit amet.

#84914f Color CSS Codes

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

#84914f Text Font Color

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

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


#84914f Background Color

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

This div background color is #84914f


#84914f Border Color

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

This div border color is #84914f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84914f


Comments

No comments written yet.

Please login to write comment.