Color Hex Logo

#84770d Color Hex

#84770D
(132,119,13)
0 Favorites   0 Comments

Color spaces of #84770d

RGB 13211913
HSL0.150.820.28
HSV53°90°52°
CMYK 0.000.100.90   0.48
XYZ16.185218.12823.0268
Yxy18.12820.43350.4855
Hunter Lab42.5772-6.655625.5892
CIE-Lab49.6512-5.841152.6059

#84770d color RGB value is (132,119,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01110111 00001101
Octal 204 167 15
Decimal 132 119 13
Hex 84 77 D

RGB Percentages of Color #84770d

%50.00
%45.08
%4.92

CMYK Percentages of Color #84770d

%0
%10
%90
%48

Triadic Colors of #84770d

#84770d #0d8477 #770d84

Analogous Colors of #84770d

#84770d #56840d #843c0d

Monochromatic Colors of #84770d

#84770d

Complementary Color

#84770d #0d1a84

#84770d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84770d Color Preview on White Background

Lorem ipsum dolor sit amet.

#84770d Color CSS Codes

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

#84770d Text Font Color

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

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


#84770d Background Color

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

This div background color is #84770d


#84770d Border Color

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

This div border color is #84770d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84770d


Comments

No comments written yet.

Please login to write comment.