Color Hex Logo

#375f65 Color Hex

#375F65
(55,95,101)
0 Favorites   0 Comments

Color spaces of #375f65

RGB 5595101
HSL0.520.290.31
HSV188°46°40°
CMYK 0.460.060.00   0.60
XYZ8.01679.936213.8073
Yxy9.93620.25240.3129
Hunter Lab31.5217-9.7664-3.9053
CIE-Lab37.7277-12.3099-7.8461

#375f65 color RGB value is (55,95,101).

#375f65 hex color red value is 55, green value is 95 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #375f65 hue: 0.52 , saturation: 0.29 and the lightness value of 375f65 is 0.31.

The process color (four color CMYK) of #375f65 color hex is 0.46, 0.06, 0.00, 0.60. Web safe color of #375f65 is #336666. Color #375f65 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01011111 01100101
Octal 67 137 145
Decimal 55 95 101
Hex 37 5F 65

RGB Percentages of Color #375f65

%21.91
%37.85
%40.24

CMYK Percentages of Color #375f65

%46
%6
%0
%60

Triadic Colors of #375f65

#375f65 #65375f #5f6537

Analogous Colors of #375f65

#375f65 #374865 #376554

Monochromatic Colors of #375f65

#375f65

Complementary Color

#375f65 #653d37

#375f65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#375f65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#375f65 Color CSS Codes

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

#375f65 Text Font Color

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

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


#375f65 Background Color

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

This div background color is #375f65


#375f65 Border Color

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

This div border color is #375f65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #375f65


Comments

No comments written yet.

Please login to write comment.