Color Hex Logo

#397a69 Color Hex

#397A69
(57,122,105)
0 Favorites   0 Comments

Color spaces of #397a69

RGB 57122105
HSL0.460.360.35
HSV164°53°48°
CMYK 0.530.000.14   0.52
XYZ11.196715.808815.8259
Yxy15.80880.26140.3691
Hunter Lab39.7603-19.31404.2328
CIE-Lab46.7226-25.25022.9868

#397a69 color RGB value is (57,122,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01111010 01101001
Octal 71 172 151
Decimal 57 122 105
Hex 39 7A 69

RGB Percentages of Color #397a69

%20.07
%42.96
%36.97

CMYK Percentages of Color #397a69

%53
%0
%14
%52

Triadic Colors of #397a69

#397a69 #69397a #7a6939

Analogous Colors of #397a69

#397a69 #396b7a #397a49

Monochromatic Colors of #397a69

#397a69

Complementary Color

#397a69 #7a394a

#397a69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#397a69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#397a69 Color CSS Codes

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

#397a69 Text Font Color

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

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


#397a69 Background Color

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

This div background color is #397a69


#397a69 Border Color

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

This div border color is #397a69


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,122,105, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #397a69; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #397a69;
  -webkit-box-shadow: 1px 1px 3px 2px #397a69;
  box-shadow:         1px 1px 3px 2px #397a69; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #397a69


Comments

No comments written yet.

Please login to write comment.