Color Hex Logo

#845429 Color Hex

#845429
(132,84,41)
0 Favorites   0 Comments

Color spaces of #845429

RGB 1328441
HSL0.080.530.34
HSV28°69°52°
CMYK 0.000.360.69   0.48
XYZ13.086311.40633.6097
Yxy11.40630.46570.4059
Hunter Lab33.773210.061317.3043
CIE-Lab40.256515.699132.7449

#845429 color RGB value is (132,84,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01010100 00101001
Octal 204 124 51
Decimal 132 84 41
Hex 84 54 29

RGB Percentages of Color #845429

%51.36
%32.68
%15.95

CMYK Percentages of Color #845429

%0
%36
%69
%48

Triadic Colors of #845429

#845429 #298454 #542984

Analogous Colors of #845429

#845429 #848229 #84292b

Monochromatic Colors of #845429

#845429

Complementary Color

#845429 #295984

#845429 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#845429 Color Preview on White Background

Lorem ipsum dolor sit amet.

#845429 Color CSS Codes

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

#845429 Text Font Color

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

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


#845429 Background Color

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

This div background color is #845429


#845429 Border Color

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

This div border color is #845429


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,84,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 #845429">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #845429


Comments

No comments written yet.

Please login to write comment.