Color Hex Logo

#376372 Color Hex

#376372
(55,99,114)
0 Favorites   0 Comments

Color spaces of #376372

RGB 5599114
HSL0.540.350.33
HSV195°52°45°
CMYK 0.520.130.00   0.55
XYZ9.074710.950817.5550
Yxy10.95080.24150.2914
Hunter Lab33.0920-8.9616-8.2884
CIE-Lab39.4975-10.6878-13.1685

#376372 color RGB value is (55,99,114).

#376372 hex color red value is 55, green value is 99 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #376372 hue: 0.54 , saturation: 0.35 and the lightness value of 376372 is 0.33.

The process color (four color CMYK) of #376372 color hex is 0.52, 0.13, 0.00, 0.55. Web safe color of #376372 is #336666. Color #376372 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01100011 01110010
Octal 67 143 162
Decimal 55 99 114
Hex 37 63 72

RGB Percentages of Color #376372

%20.52
%36.94
%42.54

CMYK Percentages of Color #376372

%52
%13
%0
%55

Triadic Colors of #376372

#376372 #723763 #637237

Analogous Colors of #376372

#376372 #374672 #377264

Monochromatic Colors of #376372

#376372

Complementary Color

#376372 #724637

#376372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#376372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#376372 Color CSS Codes

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

#376372 Text Font Color

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

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


#376372 Background Color

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

This div background color is #376372


#376372 Border Color

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

This div border color is #376372


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #376372


Comments

No comments written yet.

Please login to write comment.