Color Hex Logo

#845757 Color Hex

#845757
(132,87,87)
0 Favorites   0 Comments

Color spaces of #845757

RGB 1328787
HSL0.000.210.43
HSV34°52°
CMYK 0.000.340.34   0.48
XYZ14.644212.410010.6404
Yxy12.41000.38850.3292
Hunter Lab35.227812.55376.7512
CIE-Lab41.860518.64947.6376

#845757 color RGB value is (132,87,87).

#845757 hex color red value is 132, green value is 87 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #845757 hue: 0.00 , saturation: 0.21 and the lightness value of 845757 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01010111 01010111
Octal 204 127 127
Decimal 132 87 87
Hex 84 57 57

RGB Percentages of Color #845757

%43.14
%28.43
%28.43

CMYK Percentages of Color #845757

%0
%34
%34
%48

Triadic Colors of #845757

#845757 #578457 #575784

Analogous Colors of #845757

#845757 #846e57 #84576e

Monochromatic Colors of #845757

#845757

Complementary Color

#845757 #578484

#845757 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#845757 Color Preview on White Background

Lorem ipsum dolor sit amet.

#845757 Color CSS Codes

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

#845757 Text Font Color

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

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


#845757 Background Color

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

This div background color is #845757


#845757 Border Color

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

This div border color is #845757


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #845757


Comments

No comments written yet.

Please login to write comment.