Color Hex Logo

#353751 Color Hex

#353751
(53,55,81)
0 Favorites   0 Comments

Color spaces of #353751

RGB 535581
HSL0.650.210.26
HSV236°35°32°
CMYK 0.350.320.00   0.68
XYZ4.31964.08338.3451
Yxy4.08330.25790.2438
Hunter Lab20.20722.7946-10.3404
CIE-Lab23.94496.2551-16.0841

#353751 color RGB value is (53,55,81).

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

The process color (four color CMYK) of #353751 color hex is 0.35, 0.32, 0.00, 0.68. Web safe color of #353751 is #333366. Color #353751 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00110111 01010001
Octal 65 67 121
Decimal 53 55 81
Hex 35 37 51

RGB Percentages of Color #353751

%28.04
%29.10
%42.86

CMYK Percentages of Color #353751

%35
%32
%0
%68

Triadic Colors of #353751

#353751 #513537 #375135

Analogous Colors of #353751

#353751 #413551 #354551

Monochromatic Colors of #353751

#353751

Complementary Color

#353751 #514f35

#353751 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#353751 Color Preview on White Background

Lorem ipsum dolor sit amet.

#353751 Color CSS Codes

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

#353751 Text Font Color

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

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


#353751 Background Color

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

This div background color is #353751


#353751 Border Color

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

This div border color is #353751


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #353751


Comments

No comments written yet.

Please login to write comment.