Color Hex Logo

#575741 Color Hex

#575741
(87,87,65)
0 Favorites   0 Comments

Color spaces of #575741

RGB 878765
HSL0.170.140.30
HSV60°25°34°
CMYK 0.000.000.25   0.66
XYZ8.29289.22436.3444
Yxy9.22430.34750.3866
Hunter Lab30.3715-4.41168.8748
CIE-Lab36.4126-4.152512.8300

#575741 color RGB value is (87,87,65).

#575741 hex color red value is 87, green value is 87 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #575741 hue: 0.17 , saturation: 0.14 and the lightness value of 575741 is 0.30.

The process color (four color CMYK) of #575741 color hex is 0.00, 0.00, 0.25, 0.66. Web safe color of #575741 is #666633. Color #575741 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01010111 01000001
Octal 127 127 101
Decimal 87 87 65
Hex 57 57 41

RGB Percentages of Color #575741

%36.40
%36.40
%27.20

CMYK Percentages of Color #575741

%0
%0
%25
%66

Triadic Colors of #575741

#575741 #415757 #574157

Analogous Colors of #575741

#575741 #4c5741 #574c41

Monochromatic Colors of #575741

#575741

Complementary Color

#575741 #414157

#575741 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#575741 Color Preview on White Background

Lorem ipsum dolor sit amet.

#575741 Color CSS Codes

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

#575741 Text Font Color

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

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


#575741 Background Color

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

This div background color is #575741


#575741 Border Color

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

This div border color is #575741


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #575741


Comments

No comments written yet.

Please login to write comment.