Color Hex Logo

#4c614d Color Hex

#4C614D
(76,97,77)
0 Favorites   0 Comments

Color spaces of #4c614d

RGB 769777
HSL0.340.120.34
HSV123°22°38°
CMYK 0.220.000.21   0.62
XYZ8.594710.62178.6184
Yxy10.62170.30880.3816
Hunter Lab32.5909-9.96127.1349
CIE-Lab38.9359-12.36958.8449

#4c614d color RGB value is (76,97,77).

#4c614d hex color red value is 76, green value is 97 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #4c614d hue: 0.34 , saturation: 0.12 and the lightness value of 4c614d is 0.34.

The process color (four color CMYK) of #4c614d color hex is 0.22, 0.00, 0.21, 0.62. Web safe color of #4c614d is #336666. Color #4c614d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 01100001 01001101
Octal 114 141 115
Decimal 76 97 77
Hex 4C 61 4D

RGB Percentages of Color #4c614d

%30.40
%38.80
%30.80

CMYK Percentages of Color #4c614d

%22
%0
%21
%62

Triadic Colors of #4c614d

#4c614d #4d4c61 #614d4c

Analogous Colors of #4c614d

#4c614d #4c6158 #56614c

Monochromatic Colors of #4c614d

#4c614d

Complementary Color

#4c614d #614c60

#4c614d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c614d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c614d Color CSS Codes

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

#4c614d Text Font Color

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

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


#4c614d Background Color

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

This div background color is #4c614d


#4c614d Border Color

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

This div border color is #4c614d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c614d


Comments

No comments written yet.

Please login to write comment.