Color Hex Logo

#84330d Color Hex

#84330D
(132,51,13)
0 Favorites   0 Comments

Color spaces of #84330d

RGB 1325113
HSL0.050.820.28
HSV19°90°52°
CMYK 0.000.610.90   0.48
XYZ10.77227.30221.2225
Yxy7.30220.55820.3784
Hunter Lab27.022623.867216.2335
CIE-Lab32.485232.980538.8108

#84330d color RGB value is (132,51,13).

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

The process color (four color CMYK) of #84330d color hex is 0.00, 0.61, 0.90, 0.48. Web safe color of #84330d is #993300. Color #84330d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00110011 00001101
Octal 204 63 15
Decimal 132 51 13
Hex 84 33 D

RGB Percentages of Color #84330d

%67.35
%26.02
%6.63

CMYK Percentages of Color #84330d

%0
%61
%90
%48

Triadic Colors of #84330d

#84330d #0d8433 #330d84

Analogous Colors of #84330d

#84330d #846f0d #840d23

Monochromatic Colors of #84330d

#84330d

Complementary Color

#84330d #0d5e84

#84330d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84330d Color Preview on White Background

Lorem ipsum dolor sit amet.

#84330d Color CSS Codes

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

#84330d Text Font Color

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

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


#84330d Background Color

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

This div background color is #84330d


#84330d Border Color

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

This div border color is #84330d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84330d


Comments

No comments written yet.

Please login to write comment.