Color Hex Logo

#84680d Color Hex

#84680D
(132,104,13)
0 Favorites   0 Comments

Color spaces of #84680d

RGB 13210413
HSL0.130.820.28
HSV46°90°52°
CMYK 0.000.210.90   0.48
XYZ14.538714.83522.4780
Yxy14.83520.45640.4658
Hunter Lab38.5165-0.026023.1471
CIE-Lab45.40762.714549.1978

#84680d color RGB value is (132,104,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01101000 00001101
Octal 204 150 15
Decimal 132 104 13
Hex 84 68 D

RGB Percentages of Color #84680d

%53.01
%41.77
%5.22

CMYK Percentages of Color #84680d

%0
%21
%90
%48

Triadic Colors of #84680d

#84680d #0d8468 #680d84

Analogous Colors of #84680d

#84680d #65840d #842d0d

Monochromatic Colors of #84680d

#84680d

Complementary Color

#84680d #0d2984

#84680d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84680d Color Preview on White Background

Lorem ipsum dolor sit amet.

#84680d Color CSS Codes

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

#84680d Text Font Color

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

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


#84680d Background Color

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

This div background color is #84680d


#84680d Border Color

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

This div border color is #84680d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84680d


Comments

No comments written yet.

Please login to write comment.