Color Hex Logo

#845a52 Color Hex

#845A52
(132,90,82)
0 Favorites   0 Comments

Color spaces of #845a52

RGB 1329082
HSL0.030.230.42
HSV10°38°52°
CMYK 0.000.320.38   0.48
XYZ14.694912.82719.6840
Yxy12.82710.39500.3448
Hunter Lab35.814910.56269.0390
CIE-Lab42.501616.195011.5901

#845a52 color RGB value is (132,90,82).

#845a52 hex color red value is 132, green value is 90 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #845a52 hue: 0.03 , saturation: 0.23 and the lightness value of 845a52 is 0.42.

The process color (four color CMYK) of #845a52 color hex is 0.00, 0.32, 0.38, 0.48. Web safe color of #845a52 is #996666. Color #845a52 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01011010 01010010
Octal 204 132 122
Decimal 132 90 82
Hex 84 5A 52

RGB Percentages of Color #845a52

%43.42
%29.61
%26.97

CMYK Percentages of Color #845a52

%0
%32
%38
%48

Triadic Colors of #845a52

#845a52 #52845a #5a5284

Analogous Colors of #845a52

#845a52 #847352 #845263

Monochromatic Colors of #845a52

#845a52

Complementary Color

#845a52 #527c84

#845a52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#845a52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#845a52 Color CSS Codes

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

#845a52 Text Font Color

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

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


#845a52 Background Color

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

This div background color is #845a52


#845a52 Border Color

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

This div border color is #845a52


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,90,82, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #845a52; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #845a52;
  -webkit-box-shadow: 1px 1px 3px 2px #845a52;
  box-shadow:         1px 1px 3px 2px #845a52; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #845a52


Comments

No comments written yet.

Please login to write comment.