Color Hex Logo

#375355 Color Hex

#375355
(55,83,85)
0 Favorites   0 Comments

Color spaces of #375355

RGB 558385
HSL0.510.210.27
HSV184°35°33°
CMYK 0.350.020.00   0.67
XYZ6.30857.65469.7393
Yxy7.65460.26620.3229
Hunter Lab27.6669-7.7163-1.5044
CIE-Lab33.2529-9.8558-4.5254

#375355 color RGB value is (55,83,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01010011 01010101
Octal 67 123 125
Decimal 55 83 85
Hex 37 53 55

RGB Percentages of Color #375355

%24.66
%37.22
%38.12

CMYK Percentages of Color #375355

%35
%2
%0
%67

Triadic Colors of #375355

#375355 #553753 #535537

Analogous Colors of #375355

#375355 #374455 #375548

Monochromatic Colors of #375355

#375355

Complementary Color

#375355 #553937

#375355 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#375355 Color Preview on White Background

Lorem ipsum dolor sit amet.

#375355 Color CSS Codes

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

#375355 Text Font Color

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

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


#375355 Background Color

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

This div background color is #375355


#375355 Border Color

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

This div border color is #375355


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(55,83,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 #375355">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #375355


Comments

No comments written yet.

Please login to write comment.