Color Hex Logo

#4c766d Color Hex

#4C766D
(76,118,109)
0 Favorites   0 Comments

Color spaces of #4c766d

RGB 76118109
HSL0.460.220.38
HSV167°36°46°
CMYK 0.360.000.08   0.54
XYZ12.219215.597516.8346
Yxy15.59750.27370.3493
Hunter Lab39.4937-13.88672.3726
CIE-Lab46.4419-16.79540.3146

#4c766d color RGB value is (76,118,109).

#4c766d hex color red value is 76, green value is 118 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #4c766d hue: 0.46 , saturation: 0.22 and the lightness value of 4c766d is 0.38.

The process color (four color CMYK) of #4c766d color hex is 0.36, 0.00, 0.08, 0.54. Web safe color of #4c766d is #336666. Color #4c766d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 01110110 01101101
Octal 114 166 155
Decimal 76 118 109
Hex 4C 76 6D

RGB Percentages of Color #4c766d

%25.08
%38.94
%35.97

CMYK Percentages of Color #4c766d

%36
%0
%8
%54

Triadic Colors of #4c766d

#4c766d #6d4c76 #766d4c

Analogous Colors of #4c766d

#4c766d #4c6a76 #4c7658

Monochromatic Colors of #4c766d

#4c766d

Complementary Color

#4c766d #764c55

#4c766d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c766d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c766d Color CSS Codes

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

#4c766d Text Font Color

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

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


#4c766d Background Color

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

This div background color is #4c766d


#4c766d Border Color

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

This div border color is #4c766d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c766d


Comments

No comments written yet.

Please login to write comment.