Color Hex Logo

#353040 Color Hex

#353040
(53,48,64)
0 Favorites   0 Comments

Color spaces of #353040

RGB 534864
HSL0.720.140.22
HSV259°25°25°
CMYK 0.170.250.00   0.75
XYZ3.45063.24105.2942
Yxy3.24100.28790.2704
Hunter Lab18.00282.7083-4.8339
CIE-Lab20.98436.1448-9.2318

#353040 color RGB value is (53,48,64).

#353040 hex color red value is 53, green value is 48 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #353040 hue: 0.72 , saturation: 0.14 and the lightness value of 353040 is 0.22.

The process color (four color CMYK) of #353040 color hex is 0.17, 0.25, 0.00, 0.75. Web safe color of #353040 is #333333. Color #353040 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00110000 01000000
Octal 65 60 100
Decimal 53 48 64
Hex 35 30 40

RGB Percentages of Color #353040

%32.12
%29.09
%38.79

CMYK Percentages of Color #353040

%17
%25
%0
%75

Triadic Colors of #353040

#353040 #403530 #304035

Analogous Colors of #353040

#353040 #3d3040 #303340

Monochromatic Colors of #353040

#353040

Complementary Color

#353040 #3b4030

#353040 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#353040 Color Preview on White Background

Lorem ipsum dolor sit amet.

#353040 Color CSS Codes

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

#353040 Text Font Color

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

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


#353040 Background Color

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

This div background color is #353040


#353040 Border Color

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

This div border color is #353040


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,48,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 #353040">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #353040


Comments

No comments written yet.

Please login to write comment.