Color Hex Logo

#373449 Color Hex

#373449
(55,52,73)
0 Favorites   0 Comments

Color spaces of #373449

RGB 555273
HSL0.690.170.25
HSV249°29°29°
CMYK 0.250.290.00   0.71
XYZ4.00613.74926.8159
Yxy3.74920.27490.2573
Hunter Lab19.36293.0460-7.3166
CIE-Lab22.82436.6598-12.4731

#373449 color RGB value is (55,52,73).

#373449 hex color red value is 55, green value is 52 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #373449 hue: 0.69 , saturation: 0.17 and the lightness value of 373449 is 0.25.

The process color (four color CMYK) of #373449 color hex is 0.25, 0.29, 0.00, 0.71. Web safe color of #373449 is #333333. Color #373449 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00110100 01001001
Octal 67 64 111
Decimal 55 52 73
Hex 37 34 49

RGB Percentages of Color #373449

%30.56
%28.89
%40.56

CMYK Percentages of Color #373449

%25
%29
%0
%71

Triadic Colors of #373449

#373449 #493734 #344937

Analogous Colors of #373449

#373449 #423449 #343c49

Monochromatic Colors of #373449

#373449

Complementary Color

#373449 #464934

#373449 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#373449 Color Preview on White Background

Lorem ipsum dolor sit amet.

#373449 Color CSS Codes

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

#373449 Text Font Color

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

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


#373449 Background Color

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

This div background color is #373449


#373449 Border Color

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

This div border color is #373449


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #373449


Comments

No comments written yet.

Please login to write comment.