Color Hex Logo

#375c68 Color Hex

#375C68
(55,92,104)
0 Favorites   0 Comments

Color spaces of #375c68

RGB 5592104
HSL0.540.310.31
HSV195°47°41°
CMYK 0.470.120.00   0.59
XYZ7.90149.466014.5074
Yxy9.46600.24790.2970
Hunter Lab30.7669-8.0005-6.4200
CIE-Lab36.8665-9.6540-11.0013

#375c68 color RGB value is (55,92,104).

#375c68 hex color red value is 55, green value is 92 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #375c68 hue: 0.54 , saturation: 0.31 and the lightness value of 375c68 is 0.31.

The process color (four color CMYK) of #375c68 color hex is 0.47, 0.12, 0.00, 0.59. Web safe color of #375c68 is #336666. Color #375c68 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01011100 01101000
Octal 67 134 150
Decimal 55 92 104
Hex 37 5C 68

RGB Percentages of Color #375c68

%21.91
%36.65
%41.43

CMYK Percentages of Color #375c68

%47
%12
%0
%59

Triadic Colors of #375c68

#375c68 #68375c #5c6837

Analogous Colors of #375c68

#375c68 #374468 #37685c

Monochromatic Colors of #375c68

#375c68

Complementary Color

#375c68 #684337

#375c68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#375c68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#375c68 Color CSS Codes

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

#375c68 Text Font Color

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

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


#375c68 Background Color

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

This div background color is #375c68


#375c68 Border Color

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

This div border color is #375c68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #375c68


Comments

No comments written yet.

Please login to write comment.