Color Hex Logo

#5d674f Color Hex

#5D674F
(93,103,79)
0 Favorites   0 Comments

Color spaces of #5d674f

RGB 9310379
HSL0.240.130.36
HSV85°23°40°
CMYK 0.100.000.23   0.60
XYZ10.775712.59229.2597
Yxy12.59220.33030.3859
Hunter Lab35.4855-7.89549.3685
CIE-Lab42.1423-8.618512.2940

#5d674f color RGB value is (93,103,79).

#5d674f hex color red value is 93, green value is 103 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #5d674f hue: 0.24 , saturation: 0.13 and the lightness value of 5d674f is 0.36.

The process color (four color CMYK) of #5d674f color hex is 0.10, 0.00, 0.23, 0.60. Web safe color of #5d674f is #666666. Color #5d674f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 01100111 01001111
Octal 135 147 117
Decimal 93 103 79
Hex 5D 67 4F

RGB Percentages of Color #5d674f

%33.82
%37.45
%28.73

CMYK Percentages of Color #5d674f

%10
%0
%23
%60

Triadic Colors of #5d674f

#5d674f #4f5d67 #674f5d

Analogous Colors of #5d674f

#5d674f #51674f #67654f

Monochromatic Colors of #5d674f

#5d674f

Complementary Color

#5d674f #594f67

#5d674f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d674f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d674f Color CSS Codes

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

#5d674f Text Font Color

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

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


#5d674f Background Color

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

This div background color is #5d674f


#5d674f Border Color

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

This div border color is #5d674f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d674f


Comments

No comments written yet.

Please login to write comment.