Color Hex Logo

#372850 Color Hex

#372850
(55,40,80)
0 Favorites   0 Comments

Color spaces of #372850

RGB 554080
HSL0.730.330.24
HSV263°50°31°
CMYK 0.310.500.00   0.69
XYZ3.78232.90907.9516
Yxy2.90900.25830.1987
Hunter Lab17.05589.7366-15.7026
CIE-Lab19.675716.9289-22.0880

#372850 color RGB value is (55,40,80).

#372850 hex color red value is 55, green value is 40 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #372850 hue: 0.73 , saturation: 0.33 and the lightness value of 372850 is 0.24.

The process color (four color CMYK) of #372850 color hex is 0.31, 0.50, 0.00, 0.69. Web safe color of #372850 is #333366. Color #372850 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00101000 01010000
Octal 67 50 120
Decimal 55 40 80
Hex 37 28 50

RGB Percentages of Color #372850

%31.43
%22.86
%45.71

CMYK Percentages of Color #372850

%31
%50
%0
%69

Triadic Colors of #372850

#372850 #503728 #285037

Analogous Colors of #372850

#372850 #4b2850 #282d50

Monochromatic Colors of #372850

#372850

Complementary Color

#372850 #415028

#372850 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#372850 Color Preview on White Background

Lorem ipsum dolor sit amet.

#372850 Color CSS Codes

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

#372850 Text Font Color

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

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


#372850 Background Color

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

This div background color is #372850


#372850 Border Color

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

This div border color is #372850


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #372850


Comments

No comments written yet.

Please login to write comment.