Color Hex Logo

#353353 Color Hex

#353353
(53,51,83)
0 Favorites   0 Comments

Color spaces of #353353

RGB 535183
HSL0.680.240.26
HSV244°39°33°
CMYK 0.360.390.00   0.67
XYZ4.21343.74918.6852
Yxy3.74910.25310.2252
Hunter Lab19.36264.9580-13.0410
CIE-Lab22.82409.6123-19.1555

#353353 color RGB value is (53,51,83).

#353353 hex color red value is 53, green value is 51 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #353353 hue: 0.68 , saturation: 0.24 and the lightness value of 353353 is 0.26.

The process color (four color CMYK) of #353353 color hex is 0.36, 0.39, 0.00, 0.67. Web safe color of #353353 is #333366. Color #353353 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00110011 01010011
Octal 65 63 123
Decimal 53 51 83
Hex 35 33 53

RGB Percentages of Color #353353

%28.34
%27.27
%44.39

CMYK Percentages of Color #353353

%36
%39
%0
%67

Triadic Colors of #353353

#353353 #533533 #335335

Analogous Colors of #353353

#353353 #453353 #334153

Monochromatic Colors of #353353

#353353

Complementary Color

#353353 #515333

#353353 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#353353 Color Preview on White Background

Lorem ipsum dolor sit amet.

#353353 Color CSS Codes

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

#353353 Text Font Color

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

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


#353353 Background Color

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

This div background color is #353353


#353353 Border Color

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

This div border color is #353353


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #353353


Comments

No comments written yet.

Please login to write comment.