Color Hex Logo

#373755 Color Hex

#373755
(55,55,85)
0 Favorites   0 Comments

Color spaces of #373755

RGB 555585
HSL0.670.210.27
HSV240°35°33°
CMYK 0.350.350.00   0.67
XYZ4.58144.20059.1636
Yxy4.20050.25530.2341
Hunter Lab20.49514.0347-12.1626
CIE-Lab24.32358.1576-18.1227

#373755 color RGB value is (55,55,85).

#373755 hex color red value is 55, green value is 55 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #373755 hue: 0.67 , saturation: 0.21 and the lightness value of 373755 is 0.27.

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 00110111 01010101
Octal 67 67 125
Decimal 55 55 85
Hex 37 37 55

RGB Percentages of Color #373755

%28.21
%28.21
%43.59

CMYK Percentages of Color #373755

%35
%35
%0
%67

Triadic Colors of #373755

#373755 #553737 #375537

Analogous Colors of #373755

#373755 #463755 #374655

Monochromatic Colors of #373755

#373755

Complementary Color

#373755 #555537

#373755 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#373755 Color Preview on White Background

Lorem ipsum dolor sit amet.

#373755 Color CSS Codes

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

#373755 Text Font Color

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

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


#373755 Background Color

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

This div background color is #373755


#373755 Border Color

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

This div border color is #373755


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #373755


Comments

No comments written yet.

Please login to write comment.