Color Hex Logo

#3a585e Color Hex

#3A585E
(58,88,94)
1 Favorites   0 Comments

Color spaces of #3a585e

RGB 588894
HSL0.530.240.30
HSV190°38°37°
CMYK 0.380.060.00   0.63
XYZ7.25508.687111.8841
Yxy8.68710.26070.3122
Hunter Lab29.4739-7.6415-3.2745
CIE-Lab35.3747-9.3449-7.0025

#3a585e color RGB value is (58,88,94).

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

The process color (four color CMYK) of #3a585e color hex is 0.38, 0.06, 0.00, 0.63. Web safe color of #3a585e is #336666. Color #3a585e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 01011000 01011110
Octal 72 130 136
Decimal 58 88 94
Hex 3A 58 5E

RGB Percentages of Color #3a585e

%24.17
%36.67
%39.17

CMYK Percentages of Color #3a585e

%38
%6
%0
%63

Triadic Colors of #3a585e

#3a585e #5e3a58 #585e3a

Analogous Colors of #3a585e

#3a585e #3a465e #3a5e52

Monochromatic Colors of #3a585e

#3a585e

Complementary Color

#3a585e #5e403a

#3a585e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a585e Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a585e Color CSS Codes

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

#3a585e Text Font Color

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

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


#3a585e Background Color

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

This div background color is #3a585e


#3a585e Border Color

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

This div border color is #3a585e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a585e

#3a585e Color Palettes


Comments

No comments written yet.

Please login to write comment.