Color Hex Logo

#399384 Color Hex

#399384
(57,147,132)
0 Favorites   0 Comments

Color spaces of #399384

RGB 57147132
HSL0.470.440.40
HSV170°61°58°
CMYK 0.610.000.10   0.42
XYZ16.285923.403225.4887
Yxy23.40320.24990.3591
Hunter Lab48.3769-24.56812.6252
CIE-Lab55.4852-30.4142-0.0106

#399384 color RGB value is (57,147,132).

#399384 hex color red value is 57, green value is 147 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #399384 hue: 0.47 , saturation: 0.44 and the lightness value of 399384 is 0.40.

The process color (four color CMYK) of #399384 color hex is 0.61, 0.00, 0.10, 0.42. Web safe color of #399384 is #339999. Color #399384 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10010011 10000100
Octal 71 223 204
Decimal 57 147 132
Hex 39 93 84

RGB Percentages of Color #399384

%16.96
%43.75
%39.29

CMYK Percentages of Color #399384

%61
%0
%10
%42

Triadic Colors of #399384

#399384 #843993 #938439

Analogous Colors of #399384

#399384 #397593 #399357

Monochromatic Colors of #399384

#399384

Complementary Color

#399384 #933948

#399384 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#399384 Color Preview on White Background

Lorem ipsum dolor sit amet.

#399384 Color CSS Codes

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

#399384 Text Font Color

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

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


#399384 Background Color

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

This div background color is #399384


#399384 Border Color

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

This div border color is #399384


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #399384


Comments

No comments written yet.

Please login to write comment.