Color Hex Logo

#373140 Color Hex

#373140
(55,49,64)
0 Favorites   0 Comments

Color spaces of #373140

RGB 554964
HSL0.730.130.22
HSV264°23°25°
CMYK 0.140.230.00   0.75
XYZ3.59933.37905.3130
Yxy3.37900.29280.2749
Hunter Lab18.38212.7826-4.2693
CIE-Lab21.50206.2584-8.4256

#373140 color RGB value is (55,49,64).

#373140 hex color red value is 55, green value is 49 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #373140 hue: 0.73 , saturation: 0.13 and the lightness value of 373140 is 0.22.

The process color (four color CMYK) of #373140 color hex is 0.14, 0.23, 0.00, 0.75. Web safe color of #373140 is #333333. Color #373140 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00110001 01000000
Octal 67 61 100
Decimal 55 49 64
Hex 37 31 40

RGB Percentages of Color #373140

%32.74
%29.17
%38.10

CMYK Percentages of Color #373140

%14
%23
%0
%75

Triadic Colors of #373140

#373140 #403731 #314037

Analogous Colors of #373140

#373140 #3f3140 #313340

Monochromatic Colors of #373140

#373140

Complementary Color

#373140 #3a4031

#373140 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#373140 Color Preview on White Background

Lorem ipsum dolor sit amet.

#373140 Color CSS Codes

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

#373140 Text Font Color

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

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


#373140 Background Color

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

This div background color is #373140


#373140 Border Color

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

This div border color is #373140


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #373140

#373140 Color Palettes


Comments

No comments written yet.

Please login to write comment.