Color Hex Logo

#84690d Color Hex

#84690D
(132,105,13)
0 Favorites   0 Comments

Color spaces of #84690d

RGB 13210513
HSL0.130.820.28
HSV46°90°52°
CMYK 0.000.200.90   0.48
XYZ14.639915.03772.5117
Yxy15.03770.45480.4672
Hunter Lab38.7785-0.473923.3047
CIE-Lab45.68582.134649.4216

#84690d color RGB value is (132,105,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01101001 00001101
Octal 204 151 15
Decimal 132 105 13
Hex 84 69 D

RGB Percentages of Color #84690d

%52.80
%42.00
%5.20

CMYK Percentages of Color #84690d

%0
%20
%90
%48

Triadic Colors of #84690d

#84690d #0d8469 #690d84

Analogous Colors of #84690d

#84690d #64840d #842e0d

Monochromatic Colors of #84690d

#84690d

Complementary Color

#84690d #0d2884

#84690d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84690d Color Preview on White Background

Lorem ipsum dolor sit amet.

#84690d Color CSS Codes

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

#84690d Text Font Color

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

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


#84690d Background Color

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

This div background color is #84690d


#84690d Border Color

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

This div border color is #84690d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84690d


Comments

No comments written yet.

Please login to write comment.