Color Hex Logo

#39977d Color Hex

#39977D
(57,151,125)
0 Favorites   0 Comments

Color spaces of #39977d

RGB 57151125
HSL0.450.450.41
HSV163°62°59°
CMYK 0.620.000.17   0.41
XYZ16.455624.483723.2606
Yxy24.48370.25630.3814
Hunter Lab49.4810-27.22916.7650
CIE-Lab56.5689-34.12375.5594

#39977d color RGB value is (57,151,125).

#39977d hex color red value is 57, green value is 151 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #39977d hue: 0.45 , saturation: 0.45 and the lightness value of 39977d is 0.41.

The process color (four color CMYK) of #39977d color hex is 0.62, 0.00, 0.17, 0.41. Web safe color of #39977d is #339966. Color #39977d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10010111 01111101
Octal 71 227 175
Decimal 57 151 125
Hex 39 97 7D

RGB Percentages of Color #39977d

%17.12
%45.35
%37.54

CMYK Percentages of Color #39977d

%62
%0
%17
%41

Triadic Colors of #39977d

#39977d #7d3997 #977d39

Analogous Colors of #39977d

#39977d #398297 #39974e

Monochromatic Colors of #39977d

#39977d

Complementary Color

#39977d #973953

#39977d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#39977d Color Preview on White Background

Lorem ipsum dolor sit amet.

#39977d Color CSS Codes

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

#39977d Text Font Color

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

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


#39977d Background Color

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

This div background color is #39977d


#39977d Border Color

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

This div border color is #39977d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,151,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #39977d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #39977d;
  -webkit-box-shadow: 1px 1px 3px 2px #39977d;
  box-shadow:         1px 1px 3px 2px #39977d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #39977d


Comments

No comments written yet.

Please login to write comment.