Color Hex Logo

#84741f Color Hex

#84741F
(132,116,31)
0 Favorites   0 Comments

Color spaces of #84741f

RGB 13211631
HSL0.140.620.32
HSV50°77°52°
CMYK 0.000.120.77   0.48
XYZ16.008417.49523.8295
Yxy17.49520.42880.4686
Hunter Lab41.8273-4.881023.8508
CIE-Lab48.8780-3.521246.3311

#84741f color RGB value is (132,116,31).

#84741f hex color red value is 132, green value is 116 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #84741f hue: 0.14 , saturation: 0.62 and the lightness value of 84741f is 0.32.

The process color (four color CMYK) of #84741f color hex is 0.00, 0.12, 0.77, 0.48. Web safe color of #84741f is #996633. Color #84741f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01110100 00011111
Octal 204 164 37
Decimal 132 116 31
Hex 84 74 1F

RGB Percentages of Color #84741f

%47.31
%41.58
%11.11

CMYK Percentages of Color #84741f

%0
%12
%77
%48

Triadic Colors of #84741f

#84741f #1f8474 #741f84

Analogous Colors of #84741f

#84741f #62841f #84411f

Monochromatic Colors of #84741f

#84741f

Complementary Color

#84741f #1f2f84

#84741f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84741f Color Preview on White Background

Lorem ipsum dolor sit amet.

#84741f Color CSS Codes

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

#84741f Text Font Color

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

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


#84741f Background Color

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

This div background color is #84741f


#84741f Border Color

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

This div border color is #84741f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84741f


Comments

No comments written yet.

Please login to write comment.