Color Hex Logo

#3d594e Color Hex

#3D594E
(61,89,78)
0 Favorites   0 Comments

Color spaces of #3d594e

RGB 618978
HSL0.430.190.29
HSV156°31°35°
CMYK 0.310.000.12   0.65
XYZ6.87208.68698.5223
Yxy8.68690.28540.3607
Hunter Lab29.4735-9.96003.4877
CIE-Lab35.3743-13.14323.0247

#3d594e color RGB value is (61,89,78).

#3d594e hex color red value is 61, green value is 89 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #3d594e hue: 0.43 , saturation: 0.19 and the lightness value of 3d594e is 0.29.

The process color (four color CMYK) of #3d594e color hex is 0.31, 0.00, 0.12, 0.65. Web safe color of #3d594e is #336666. Color #3d594e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 01011001 01001110
Octal 75 131 116
Decimal 61 89 78
Hex 3D 59 4E

RGB Percentages of Color #3d594e

%26.75
%39.04
%34.21

CMYK Percentages of Color #3d594e

%31
%0
%12
%65

Triadic Colors of #3d594e

#3d594e #4e3d59 #594e3d

Analogous Colors of #3d594e

#3d594e #3d5659 #3d5940

Monochromatic Colors of #3d594e

#3d594e

Complementary Color

#3d594e #593d48

#3d594e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3d594e Color Preview on White Background

Lorem ipsum dolor sit amet.

#3d594e Color CSS Codes

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

#3d594e Text Font Color

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

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


#3d594e Background Color

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

This div background color is #3d594e


#3d594e Border Color

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

This div border color is #3d594e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3d594e


Comments

No comments written yet.

Please login to write comment.