Color Hex Logo

#4caa52 Color Hex

#4CAA52
(76,170,82)
0 Favorites   0 Comments

Color spaces of #4caa52

RGB 7617082
HSL0.340.380.48
HSV124°55°67°
CMYK 0.550.000.52   0.33
XYZ18.878230.895112.9510
Yxy30.89510.30100.4926
Hunter Lab55.5834-36.645625.0937
CIE-Lab62.4190-46.285336.8468

#4caa52 color RGB value is (76,170,82).

#4caa52 hex color red value is 76, green value is 170 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #4caa52 hue: 0.34 , saturation: 0.38 and the lightness value of 4caa52 is 0.48.

The process color (four color CMYK) of #4caa52 color hex is 0.55, 0.00, 0.52, 0.33. Web safe color of #4caa52 is #339966. Color #4caa52 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10101010 01010010
Octal 114 252 122
Decimal 76 170 82
Hex 4C AA 52

RGB Percentages of Color #4caa52

%23.17
%51.83
%25.00

CMYK Percentages of Color #4caa52

%55
%0
%52
%33

Triadic Colors of #4caa52

#4caa52 #524caa #aa524c

Analogous Colors of #4caa52

#4caa52 #4caa81 #75aa4c

Monochromatic Colors of #4caa52

#4caa52

Complementary Color

#4caa52 #aa4ca4

#4caa52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4caa52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4caa52 Color CSS Codes

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

#4caa52 Text Font Color

<p style="color:#4caa52">Text here</p>

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


#4caa52 Background Color

<div style="background-color:#4caa52">
Div content here</div>

This div background color is #4caa52


#4caa52 Border Color

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

This div border color is #4caa52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4caa52


Comments

No comments written yet.

Please login to write comment.