Color Hex Logo

#353639 Color Hex

#353639
(53,54,57)
0 Favorites   0 Comments

Color spaces of #353639

RGB 535457
HSL0.630.040.22
HSV225°22°
CMYK 0.070.050.00   0.78
XYZ3.52593.69064.3974
Yxy3.69060.30360.3178
Hunter Lab19.2109-0.8579-0.1239
CIE-Lab22.62100.2858-2.0307

#353639 color RGB value is (53,54,57).

#353639 hex color red value is 53, green value is 54 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #353639 hue: 0.63 , saturation: 0.04 and the lightness value of 353639 is 0.22.

The process color (four color CMYK) of #353639 color hex is 0.07, 0.05, 0.00, 0.78. Web safe color of #353639 is #333333. Color #353639 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00110110 00111001
Octal 65 66 71
Decimal 53 54 57
Hex 35 36 39

RGB Percentages of Color #353639

%32.32
%32.93
%34.76

CMYK Percentages of Color #353639

%7
%5
%0
%78

Triadic Colors of #353639

#353639 #393536 #363935

Analogous Colors of #353639

#353639 #363539 #353839

Monochromatic Colors of #353639

#353639

Complementary Color

#353639 #393835

#353639 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#353639 Color Preview on White Background

Lorem ipsum dolor sit amet.

#353639 Color CSS Codes

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

#353639 Text Font Color

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

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


#353639 Background Color

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

This div background color is #353639


#353639 Border Color

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

This div border color is #353639


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #353639


Comments

No comments written yet.

Please login to write comment.