Color Hex Logo

#3a4849 Color Hex

#3A4849
(58,72,73)
0 Favorites   0 Comments

Color spaces of #3a4849

RGB 587273
HSL0.510.110.26
HSV184°21°29°
CMYK 0.210.010.00   0.71
XYZ5.26496.01537.1869
Yxy6.01530.28510.3257
Hunter Lab24.5261-4.6030-0.2055
CIE-Lab29.4510-5.3106-2.4633

#3a4849 color RGB value is (58,72,73).

#3a4849 hex color red value is 58, green value is 72 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #3a4849 hue: 0.51 , saturation: 0.11 and the lightness value of 3a4849 is 0.26.

The process color (four color CMYK) of #3a4849 color hex is 0.21, 0.01, 0.00, 0.71. Web safe color of #3a4849 is #333333. Color #3a4849 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 01001000 01001001
Octal 72 110 111
Decimal 58 72 73
Hex 3A 48 49

RGB Percentages of Color #3a4849

%28.57
%35.47
%35.96

CMYK Percentages of Color #3a4849

%21
%1
%0
%71

Triadic Colors of #3a4849

#3a4849 #493a48 #48493a

Analogous Colors of #3a4849

#3a4849 #3a4149 #3a4943

Monochromatic Colors of #3a4849

#3a4849

Complementary Color

#3a4849 #493b3a

#3a4849 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a4849 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a4849 Color CSS Codes

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

#3a4849 Text Font Color

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

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


#3a4849 Background Color

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

This div background color is #3a4849


#3a4849 Border Color

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

This div border color is #3a4849


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a4849


Comments

No comments written yet.

Please login to write comment.