Color Hex Logo

#3c977d Color Hex

#3C977D
(60,151,125)
0 Favorites   0 Comments

Color spaces of #3c977d

RGB 60151125
HSL0.450.430.41
HSV163°60°59°
CMYK 0.600.000.17   0.41
XYZ16.631824.574523.2688
Yxy24.57450.25800.3811
Hunter Lab49.5727-26.86486.8709
CIE-Lab56.6585-33.51885.6998

#3c977d color RGB value is (60,151,125).

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

The process color (four color CMYK) of #3c977d color hex is 0.60, 0.00, 0.17, 0.41. Web safe color of #3c977d is #339966. Color #3c977d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 10010111 01111101
Octal 74 227 175
Decimal 60 151 125
Hex 3C 97 7D

RGB Percentages of Color #3c977d

%17.86
%44.94
%37.20

CMYK Percentages of Color #3c977d

%60
%0
%17
%41

Triadic Colors of #3c977d

#3c977d #7d3c97 #977d3c

Analogous Colors of #3c977d

#3c977d #3c8497 #3c9750

Monochromatic Colors of #3c977d

#3c977d

Complementary Color

#3c977d #973c56

#3c977d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c977d Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c977d Color CSS Codes

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

#3c977d Text Font Color

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

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


#3c977d Background Color

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

This div background color is #3c977d


#3c977d Border Color

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

This div border color is #3c977d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(60,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 #3c977d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c977d


Comments

No comments written yet.

Please login to write comment.