Color Hex Logo

#3a535c Color Hex

#3A535C
(58,83,92)
0 Favorites   0 Comments

Color spaces of #3a535c

RGB 588392
HSL0.540.230.29
HSV196°37°36°
CMYK 0.370.100.00   0.64
XYZ6.76997.858811.2853
Yxy7.85880.26120.3033
Hunter Lab28.0336-5.9523-4.2445
CIE-Lab33.6871-6.9072-8.2792

#3a535c color RGB value is (58,83,92).

#3a535c hex color red value is 58, green value is 83 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #3a535c hue: 0.54 , saturation: 0.23 and the lightness value of 3a535c is 0.29.

The process color (four color CMYK) of #3a535c color hex is 0.37, 0.10, 0.00, 0.64. Web safe color of #3a535c is #336666. Color #3a535c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 01010011 01011100
Octal 72 123 134
Decimal 58 83 92
Hex 3A 53 5C

RGB Percentages of Color #3a535c

%24.89
%35.62
%39.48

CMYK Percentages of Color #3a535c

%37
%10
%0
%64

Triadic Colors of #3a535c

#3a535c #5c3a53 #535c3a

Analogous Colors of #3a535c

#3a535c #3a425c #3a5c54

Monochromatic Colors of #3a535c

#3a535c

Complementary Color

#3a535c #5c433a

#3a535c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a535c Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a535c Color CSS Codes

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

#3a535c Text Font Color

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

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


#3a535c Background Color

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

This div background color is #3a535c


#3a535c Border Color

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

This div border color is #3a535c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a535c


Comments

No comments written yet.

Please login to write comment.