Color Hex Logo

#375056 Color Hex

#375056
(55,80,86)
0 Favorites   0 Comments

Color spaces of #375056

RGB 558086
HSL0.530.220.28
HSV192°36°34°
CMYK 0.360.070.00   0.66
XYZ6.12397.22149.8752
Yxy7.22140.26370.3110
Hunter Lab26.8727-6.3495-2.9771
CIE-Lab32.3057-7.7671-6.5727

#375056 color RGB value is (55,80,86).

#375056 hex color red value is 55, green value is 80 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #375056 hue: 0.53 , saturation: 0.22 and the lightness value of 375056 is 0.28.

The process color (four color CMYK) of #375056 color hex is 0.36, 0.07, 0.00, 0.66. Web safe color of #375056 is #336666. Color #375056 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01010000 01010110
Octal 67 120 126
Decimal 55 80 86
Hex 37 50 56

RGB Percentages of Color #375056

%24.89
%36.20
%38.91

CMYK Percentages of Color #375056

%36
%7
%0
%66

Triadic Colors of #375056

#375056 #563750 #505637

Analogous Colors of #375056

#375056 #374156 #37564d

Monochromatic Colors of #375056

#375056

Complementary Color

#375056 #563d37

#375056 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#375056 Color Preview on White Background

Lorem ipsum dolor sit amet.

#375056 Color CSS Codes

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

#375056 Text Font Color

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

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


#375056 Background Color

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

This div background color is #375056


#375056 Border Color

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

This div border color is #375056


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #375056

#375056 Color Palettes


Comments

No comments written yet.

Please login to write comment.