Color Hex Logo

#353242 Color Hex

#353242
(53,50,66)
0 Favorites   0 Comments

Color spaces of #353242

RGB 535066
HSL0.700.140.23
HSV251°24°26°
CMYK 0.200.240.00   0.74
XYZ3.59223.43145.6273
Yxy3.43140.28390.2712
Hunter Lab18.52402.1978-5.0445
CIE-Lab21.69485.3167-9.5067

#353242 color RGB value is (53,50,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00110010 01000010
Octal 65 62 102
Decimal 53 50 66
Hex 35 32 42

RGB Percentages of Color #353242

%31.36
%29.59
%39.05

CMYK Percentages of Color #353242

%20
%24
%0
%74

Triadic Colors of #353242

#353242 #423532 #324235

Analogous Colors of #353242

#353242 #3d3242 #323742

Monochromatic Colors of #353242

#353242

Complementary Color

#353242 #3f4232

#353242 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#353242 Color Preview on White Background

Lorem ipsum dolor sit amet.

#353242 Color CSS Codes

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

#353242 Text Font Color

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

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


#353242 Background Color

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

This div background color is #353242


#353242 Border Color

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

This div border color is #353242


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #353242


Comments

No comments written yet.

Please login to write comment.