Color Hex Logo

#374047 Color Hex

#374047
(55,64,71)
0 Favorites   0 Comments

Color spaces of #374047

RGB 556471
HSL0.570.130.25
HSV206°23°28°
CMYK 0.230.100.00   0.72
XYZ4.54634.93396.6740
Yxy4.93390.28140.3054
Hunter Lab22.2124-2.3373-2.2658
CIE-Lab26.5456-1.8863-5.5022

#374047 color RGB value is (55,64,71).

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

The process color (four color CMYK) of #374047 color hex is 0.23, 0.10, 0.00, 0.72. Web safe color of #374047 is #333333. Color #374047 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01000000 01000111
Octal 67 100 107
Decimal 55 64 71
Hex 37 40 47

RGB Percentages of Color #374047

%28.95
%33.68
%37.37

CMYK Percentages of Color #374047

%23
%10
%0
%72

Triadic Colors of #374047

#374047 #473740 #404737

Analogous Colors of #374047

#374047 #373847 #374746

Monochromatic Colors of #374047

#374047

Complementary Color

#374047 #473e37

#374047 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#374047 Color Preview on White Background

Lorem ipsum dolor sit amet.

#374047 Color CSS Codes

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

#374047 Text Font Color

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

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


#374047 Background Color

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

This div background color is #374047


#374047 Border Color

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

This div border color is #374047


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #374047


Comments

No comments written yet.

Please login to write comment.