Color Hex Logo

#4c9668 Color Hex

#4C9668
(76,150,104)
0 Favorites   0 Comments

Color spaces of #4c9668

RGB 76150104
HSL0.400.330.44
HSV143°49°59°
CMYK 0.490.000.31   0.41
XYZ16.385524.348716.9329
Yxy24.34870.28410.4222
Hunter Lab49.3444-27.079314.1953
CIE-Lab56.4352-33.944017.3359

#4c9668 color RGB value is (76,150,104).

#4c9668 hex color red value is 76, green value is 150 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #4c9668 hue: 0.40 , saturation: 0.33 and the lightness value of 4c9668 is 0.44.

The process color (four color CMYK) of #4c9668 color hex is 0.49, 0.00, 0.31, 0.41. Web safe color of #4c9668 is #339966. Color #4c9668 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10010110 01101000
Octal 114 226 150
Decimal 76 150 104
Hex 4C 96 68

RGB Percentages of Color #4c9668

%23.03
%45.45
%31.52

CMYK Percentages of Color #4c9668

%49
%0
%31
%41

Triadic Colors of #4c9668

#4c9668 #684c96 #96684c

Analogous Colors of #4c9668

#4c9668 #4c968d #55964c

Monochromatic Colors of #4c9668

#4c9668

Complementary Color

#4c9668 #964c7a

#4c9668 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c9668 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c9668 Color CSS Codes

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

#4c9668 Text Font Color

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

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


#4c9668 Background Color

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

This div background color is #4c9668


#4c9668 Border Color

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

This div border color is #4c9668


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c9668


Comments

No comments written yet.

Please login to write comment.