Color Hex Logo

#844124 Color Hex

#844124
(132,65,36)
0 Favorites   0 Comments

Color spaces of #844124

RGB 1326536
HSL0.050.570.33
HSV18°73°52°
CMYK 0.000.510.73   0.48
XYZ11.72458.81352.7523
Yxy8.81350.50340.3784
Hunter Lab29.687518.541815.2846
CIE-Lab35.622726.386630.3087

#844124 color RGB value is (132,65,36).

#844124 hex color red value is 132, green value is 65 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #844124 hue: 0.05 , saturation: 0.57 and the lightness value of 844124 is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01000001 00100100
Octal 204 101 44
Decimal 132 65 36
Hex 84 41 24

RGB Percentages of Color #844124

%56.65
%27.90
%15.45

CMYK Percentages of Color #844124

%0
%51
%73
%48

Triadic Colors of #844124

#844124 #248441 #412484

Analogous Colors of #844124

#844124 #847124 #842437

Monochromatic Colors of #844124

#844124

Complementary Color

#844124 #246784

#844124 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#844124 Color Preview on White Background

Lorem ipsum dolor sit amet.

#844124 Color CSS Codes

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

#844124 Text Font Color

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

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


#844124 Background Color

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

This div background color is #844124


#844124 Border Color

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

This div border color is #844124


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #844124


Comments

No comments written yet.

Please login to write comment.