Color Hex Logo

#84750a Color Hex

#84750A
(132,117,10)
0 Favorites   0 Comments

Color spaces of #84750a

RGB 13211710
HSL0.150.860.28
HSV53°92°52°
CMYK 0.000.110.92   0.48
XYZ15.931817.65002.8543
Yxy17.65000.43730.4844
Hunter Lab42.0119-5.829925.3802
CIE-Lab49.0688-4.784752.7753

#84750a color RGB value is (132,117,10).

#84750a hex color red value is 132, green value is 117 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #84750a hue: 0.15 , saturation: 0.86 and the lightness value of 84750a is 0.28.

The process color (four color CMYK) of #84750a color hex is 0.00, 0.11, 0.92, 0.48. Web safe color of #84750a is #996600. Color #84750a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01110101 00001010
Octal 204 165 12
Decimal 132 117 10
Hex 84 75 A

RGB Percentages of Color #84750a

%50.97
%45.17
%3.86

CMYK Percentages of Color #84750a

%0
%11
%92
%48

Triadic Colors of #84750a

#84750a #0a8475 #750a84

Analogous Colors of #84750a

#84750a #56840a #84380a

Monochromatic Colors of #84750a

#84750a

Complementary Color

#84750a #0a1984

#84750a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84750a Color Preview on White Background

Lorem ipsum dolor sit amet.

#84750a Color CSS Codes

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

#84750a Text Font Color

<p style="color:#84750a">Text here</p>

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


#84750a Background Color

<div style="background-color:#84750a">
Div content here</div>

This div background color is #84750a


#84750a Border Color

<div style="border:3px solid #84750a">
Div here</div>

This div border color is #84750a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,117,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #84750a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #84750a;
  -webkit-box-shadow: 1px 1px 3px 2px #84750a;
  box-shadow:         1px 1px 3px 2px #84750a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84750a


Comments

No comments written yet.

Please login to write comment.