Color Hex Logo

#353340 Color Hex

#353340
(53,51,64)
0 Favorites   0 Comments

Color spaces of #353340

RGB 535164
HSL0.690.110.23
HSV249°20°25°
CMYK 0.170.200.00   0.75
XYZ3.57743.49475.3365
Yxy3.49470.28830.2816
Hunter Lab18.69411.4440-3.8393
CIE-Lab21.92524.0929-7.8035

#353340 color RGB value is (53,51,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00110011 01000000
Octal 65 63 100
Decimal 53 51 64
Hex 35 33 40

RGB Percentages of Color #353340

%31.55
%30.36
%38.10

CMYK Percentages of Color #353340

%17
%20
%0
%75

Triadic Colors of #353340

#353340 #403533 #334035

Analogous Colors of #353340

#353340 #3c3340 #333840

Monochromatic Colors of #353340

#353340

Complementary Color

#353340 #3e4033

#353340 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#353340 Color Preview on White Background

Lorem ipsum dolor sit amet.

#353340 Color CSS Codes

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

#353340 Text Font Color

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

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


#353340 Background Color

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

This div background color is #353340


#353340 Border Color

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

This div border color is #353340


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #353340


Comments

No comments written yet.

Please login to write comment.