Color Hex Logo

#397440 Color Hex

#397440
(57,116,64)
0 Favorites   0 Comments

Color spaces of #397440

RGB 5711664
HSL0.350.340.34
HSV127°51°45°
CMYK 0.510.000.45   0.55
XYZ8.858113.73087.0339
Yxy13.73080.29900.4635
Hunter Lab37.0551-22.175614.6840
CIE-Lab43.8444-31.257222.9305

#397440 color RGB value is (57,116,64).

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

The process color (four color CMYK) of #397440 color hex is 0.51, 0.00, 0.45, 0.55. Web safe color of #397440 is #336633. Color #397440 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01110100 01000000
Octal 71 164 100
Decimal 57 116 64
Hex 39 74 40

RGB Percentages of Color #397440

%24.05
%48.95
%27.00

CMYK Percentages of Color #397440

%51
%0
%45
%55

Triadic Colors of #397440

#397440 #403974 #744039

Analogous Colors of #397440

#397440 #39745e #507439

Monochromatic Colors of #397440

#397440

Complementary Color

#397440 #74396d

#397440 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#397440 Color Preview on White Background

Lorem ipsum dolor sit amet.

#397440 Color CSS Codes

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

#397440 Text Font Color

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

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


#397440 Background Color

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

This div background color is #397440


#397440 Border Color

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

This div border color is #397440


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #397440


Comments

No comments written yet.

Please login to write comment.