Color Hex Logo

#846552 Color Hex

#846552
(132,101,82)
0 Favorites   0 Comments

Color spaces of #846552

RGB 13210182
HSL0.060.230.42
HSV23°38°52°
CMYK 0.000.230.38   0.48
XYZ15.692414.822110.0165
Yxy14.82210.38720.3657
Hunter Lab38.49955.382611.5240
CIE-Lab45.38969.686315.5591

#846552 color RGB value is (132,101,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01100101 01010010
Octal 204 145 122
Decimal 132 101 82
Hex 84 65 52

RGB Percentages of Color #846552

%41.90
%32.06
%26.03

CMYK Percentages of Color #846552

%0
%23
%38
%48

Triadic Colors of #846552

#846552 #528465 #655284

Analogous Colors of #846552

#846552 #847e52 #845258

Monochromatic Colors of #846552

#846552

Complementary Color

#846552 #527184

#846552 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#846552 Color Preview on White Background

Lorem ipsum dolor sit amet.

#846552 Color CSS Codes

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

#846552 Text Font Color

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

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


#846552 Background Color

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

This div background color is #846552


#846552 Border Color

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

This div border color is #846552


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #846552

#846552 Color Palettes


Comments

No comments written yet.

Please login to write comment.