Color Hex Logo

#3a4146 Color Hex

#3A4146
(58,65,70)
0 Favorites   0 Comments

Color spaces of #3a4146

RGB 586570
HSL0.570.090.25
HSV205°17°27°
CMYK 0.170.070.00   0.73
XYZ4.74075.12236.5332
Yxy5.12230.28910.3124
Hunter Lab22.6325-2.2175-1.2722
CIE-Lab27.0804-1.6404-4.0217

#3a4146 color RGB value is (58,65,70).

#3a4146 hex color red value is 58, green value is 65 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #3a4146 hue: 0.57 , saturation: 0.09 and the lightness value of 3a4146 is 0.25.

The process color (four color CMYK) of #3a4146 color hex is 0.17, 0.07, 0.00, 0.73. Web safe color of #3a4146 is #333333. Color #3a4146 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 01000001 01000110
Octal 72 101 106
Decimal 58 65 70
Hex 3A 41 46

RGB Percentages of Color #3a4146

%30.05
%33.68
%36.27

CMYK Percentages of Color #3a4146

%17
%7
%0
%73

Triadic Colors of #3a4146

#3a4146 #463a41 #41463a

Analogous Colors of #3a4146

#3a4146 #3a3b46 #3a4645

Monochromatic Colors of #3a4146

#3a4146

Complementary Color

#3a4146 #463f3a

#3a4146 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a4146 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a4146 Color CSS Codes

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

#3a4146 Text Font Color

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

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


#3a4146 Background Color

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

This div background color is #3a4146


#3a4146 Border Color

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

This div border color is #3a4146


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a4146


Comments

No comments written yet.

Please login to write comment.