Color Hex Logo

#3a3e40 Color Hex

#3A3E40
(58,62,64)
0 Favorites   0 Comments

Color spaces of #3a3e40

RGB 586264
HSL0.560.050.24
HSV200°25°
CMYK 0.090.030.00   0.75
XYZ4.39304.71505.5290
Yxy4.71500.30010.3221
Hunter Lab21.7141-1.88700.1030
CIE-Lab25.9069-1.1965-1.8082

#3a3e40 color RGB value is (58,62,64).

#3a3e40 hex color red value is 58, green value is 62 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #3a3e40 hue: 0.56 , saturation: 0.05 and the lightness value of 3a3e40 is 0.24.

The process color (four color CMYK) of #3a3e40 color hex is 0.09, 0.03, 0.00, 0.75. Web safe color of #3a3e40 is #333333. Color #3a3e40 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 00111110 01000000
Octal 72 76 100
Decimal 58 62 64
Hex 3A 3E 40

RGB Percentages of Color #3a3e40

%31.52
%33.70
%34.78

CMYK Percentages of Color #3a3e40

%9
%3
%0
%75

Triadic Colors of #3a3e40

#3a3e40 #403a3e #3e403a

Analogous Colors of #3a3e40

#3a3e40 #3a3b40 #3a403f

Monochromatic Colors of #3a3e40

#3a3e40

Complementary Color

#3a3e40 #403c3a

#3a3e40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a3e40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a3e40 Color CSS Codes

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

#3a3e40 Text Font Color

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

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


#3a3e40 Background Color

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

This div background color is #3a3e40


#3a3e40 Border Color

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

This div border color is #3a3e40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a3e40


Comments

No comments written yet.

Please login to write comment.