Color Hex Logo

#84730d Color Hex

#84730D
(132,115,13)
0 Favorites   0 Comments

Color spaces of #84730d

RGB 13211513
HSL0.140.820.28
HSV51°90°52°
CMYK 0.000.130.90   0.48
XYZ15.719117.19612.8715
Yxy17.19610.43920.4805
Hunter Lab41.4682-4.906424.9221
CIE-Lab48.5062-3.591951.6861

#84730d color RGB value is (132,115,13).

#84730d hex color red value is 132, green value is 115 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #84730d hue: 0.14 , saturation: 0.82 and the lightness value of 84730d is 0.28.

The process color (four color CMYK) of #84730d color hex is 0.00, 0.13, 0.90, 0.48. Web safe color of #84730d is #996600. Color #84730d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01110011 00001101
Octal 204 163 15
Decimal 132 115 13
Hex 84 73 D

RGB Percentages of Color #84730d

%50.77
%44.23
%5.00

CMYK Percentages of Color #84730d

%0
%13
%90
%48

Triadic Colors of #84730d

#84730d #0d8473 #730d84

Analogous Colors of #84730d

#84730d #5a840d #84380d

Monochromatic Colors of #84730d

#84730d

Complementary Color

#84730d #0d1e84

#84730d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84730d Color Preview on White Background

Lorem ipsum dolor sit amet.

#84730d Color CSS Codes

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

#84730d Text Font Color

<p style="color:#84730d">Text here</p>

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


#84730d Background Color

<div style="background-color:#84730d">
Div content here</div>

This div background color is #84730d


#84730d Border Color

<div style="border:3px solid #84730d">
Div here</div>

This div border color is #84730d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,115,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #84730d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #84730d;
  -webkit-box-shadow: 1px 1px 3px 2px #84730d;
  box-shadow:         1px 1px 3px 2px #84730d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84730d


Comments

No comments written yet.

Please login to write comment.