Color Hex Logo

#397468 Color Hex

#397468
(57,116,104)
0 Favorites   0 Comments

Color spaces of #397468

RGB 57116104
HSL0.470.340.34
HSV168°51°45°
CMYK 0.510.000.10   0.55
XYZ10.431414.360115.3187
Yxy14.36010.26010.3580
Hunter Lab37.8947-17.17952.5587
CIE-Lab44.7450-22.44260.7126

#397468 color RGB value is (57,116,104).

#397468 hex color red value is 57, green value is 116 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #397468 hue: 0.47 , saturation: 0.34 and the lightness value of 397468 is 0.34.

The process color (four color CMYK) of #397468 color hex is 0.51, 0.00, 0.10, 0.55. Web safe color of #397468 is #336666. Color #397468 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01110100 01101000
Octal 71 164 150
Decimal 57 116 104
Hex 39 74 68

RGB Percentages of Color #397468

%20.58
%41.88
%37.55

CMYK Percentages of Color #397468

%51
%0
%10
%55

Triadic Colors of #397468

#397468 #683974 #746839

Analogous Colors of #397468

#397468 #396374 #39744b

Monochromatic Colors of #397468

#397468

Complementary Color

#397468 #743945

#397468 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#397468 Color Preview on White Background

Lorem ipsum dolor sit amet.

#397468 Color CSS Codes

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

#397468 Text Font Color

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

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


#397468 Background Color

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

This div background color is #397468


#397468 Border Color

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

This div border color is #397468


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,116,104, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #397468


Comments

No comments written yet.

Please login to write comment.