Color Hex Logo

#84760e Color Hex

#84760E
(132,118,14)
0 Favorites   0 Comments

Color spaces of #84760e

RGB 13211814
HSL0.150.810.29
HSV53°89°52°
CMYK 0.000.110.89   0.48
XYZ16.073417.89413.0222
Yxy17.89410.43450.4838
Hunter Lab42.3014-6.202325.3751
CIE-Lab49.3674-5.257452.1473

#84760e color RGB value is (132,118,14).

#84760e hex color red value is 132, green value is 118 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #84760e hue: 0.15 , saturation: 0.81 and the lightness value of 84760e is 0.29.

The process color (four color CMYK) of #84760e color hex is 0.00, 0.11, 0.89, 0.48. Web safe color of #84760e is #996600. Color #84760e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01110110 00001110
Octal 204 166 16
Decimal 132 118 14
Hex 84 76 E

RGB Percentages of Color #84760e

%50.00
%44.70
%5.30

CMYK Percentages of Color #84760e

%0
%11
%89
%48

Triadic Colors of #84760e

#84760e #0e8476 #760e84

Analogous Colors of #84760e

#84760e #57840e #843b0e

Monochromatic Colors of #84760e

#84760e

Complementary Color

#84760e #0e1c84

#84760e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84760e Color Preview on White Background

Lorem ipsum dolor sit amet.

#84760e Color CSS Codes

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

#84760e Text Font Color

<p style="color:#84760e">Text here</p>

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


#84760e Background Color

<div style="background-color:#84760e">
Div content here</div>

This div background color is #84760e


#84760e Border Color

<div style="border:3px solid #84760e">
Div here</div>

This div border color is #84760e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,118,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #84760e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #84760e;
  -webkit-box-shadow: 1px 1px 3px 2px #84760e;
  box-shadow:         1px 1px 3px 2px #84760e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84760e


Comments

No comments written yet.

Please login to write comment.