Color Hex Logo

#3c774f Color Hex

#3C774F
(60,119,79)
0 Favorites   0 Comments

Color spaces of #3c774f

RGB 6011979
HSL0.390.330.35
HSV139°50°47°
CMYK 0.500.000.34   0.53
XYZ9.871614.71889.7179
Yxy14.71880.28770.4290
Hunter Lab38.3651-21.209611.8374
CIE-Lab45.2466-28.966016.2189

#3c774f color RGB value is (60,119,79).

#3c774f hex color red value is 60, green value is 119 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #3c774f hue: 0.39 , saturation: 0.33 and the lightness value of 3c774f is 0.35.

The process color (four color CMYK) of #3c774f color hex is 0.50, 0.00, 0.34, 0.53. Web safe color of #3c774f is #336666. Color #3c774f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 01110111 01001111
Octal 74 167 117
Decimal 60 119 79
Hex 3C 77 4F

RGB Percentages of Color #3c774f

%23.26
%46.12
%30.62

CMYK Percentages of Color #3c774f

%50
%0
%34
%53

Triadic Colors of #3c774f

#3c774f #4f3c77 #774f3c

Analogous Colors of #3c774f

#3c774f #3c776d #47773c

Monochromatic Colors of #3c774f

#3c774f

Complementary Color

#3c774f #773c64

#3c774f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c774f Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c774f Color CSS Codes

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

#3c774f Text Font Color

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

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


#3c774f Background Color

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

This div background color is #3c774f


#3c774f Border Color

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

This div border color is #3c774f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(60,119,79, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c774f


Comments

No comments written yet.

Please login to write comment.