Color Hex Logo

#397968 Color Hex

#397968
(57,121,104)
0 Favorites   0 Comments

Color spaces of #397968

RGB 57121104
HSL0.460.360.35
HSV164°53°47°
CMYK 0.530.000.14   0.53
XYZ11.023415.544115.5160
Yxy15.54410.26190.3694
Hunter Lab39.4260-19.08744.2648
CIE-Lab46.3706-25.00393.0707

#397968 color RGB value is (57,121,104).

#397968 hex color red value is 57, green value is 121 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #397968 hue: 0.46 , saturation: 0.36 and the lightness value of 397968 is 0.35.

The process color (four color CMYK) of #397968 color hex is 0.53, 0.00, 0.14, 0.53. Web safe color of #397968 is #336666. Color #397968 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01111001 01101000
Octal 71 171 150
Decimal 57 121 104
Hex 39 79 68

RGB Percentages of Color #397968

%20.21
%42.91
%36.88

CMYK Percentages of Color #397968

%53
%0
%14
%53

Triadic Colors of #397968

#397968 #683979 #796839

Analogous Colors of #397968

#397968 #396a79 #397948

Monochromatic Colors of #397968

#397968

Complementary Color

#397968 #79394a

#397968 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#397968 Color Preview on White Background

Lorem ipsum dolor sit amet.

#397968 Color CSS Codes

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

#397968 Text Font Color

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

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


#397968 Background Color

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

This div background color is #397968


#397968 Border Color

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

This div border color is #397968


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #397968


Comments

No comments written yet.

Please login to write comment.