Color Hex Logo

#3caa28 Color Hex

#3CAA28
(60,170,40)
0 Favorites   0 Comments

Color spaces of #3caa28

RGB 6017040
HSL0.310.620.41
HSV111°76°67°
CMYK 0.650.000.76   0.33
XYZ16.621229.86336.8957
Yxy29.86330.31140.5594
Hunter Lab54.6473-41.341330.7716
CIE-Lab61.5361-54.602553.9625

#3caa28 color RGB value is (60,170,40).

#3caa28 hex color red value is 60, green value is 170 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #3caa28 hue: 0.31 , saturation: 0.62 and the lightness value of 3caa28 is 0.41.

The process color (four color CMYK) of #3caa28 color hex is 0.65, 0.00, 0.76, 0.33. Web safe color of #3caa28 is #339933. Color #3caa28 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 10101010 00101000
Octal 74 252 50
Decimal 60 170 40
Hex 3C AA 28

RGB Percentages of Color #3caa28

%22.22
%62.96
%14.81

CMYK Percentages of Color #3caa28

%65
%0
%76
%33

Triadic Colors of #3caa28

#3caa28 #283caa #aa283c

Analogous Colors of #3caa28

#3caa28 #28aa55 #7daa28

Monochromatic Colors of #3caa28

#3caa28

Complementary Color

#3caa28 #9628aa

#3caa28 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3caa28 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3caa28 Color CSS Codes

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

#3caa28 Text Font Color

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

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


#3caa28 Background Color

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

This div background color is #3caa28


#3caa28 Border Color

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

This div border color is #3caa28


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3caa28


Comments

No comments written yet.

Please login to write comment.