Color Hex Logo

#842837 Color Hex

#842837
(132,40,55)
0 Favorites   0 Comments

Color spaces of #842837

RGB 1324055
HSL0.970.530.34
HSV350°70°52°
CMYK 0.000.700.58   0.48
XYZ10.96416.69904.3296
Yxy6.69900.49850.3046
Hunter Lab25.882430.32058.1997
CIE-Lab31.111640.329512.9628

#842837 color RGB value is (132,40,55).

#842837 hex color red value is 132, green value is 40 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #842837 hue: 0.97 , saturation: 0.53 and the lightness value of 842837 is 0.34.

The process color (four color CMYK) of #842837 color hex is 0.00, 0.70, 0.58, 0.48. Web safe color of #842837 is #993333. Color #842837 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00101000 00110111
Octal 204 50 67
Decimal 132 40 55
Hex 84 28 37

RGB Percentages of Color #842837

%58.15
%17.62
%24.23

CMYK Percentages of Color #842837

%0
%70
%58
%48

Triadic Colors of #842837

#842837 #378428 #283784

Analogous Colors of #842837

#842837 #844728 #842865

Monochromatic Colors of #842837

#842837

Complementary Color

#842837 #288475

#842837 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#842837 Color Preview on White Background

Lorem ipsum dolor sit amet.

#842837 Color CSS Codes

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

#842837 Text Font Color

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

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


#842837 Background Color

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

This div background color is #842837


#842837 Border Color

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

This div border color is #842837


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,40,55, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #842837; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #842837;
  -webkit-box-shadow: 1px 1px 3px 2px #842837;
  box-shadow:         1px 1px 3px 2px #842837; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #842837

#842837 Color Palettes


Comments

No comments written yet.

Please login to write comment.