Color Hex Logo

#397974 Color Hex

#397974
(57,121,116)
0 Favorites   0 Comments

Color spaces of #397974

RGB 57121116
HSL0.490.360.35
HSV175°53°47°
CMYK 0.530.000.04   0.53
XYZ11.677115.805618.9583
Yxy15.80560.25140.3403
Hunter Lab39.7563-17.1449-0.4438
CIE-Lab46.7184-21.7755-3.5451

#397974 color RGB value is (57,121,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01111001 01110100
Octal 71 171 164
Decimal 57 121 116
Hex 39 79 74

RGB Percentages of Color #397974

%19.39
%41.16
%39.46

CMYK Percentages of Color #397974

%53
%0
%4
%53

Triadic Colors of #397974

#397974 #743979 #797439

Analogous Colors of #397974

#397974 #395e79 #397954

Monochromatic Colors of #397974

#397974

Complementary Color

#397974 #79393e

#397974 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#397974 Color Preview on White Background

Lorem ipsum dolor sit amet.

#397974 Color CSS Codes

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

#397974 Text Font Color

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

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


#397974 Background Color

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

This div background color is #397974


#397974 Border Color

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

This div border color is #397974


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #397974


Comments

No comments written yet.

Please login to write comment.