Color Hex Logo

#3a3241 Color Hex

#3A3241
(58,50,65)
0 Favorites   0 Comments

Color spaces of #3a3241

RGB 585065
HSL0.760.130.23
HSV272°23°25°
CMYK 0.110.230.00   0.75
XYZ3.83973.56245.4863
Yxy3.56240.29790.2764
Hunter Lab18.87433.2831-4.0221
CIE-Lab22.16857.0432-8.0625

#3a3241 color RGB value is (58,50,65).

#3a3241 hex color red value is 58, green value is 50 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #3a3241 hue: 0.76 , saturation: 0.13 and the lightness value of 3a3241 is 0.23.

The process color (four color CMYK) of #3a3241 color hex is 0.11, 0.23, 0.00, 0.75. Web safe color of #3a3241 is #333333. Color #3a3241 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 00110010 01000001
Octal 72 62 101
Decimal 58 50 65
Hex 3A 32 41

RGB Percentages of Color #3a3241

%33.53
%28.90
%37.57

CMYK Percentages of Color #3a3241

%11
%23
%0
%75

Triadic Colors of #3a3241

#3a3241 #413a32 #32413a

Analogous Colors of #3a3241

#3a3241 #413241 #333241

Monochromatic Colors of #3a3241

#3a3241

Complementary Color

#3a3241 #394132

#3a3241 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a3241 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a3241 Color CSS Codes

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

#3a3241 Text Font Color

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

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


#3a3241 Background Color

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

This div background color is #3a3241


#3a3241 Border Color

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

This div border color is #3a3241


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a3241


Comments

No comments written yet.

Please login to write comment.