Color Hex Logo

#353542 Color Hex

#353542
(53,53,66)
0 Favorites   0 Comments

Color spaces of #353542

RGB 535366
HSL0.670.110.23
HSV240°20°26°
CMYK 0.200.200.00   0.74
XYZ3.72473.69645.6714
Yxy3.69640.28450.2823
Hunter Lab19.22600.9357-4.0315
CIE-Lab22.64123.2755-8.0691

#353542 color RGB value is (53,53,66).

#353542 hex color red value is 53, green value is 53 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #353542 hue: 0.67 , saturation: 0.11 and the lightness value of 353542 is 0.23.

The process color (four color CMYK) of #353542 color hex is 0.20, 0.20, 0.00, 0.74. Web safe color of #353542 is #333333. Color #353542 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00110101 01000010
Octal 65 65 102
Decimal 53 53 66
Hex 35 35 42

RGB Percentages of Color #353542

%30.81
%30.81
%38.37

CMYK Percentages of Color #353542

%20
%20
%0
%74

Triadic Colors of #353542

#353542 #423535 #354235

Analogous Colors of #353542

#353542 #3c3542 #353c42

Monochromatic Colors of #353542

#353542

Complementary Color

#353542 #424235

#353542 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#353542 Color Preview on White Background

Lorem ipsum dolor sit amet.

#353542 Color CSS Codes

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

#353542 Text Font Color

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

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


#353542 Background Color

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

This div background color is #353542


#353542 Border Color

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

This div border color is #353542


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #353542

#353542 Color Palettes


Comments

No comments written yet.

Please login to write comment.