Color Hex Logo

#5f524d Color Hex

#5F524D
(95,82,77)
0 Favorites   0 Comments

Color spaces of #5f524d

RGB 958277
HSL0.050.100.34
HSV17°19°37°
CMYK 0.000.140.19   0.63
XYZ9.07629.00338.2806
Yxy9.00330.34430.3416
Hunter Lab30.00551.48394.6416
CIE-Lab35.99064.44044.9038

#5f524d color RGB value is (95,82,77).

#5f524d hex color red value is 95, green value is 82 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #5f524d hue: 0.05 , saturation: 0.10 and the lightness value of 5f524d is 0.34.

The process color (four color CMYK) of #5f524d color hex is 0.00, 0.14, 0.19, 0.63. Web safe color of #5f524d is #666666. Color #5f524d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 01010010 01001101
Octal 137 122 115
Decimal 95 82 77
Hex 5F 52 4D

RGB Percentages of Color #5f524d

%37.40
%32.28
%30.31

CMYK Percentages of Color #5f524d

%0
%14
%19
%63

Triadic Colors of #5f524d

#5f524d #4d5f52 #524d5f

Analogous Colors of #5f524d

#5f524d #5f5b4d #5f4d51

Monochromatic Colors of #5f524d

#5f524d

Complementary Color

#5f524d #4d5a5f

#5f524d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f524d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f524d Color CSS Codes

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

#5f524d Text Font Color

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

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


#5f524d Background Color

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

This div background color is #5f524d


#5f524d Border Color

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

This div border color is #5f524d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(95,82,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5f524d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5f524d;
  -webkit-box-shadow: 1px 1px 3px 2px #5f524d;
  box-shadow:         1px 1px 3px 2px #5f524d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f524d


Comments

No comments written yet.

Please login to write comment.