Color Hex Logo

#3ca050 Color Hex

#3CA050
(60,160,80)
0 Favorites   0 Comments

Color spaces of #3ca050

RGB 6016080
HSL0.370.450.43
HSV132°63°63°
CMYK 0.630.000.50   0.37
XYZ15.882326.681511.9024
Yxy26.68150.29160.4899
Hunter Lab51.6541-35.510622.4960
CIE-Lab58.6784-46.490933.1271

#3ca050 color RGB value is (60,160,80).

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

The process color (four color CMYK) of #3ca050 color hex is 0.63, 0.00, 0.50, 0.37. Web safe color of #3ca050 is #339966. Color #3ca050 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 10100000 01010000
Octal 74 240 120
Decimal 60 160 80
Hex 3C A0 50

RGB Percentages of Color #3ca050

%20.00
%53.33
%26.67

CMYK Percentages of Color #3ca050

%63
%0
%50
%37

Triadic Colors of #3ca050

#3ca050 #503ca0 #a0503c

Analogous Colors of #3ca050

#3ca050 #3ca082 #5aa03c

Monochromatic Colors of #3ca050

#3ca050

Complementary Color

#3ca050 #a03c8c

#3ca050 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ca050 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ca050 Color CSS Codes

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

#3ca050 Text Font Color

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

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


#3ca050 Background Color

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

This div background color is #3ca050


#3ca050 Border Color

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

This div border color is #3ca050


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ca050


Comments

No comments written yet.

Please login to write comment.