Color Hex Logo

#34595d Color Hex

#34595D
(52,89,93)
0 Favorites   0 Comments

Color spaces of #34595d

RGB 528993
HSL0.520.280.28
HSV186°44°36°
CMYK 0.440.040.00   0.64
XYZ6.96438.665111.6614
Yxy8.66510.25520.3175
Hunter Lab29.4365-9.2832-2.8824
CIE-Lab35.3313-12.0294-6.4765

#34595d color RGB value is (52,89,93).

#34595d hex color red value is 52, green value is 89 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #34595d hue: 0.52 , saturation: 0.28 and the lightness value of 34595d is 0.28.

The process color (four color CMYK) of #34595d color hex is 0.44, 0.04, 0.00, 0.64. Web safe color of #34595d is #336666. Color #34595d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01011001 01011101
Octal 64 131 135
Decimal 52 89 93
Hex 34 59 5D

RGB Percentages of Color #34595d

%22.22
%38.03
%39.74

CMYK Percentages of Color #34595d

%44
%4
%0
%64

Triadic Colors of #34595d

#34595d #5d3459 #595d34

Analogous Colors of #34595d

#34595d #34455d #345d4d

Monochromatic Colors of #34595d

#34595d

Complementary Color

#34595d #5d3834

#34595d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34595d Color Preview on White Background

Lorem ipsum dolor sit amet.

#34595d Color CSS Codes

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

#34595d Text Font Color

<p style="color:#34595d">Text here</p>

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


#34595d Background Color

<div style="background-color:#34595d">
Div content here</div>

This div background color is #34595d


#34595d Border Color

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

This div border color is #34595d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,89,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #34595d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #34595d;
  -webkit-box-shadow: 1px 1px 3px 2px #34595d;
  box-shadow:         1px 1px 3px 2px #34595d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(52,89,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 #34595d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34595d


Comments

No comments written yet.

Please login to write comment.