Color Hex Logo

#84333e Color Hex

#84333E
(132,51,62)
0 Favorites   0 Comments

Color spaces of #84333e

RGB 1325162
HSL0.980.440.36
HSV352°61°52°
CMYK 0.000.610.53   0.48
XYZ11.56907.62105.4187
Yxy7.62100.47010.3097
Hunter Lab27.606226.49387.6865
CIE-Lab33.180835.807011.2288

#84333e color RGB value is (132,51,62).

#84333e hex color red value is 132, green value is 51 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #84333e hue: 0.98 , saturation: 0.44 and the lightness value of 84333e is 0.36.

The process color (four color CMYK) of #84333e color hex is 0.00, 0.61, 0.53, 0.48. Web safe color of #84333e is #993333. Color #84333e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00110011 00111110
Octal 204 63 76
Decimal 132 51 62
Hex 84 33 3E

RGB Percentages of Color #84333e

%53.88
%20.82
%25.31

CMYK Percentages of Color #84333e

%0
%61
%53
%48

Triadic Colors of #84333e

#84333e #3e8433 #333e84

Analogous Colors of #84333e

#84333e #845133 #843367

Monochromatic Colors of #84333e

#84333e

Complementary Color

#84333e #338479

#84333e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84333e Color Preview on White Background

Lorem ipsum dolor sit amet.

#84333e Color CSS Codes

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

#84333e Text Font Color

<p style="color:#84333e">Text here</p>

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


#84333e Background Color

<div style="background-color:#84333e">
Div content here</div>

This div background color is #84333e


#84333e Border Color

<div style="border:3px solid #84333e">
Div here</div>

This div border color is #84333e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,51,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #84333e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84333e


Comments

No comments written yet.

Please login to write comment.