Color Hex Logo

#84241d Color Hex

#84241D
(132,36,29)
0 Favorites   0 Comments

Color spaces of #84241d

RGB 1323629
HSL0.010.640.32
HSV78°52°
CMYK 0.000.730.78   0.48
XYZ10.36846.25601.8235
Yxy6.25600.56200.3391
Hunter Lab25.012030.223913.1859
CIE-Lab30.049440.417828.2259

#84241d color RGB value is (132,36,29).

#84241d hex color red value is 132, green value is 36 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #84241d hue: 0.01 , saturation: 0.64 and the lightness value of 84241d is 0.32.

The process color (four color CMYK) of #84241d color hex is 0.00, 0.73, 0.78, 0.48. Web safe color of #84241d is #993333. Color #84241d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00100100 00011101
Octal 204 44 35
Decimal 132 36 29
Hex 84 24 1D

RGB Percentages of Color #84241d

%67.01
%18.27
%14.72

CMYK Percentages of Color #84241d

%0
%73
%78
%48

Triadic Colors of #84241d

#84241d #1d8424 #241d84

Analogous Colors of #84241d

#84241d #84581d #841d4a

Monochromatic Colors of #84241d

#84241d

Complementary Color

#84241d #1d7d84

#84241d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84241d Color Preview on White Background

Lorem ipsum dolor sit amet.

#84241d Color CSS Codes

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

#84241d Text Font Color

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

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


#84241d Background Color

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

This div background color is #84241d


#84241d Border Color

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

This div border color is #84241d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84241d


Comments

No comments written yet.

Please login to write comment.