Color Hex Logo

#353747 Color Hex

#353747
(53,55,71)
0 Favorites   0 Comments

Color spaces of #353747

RGB 535571
HSL0.650.150.24
HSV233°25°28°
CMYK 0.250.230.00   0.72
XYZ3.97173.94426.5132
Yxy3.94420.27530.2734
Hunter Lab19.86000.9423-5.5425
CIE-Lab23.48613.3079-10.1388

#353747 color RGB value is (53,55,71).

#353747 hex color red value is 53, green value is 55 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #353747 hue: 0.65 , saturation: 0.15 and the lightness value of 353747 is 0.24.

The process color (four color CMYK) of #353747 color hex is 0.25, 0.23, 0.00, 0.72. Web safe color of #353747 is #333333. Color #353747 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00110111 01000111
Octal 65 67 107
Decimal 53 55 71
Hex 35 37 47

RGB Percentages of Color #353747

%29.61
%30.73
%39.66

CMYK Percentages of Color #353747

%25
%23
%0
%72

Triadic Colors of #353747

#353747 #473537 #374735

Analogous Colors of #353747

#353747 #3c3547 #354047

Monochromatic Colors of #353747

#353747

Complementary Color

#353747 #474535

#353747 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#353747 Color Preview on White Background

Lorem ipsum dolor sit amet.

#353747 Color CSS Codes

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

#353747 Text Font Color

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

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


#353747 Background Color

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

This div background color is #353747


#353747 Border Color

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

This div border color is #353747


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #353747


Comments

No comments written yet.

Please login to write comment.