Color Hex Logo

#844529 Color Hex

#844529
(132,69,41)
0 Favorites   0 Comments

Color spaces of #844529

RGB 1326941
HSL0.050.530.34
HSV18°69°52°
CMYK 0.000.480.69   0.48
XYZ12.04419.32193.2623
Yxy9.32190.48900.3785
Hunter Lab30.531816.983615.0372
CIE-Lab36.596824.429228.5661

#844529 color RGB value is (132,69,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01000101 00101001
Octal 204 105 51
Decimal 132 69 41
Hex 84 45 29

RGB Percentages of Color #844529

%54.55
%28.51
%16.94

CMYK Percentages of Color #844529

%0
%48
%69
%48

Triadic Colors of #844529

#844529 #298445 #452984

Analogous Colors of #844529

#844529 #847329 #84293b

Monochromatic Colors of #844529

#844529

Complementary Color

#844529 #296884

#844529 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#844529 Color Preview on White Background

Lorem ipsum dolor sit amet.

#844529 Color CSS Codes

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

#844529 Text Font Color

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

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


#844529 Background Color

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

This div background color is #844529


#844529 Border Color

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

This div border color is #844529


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #844529


Comments

No comments written yet.

Please login to write comment.