Color Hex Logo

#3d585d Color Hex

#3D585D
(61,88,93)
0 Favorites   0 Comments

Color spaces of #3d585d

RGB 618893
HSL0.530.210.30
HSV189°34°36°
CMYK 0.340.050.00   0.64
XYZ7.39008.761911.6576
Yxy8.76190.26570.3151
Hunter Lab29.6005-7.2370-2.6299
CIE-Lab35.5218-8.6712-6.1379

#3d585d color RGB value is (61,88,93).

#3d585d hex color red value is 61, green value is 88 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #3d585d hue: 0.53 , saturation: 0.21 and the lightness value of 3d585d is 0.30.

The process color (four color CMYK) of #3d585d color hex is 0.34, 0.05, 0.00, 0.64. Web safe color of #3d585d is #336666. Color #3d585d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 01011000 01011101
Octal 75 130 135
Decimal 61 88 93
Hex 3D 58 5D

RGB Percentages of Color #3d585d

%25.21
%36.36
%38.43

CMYK Percentages of Color #3d585d

%34
%5
%0
%64

Triadic Colors of #3d585d

#3d585d #5d3d58 #585d3d

Analogous Colors of #3d585d

#3d585d #3d485d #3d5d52

Monochromatic Colors of #3d585d

#3d585d

Complementary Color

#3d585d #5d423d

#3d585d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3d585d Color Preview on White Background

Lorem ipsum dolor sit amet.

#3d585d Color CSS Codes

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

#3d585d Text Font Color

<p style="color:#3d585d">Text here</p>

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


#3d585d Background Color

<div style="background-color:#3d585d">
Div content here</div>

This div background color is #3d585d


#3d585d Border Color

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

This div border color is #3d585d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(61,88,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3d585d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3d585d;
  -webkit-box-shadow: 1px 1px 3px 2px #3d585d;
  box-shadow:         1px 1px 3px 2px #3d585d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3d585d


Comments

No comments written yet.

Please login to write comment.