Color Hex Logo

#5d7461 Color Hex

#5D7461
(93,116,97)
0 Favorites   0 Comments

Color spaces of #5d7461

RGB 9311697
HSL0.360.110.41
HSV130°20°45°
CMYK 0.200.000.16   0.55
XYZ12.917315.681013.6552
Yxy15.68100.30570.3711
Hunter Lab39.5992-11.07197.2742
CIE-Lab46.5532-12.55787.7406

#5d7461 color RGB value is (93,116,97).

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

The process color (four color CMYK) of #5d7461 color hex is 0.20, 0.00, 0.16, 0.55. Web safe color of #5d7461 is #666666. Color #5d7461 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 01110100 01100001
Octal 135 164 141
Decimal 93 116 97
Hex 5D 74 61

RGB Percentages of Color #5d7461

%30.39
%37.91
%31.70

CMYK Percentages of Color #5d7461

%20
%0
%16
%55

Triadic Colors of #5d7461

#5d7461 #615d74 #74615d

Analogous Colors of #5d7461

#5d7461 #5d746d #65745d

Monochromatic Colors of #5d7461

#5d7461

Complementary Color

#5d7461 #745d70

#5d7461 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d7461 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d7461 Color CSS Codes

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

#5d7461 Text Font Color

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

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


#5d7461 Background Color

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

This div background color is #5d7461


#5d7461 Border Color

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

This div border color is #5d7461


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d7461


Comments

No comments written yet.

Please login to write comment.