Color Hex Logo

#5f756c Color Hex

#5F756C
(95,117,108)
0 Favorites   0 Comments

Color spaces of #5f756c

RGB 95117108
HSL0.430.100.42
HSV155°19°46°
CMYK 0.190.000.08   0.54
XYZ13.787416.238216.5950
Yxy16.23820.29570.3483
Hunter Lab40.2966-9.44583.7908
CIE-Lab47.2855-10.06732.2806

#5f756c color RGB value is (95,117,108).

#5f756c hex color red value is 95, green value is 117 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #5f756c hue: 0.43 , saturation: 0.10 and the lightness value of 5f756c is 0.42.

The process color (four color CMYK) of #5f756c color hex is 0.19, 0.00, 0.08, 0.54. Web safe color of #5f756c is #666666. Color #5f756c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 01110101 01101100
Octal 137 165 154
Decimal 95 117 108
Hex 5F 75 6C

RGB Percentages of Color #5f756c

%29.69
%36.56
%33.75

CMYK Percentages of Color #5f756c

%19
%0
%8
%54

Triadic Colors of #5f756c

#5f756c #6c5f75 #756c5f

Analogous Colors of #5f756c

#5f756c #5f7375 #5f7561

Monochromatic Colors of #5f756c

#5f756c

Complementary Color

#5f756c #755f68

#5f756c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f756c Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f756c Color CSS Codes

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

#5f756c Text Font Color

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

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


#5f756c Background Color

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

This div background color is #5f756c


#5f756c Border Color

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

This div border color is #5f756c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f756c


Comments

No comments written yet.

Please login to write comment.