Color Hex Logo

#3c805f Color Hex

#3C805F
(60,128,95)
0 Favorites   0 Comments

Color spaces of #3c805f

RGB 6012895
HSL0.420.360.37
HSV151°53°50°
CMYK 0.530.000.26   0.50
XYZ11.648217.225213.5373
Yxy17.22520.27470.4062
Hunter Lab41.5033-22.53339.7134
CIE-Lab48.5425-29.843411.4595

#3c805f color RGB value is (60,128,95).

#3c805f hex color red value is 60, green value is 128 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #3c805f hue: 0.42 , saturation: 0.36 and the lightness value of 3c805f is 0.37.

The process color (four color CMYK) of #3c805f color hex is 0.53, 0.00, 0.26, 0.50. Web safe color of #3c805f is #339966. Color #3c805f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 10000000 01011111
Octal 74 200 137
Decimal 60 128 95
Hex 3C 80 5F

RGB Percentages of Color #3c805f

%21.20
%45.23
%33.57

CMYK Percentages of Color #3c805f

%53
%0
%26
%50

Triadic Colors of #3c805f

#3c805f #5f3c80 #805f3c

Analogous Colors of #3c805f

#3c805f #3c7f80 #3c803d

Monochromatic Colors of #3c805f

#3c805f

Complementary Color

#3c805f #803c5d

#3c805f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c805f Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c805f Color CSS Codes

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

#3c805f Text Font Color

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

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


#3c805f Background Color

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

This div background color is #3c805f


#3c805f Border Color

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

This div border color is #3c805f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c805f


Comments

No comments written yet.

Please login to write comment.