Color Hex Logo

#394147 Color Hex

#394147
(57,65,71)
0 Favorites   0 Comments

Color spaces of #394147

RGB 576571
HSL0.570.110.25
HSV206°20°28°
CMYK 0.200.080.00   0.72
XYZ4.71505.10546.6982
Yxy5.10540.28540.3091
Hunter Lab22.5951-2.2933-1.7596
CIE-Lab27.0330-1.7692-4.7572

#394147 color RGB value is (57,65,71).

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

The process color (four color CMYK) of #394147 color hex is 0.20, 0.08, 0.00, 0.72. Web safe color of #394147 is #333333. Color #394147 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01000001 01000111
Octal 71 101 107
Decimal 57 65 71
Hex 39 41 47

RGB Percentages of Color #394147

%29.53
%33.68
%36.79

CMYK Percentages of Color #394147

%20
%8
%0
%72

Triadic Colors of #394147

#394147 #473941 #414739

Analogous Colors of #394147

#394147 #393a47 #394746

Monochromatic Colors of #394147

#394147

Complementary Color

#394147 #473f39

#394147 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#394147 Color Preview on White Background

Lorem ipsum dolor sit amet.

#394147 Color CSS Codes

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

#394147 Text Font Color

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

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


#394147 Background Color

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

This div background color is #394147


#394147 Border Color

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

This div border color is #394147


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,65,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 #394147">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #394147


Comments

No comments written yet.

Please login to write comment.