Color Hex Logo

#3a757d Color Hex

#3A757D
(58,117,125)
0 Favorites   0 Comments

Color spaces of #3a757d

RGB 58117125
HSL0.520.370.36
HSV187°54°49°
CMYK 0.540.060.00   0.51
XYZ11.807915.102821.6948
Yxy15.10280.24290.3107
Hunter Lab38.8623-13.7737-5.8949
CIE-Lab45.7747-16.7831-10.3060

#3a757d color RGB value is (58,117,125).

#3a757d hex color red value is 58, green value is 117 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #3a757d hue: 0.52 , saturation: 0.37 and the lightness value of 3a757d is 0.36.

The process color (four color CMYK) of #3a757d color hex is 0.54, 0.06, 0.00, 0.51. Web safe color of #3a757d is #336666. Color #3a757d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 01110101 01111101
Octal 72 165 175
Decimal 58 117 125
Hex 3A 75 7D

RGB Percentages of Color #3a757d

%19.33
%39.00
%41.67

CMYK Percentages of Color #3a757d

%54
%6
%0
%51

Triadic Colors of #3a757d

#3a757d #7d3a75 #757d3a

Analogous Colors of #3a757d

#3a757d #3a547d #3a7d64

Monochromatic Colors of #3a757d

#3a757d

Complementary Color

#3a757d #7d423a

#3a757d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a757d Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a757d Color CSS Codes

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

#3a757d Text Font Color

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

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


#3a757d Background Color

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

This div background color is #3a757d


#3a757d Border Color

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

This div border color is #3a757d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a757d


Comments

No comments written yet.

Please login to write comment.