Color Hex Logo

#375375 Color Hex

#375375
(55,83,117)
0 Favorites   0 Comments

Color spaces of #375375

RGB 5583117
HSL0.590.360.34
HSV213°53°46°
CMYK 0.530.290.00   0.54
XYZ7.87978.283118.0131
Yxy8.28310.23060.2424
Hunter Lab28.7804-1.4946-16.9622
CIE-Lab34.56570.0633-22.6104

#375375 color RGB value is (55,83,117).

#375375 hex color red value is 55, green value is 83 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #375375 hue: 0.59 , saturation: 0.36 and the lightness value of 375375 is 0.34.

The process color (four color CMYK) of #375375 color hex is 0.53, 0.29, 0.00, 0.54. Web safe color of #375375 is #336666. Color #375375 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01010011 01110101
Octal 67 123 165
Decimal 55 83 117
Hex 37 53 75

RGB Percentages of Color #375375

%21.57
%32.55
%45.88

CMYK Percentages of Color #375375

%53
%29
%0
%54

Triadic Colors of #375375

#375375 #753753 #537537

Analogous Colors of #375375

#375375 #3a3775 #377275

Monochromatic Colors of #375375

#375375

Complementary Color

#375375 #755937

#375375 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#375375 Color Preview on White Background

Lorem ipsum dolor sit amet.

#375375 Color CSS Codes

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

#375375 Text Font Color

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

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


#375375 Background Color

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

This div background color is #375375


#375375 Border Color

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

This div border color is #375375


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #375375


Comments

No comments written yet.

Please login to write comment.