Color Hex Logo

#399471 Color Hex

#399471
(57,148,113)
0 Favorites   0 Comments

Color spaces of #399471

RGB 57148113
HSL0.440.440.40
HSV157°61°58°
CMYK 0.610.000.24   0.42
XYZ15.257923.241919.3047
Yxy23.24190.26400.4021
Hunter Lab48.2099-27.873910.0054
CIE-Lab55.3206-35.675310.6103

#399471 color RGB value is (57,148,113).

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

The process color (four color CMYK) of #399471 color hex is 0.61, 0.00, 0.24, 0.42. Web safe color of #399471 is #339966. Color #399471 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10010100 01110001
Octal 71 224 161
Decimal 57 148 113
Hex 39 94 71

RGB Percentages of Color #399471

%17.92
%46.54
%35.53

CMYK Percentages of Color #399471

%61
%0
%24
%42

Triadic Colors of #399471

#399471 #713994 #947139

Analogous Colors of #399471

#399471 #398a94 #399444

Monochromatic Colors of #399471

#399471

Complementary Color

#399471 #94395c

#399471 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#399471 Color Preview on White Background

Lorem ipsum dolor sit amet.

#399471 Color CSS Codes

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

#399471 Text Font Color

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

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


#399471 Background Color

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

This div background color is #399471


#399471 Border Color

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

This div border color is #399471


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #399471


Comments

No comments written yet.

Please login to write comment.