Color Hex Logo

#84671f Color Hex

#84671F
(132,103,31)
0 Favorites   0 Comments

Color spaces of #84671f

RGB 13210331
HSL0.120.620.32
HSV43°77°52°
CMYK 0.000.220.77   0.48
XYZ14.613314.70503.3645
Yxy14.70500.44710.4499
Hunter Lab38.34710.915321.6410
CIE-Lab45.22753.947742.8045

#84671f color RGB value is (132,103,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01100111 00011111
Octal 204 147 37
Decimal 132 103 31
Hex 84 67 1F

RGB Percentages of Color #84671f

%49.62
%38.72
%11.65

CMYK Percentages of Color #84671f

%0
%22
%77
%48

Triadic Colors of #84671f

#84671f #1f8467 #671f84

Analogous Colors of #84671f

#84671f #6f841f #84341f

Monochromatic Colors of #84671f

#84671f

Complementary Color

#84671f #1f3c84

#84671f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84671f Color Preview on White Background

Lorem ipsum dolor sit amet.

#84671f Color CSS Codes

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

#84671f Text Font Color

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

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


#84671f Background Color

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

This div background color is #84671f


#84671f Border Color

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

This div border color is #84671f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84671f


Comments

No comments written yet.

Please login to write comment.