Color Hex Logo

#5d756a Color Hex

#5D756A
(93,117,106)
0 Favorites   0 Comments

Color spaces of #5d756a

RGB 93117106
HSL0.420.110.41
HSV153°21°46°
CMYK 0.210.000.09   0.54
XYZ13.477016.090316.0311
Yxy16.09030.29560.3529
Hunter Lab40.1127-10.22514.3836
CIE-Lab47.0927-11.22313.1724

#5d756a color RGB value is (93,117,106).

#5d756a hex color red value is 93, green value is 117 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #5d756a hue: 0.42 , saturation: 0.11 and the lightness value of 5d756a is 0.41.

The process color (four color CMYK) of #5d756a color hex is 0.21, 0.00, 0.09, 0.54. Web safe color of #5d756a is #666666. Color #5d756a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 01110101 01101010
Octal 135 165 152
Decimal 93 117 106
Hex 5D 75 6A

RGB Percentages of Color #5d756a

%29.43
%37.03
%33.54

CMYK Percentages of Color #5d756a

%21
%0
%9
%54

Triadic Colors of #5d756a

#5d756a #6a5d75 #756a5d

Analogous Colors of #5d756a

#5d756a #5d7475 #5d755e

Monochromatic Colors of #5d756a

#5d756a

Complementary Color

#5d756a #755d68

#5d756a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d756a Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d756a Color CSS Codes

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

#5d756a Text Font Color

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

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


#5d756a Background Color

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

This div background color is #5d756a


#5d756a Border Color

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

This div border color is #5d756a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d756a


Comments

No comments written yet.

Please login to write comment.