Color Hex Logo

#353648 Color Hex

#353648
(53,54,72)
0 Favorites   0 Comments

Color spaces of #353648

RGB 535472
HSL0.660.150.25
HSV237°26°28°
CMYK 0.260.250.00   0.72
XYZ3.95713.86316.6680
Yxy3.86310.27310.2666
Hunter Lab19.65481.5416-6.3562
CIE-Lab23.21364.2696-11.2234

#353648 color RGB value is (53,54,72).

#353648 hex color red value is 53, green value is 54 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #353648 hue: 0.66 , saturation: 0.15 and the lightness value of 353648 is 0.25.

The process color (four color CMYK) of #353648 color hex is 0.26, 0.25, 0.00, 0.72. Web safe color of #353648 is #333333. Color #353648 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00110110 01001000
Octal 65 66 110
Decimal 53 54 72
Hex 35 36 48

RGB Percentages of Color #353648

%29.61
%30.17
%40.22

CMYK Percentages of Color #353648

%26
%25
%0
%72

Triadic Colors of #353648

#353648 #483536 #364835

Analogous Colors of #353648

#353648 #3e3548 #354048

Monochromatic Colors of #353648

#353648

Complementary Color

#353648 #484735

#353648 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#353648 Color Preview on White Background

Lorem ipsum dolor sit amet.

#353648 Color CSS Codes

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

#353648 Text Font Color

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

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


#353648 Background Color

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

This div background color is #353648


#353648 Border Color

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

This div border color is #353648


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #353648


Comments

No comments written yet.

Please login to write comment.