Color Hex Logo

#399f5f Color Hex

#399F5F
(57,159,95)
0 Favorites   0 Comments

Color spaces of #399f5f

RGB 5715995
HSL0.400.470.42
HSV142°64°62°
CMYK 0.640.000.40   0.38
XYZ16.151026.492415.0888
Yxy26.49240.27980.4589
Hunter Lab51.4708-34.062418.6485
CIE-Lab58.5015-44.184224.9538

#399f5f color RGB value is (57,159,95).

#399f5f hex color red value is 57, green value is 159 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #399f5f hue: 0.40 , saturation: 0.47 and the lightness value of 399f5f is 0.42.

The process color (four color CMYK) of #399f5f color hex is 0.64, 0.00, 0.40, 0.38. Web safe color of #399f5f is #339966. Color #399f5f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10011111 01011111
Octal 71 237 137
Decimal 57 159 95
Hex 39 9F 5F

RGB Percentages of Color #399f5f

%18.33
%51.13
%30.55

CMYK Percentages of Color #399f5f

%64
%0
%40
%38

Triadic Colors of #399f5f

#399f5f #5f399f #9f5f39

Analogous Colors of #399f5f

#399f5f #399f92 #469f39

Monochromatic Colors of #399f5f

#399f5f

Complementary Color

#399f5f #9f3979

#399f5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#399f5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#399f5f Color CSS Codes

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

#399f5f Text Font Color

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

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


#399f5f Background Color

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

This div background color is #399f5f


#399f5f Border Color

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

This div border color is #399f5f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,159,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #399f5f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #399f5f;
  -webkit-box-shadow: 1px 1px 3px 2px #399f5f;
  box-shadow:         1px 1px 3px 2px #399f5f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #399f5f


Comments

No comments written yet.

Please login to write comment.