Color Hex Logo

#84650d Color Hex

#84650D
(132,101,13)
0 Favorites   0 Comments

Color spaces of #84650d

RGB 13210113
HSL0.120.820.28
HSV44°90°52°
CMYK 0.000.230.90   0.48
XYZ14.242014.24202.3791
Yxy14.24200.46150.4615
Hunter Lab37.73861.320922.6793
CIE-Lab44.57804.459048.5317

#84650d color RGB value is (132,101,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01100101 00001101
Octal 204 145 15
Decimal 132 101 13
Hex 84 65 D

RGB Percentages of Color #84650d

%53.66
%41.06
%5.28

CMYK Percentages of Color #84650d

%0
%23
%90
%48

Triadic Colors of #84650d

#84650d #0d8465 #650d84

Analogous Colors of #84650d

#84650d #68840d #842a0d

Monochromatic Colors of #84650d

#84650d

Complementary Color

#84650d #0d2c84

#84650d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84650d Color Preview on White Background

Lorem ipsum dolor sit amet.

#84650d Color CSS Codes

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

#84650d Text Font Color

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

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


#84650d Background Color

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

This div background color is #84650d


#84650d Border Color

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

This div border color is #84650d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84650d


Comments

No comments written yet.

Please login to write comment.