Color Hex Logo

#399521 Color Hex

#399521
(57,149,33)
0 Favorites   0 Comments

Color spaces of #399521

RGB 5714933
HSL0.300.640.36
HSV108°78°58°
CMYK 0.620.000.78   0.42
XYZ12.709322.47465.1070
Yxy22.47460.31540.5578
Hunter Lab47.4074-35.109426.7981
CIE-Lab54.5270-48.315049.4711

#399521 color RGB value is (57,149,33).

#399521 hex color red value is 57, green value is 149 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #399521 hue: 0.30 , saturation: 0.64 and the lightness value of 399521 is 0.36.

The process color (four color CMYK) of #399521 color hex is 0.62, 0.00, 0.78, 0.42. Web safe color of #399521 is #339933. Color #399521 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10010101 00100001
Octal 71 225 41
Decimal 57 149 33
Hex 39 95 21

RGB Percentages of Color #399521

%23.85
%62.34
%13.81

CMYK Percentages of Color #399521

%62
%0
%78
%42

Triadic Colors of #399521

#399521 #213995 #952139

Analogous Colors of #399521

#399521 #219543 #739521

Monochromatic Colors of #399521

#399521

Complementary Color

#399521 #7d2195

#399521 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#399521 Color Preview on White Background

Lorem ipsum dolor sit amet.

#399521 Color CSS Codes

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

#399521 Text Font Color

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

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


#399521 Background Color

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

This div background color is #399521


#399521 Border Color

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

This div border color is #399521


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #399521


Comments

No comments written yet.

Please login to write comment.