Color Hex Logo

#4cb164 Color Hex

#4CB164
(76,177,100)
0 Favorites   0 Comments

Color spaces of #4cb164

RGB 76177100
HSL0.370.400.50
HSV134°57°69°
CMYK 0.570.000.44   0.31
XYZ21.002933.900917.4931
Yxy33.90090.29010.4683
Hunter Lab58.2245-37.503822.9439
CIE-Lab64.8838-46.352030.7292

#4cb164 color RGB value is (76,177,100).

#4cb164 hex color red value is 76, green value is 177 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #4cb164 hue: 0.37 , saturation: 0.40 and the lightness value of 4cb164 is 0.50.

The process color (four color CMYK) of #4cb164 color hex is 0.57, 0.00, 0.44, 0.31. Web safe color of #4cb164 is #339966. Color #4cb164 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10110001 01100100
Octal 114 261 144
Decimal 76 177 100
Hex 4C B1 64

RGB Percentages of Color #4cb164

%21.53
%50.14
%28.33

CMYK Percentages of Color #4cb164

%57
%0
%44
%31

Triadic Colors of #4cb164

#4cb164 #644cb1 #b1644c

Analogous Colors of #4cb164

#4cb164 #4cb197 #67b14c

Monochromatic Colors of #4cb164

#4cb164

Complementary Color

#4cb164 #b14c99

#4cb164 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cb164 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cb164 Color CSS Codes

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

#4cb164 Text Font Color

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

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


#4cb164 Background Color

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

This div background color is #4cb164


#4cb164 Border Color

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

This div border color is #4cb164


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cb164


Comments

No comments written yet.

Please login to write comment.