Color Hex Logo

#4c694d Color Hex

#4C694D
(76,105,77)
0 Favorites   0 Comments

Color spaces of #4c694d

RGB 7610577
HSL0.340.160.35
HSV122°28°41°
CMYK 0.280.000.27   0.59
XYZ9.371612.17558.8773
Yxy12.17550.30800.4002
Hunter Lab34.8934-13.12239.3413
CIE-Lab41.4937-16.826612.4035

#4c694d color RGB value is (76,105,77).

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

The process color (four color CMYK) of #4c694d color hex is 0.28, 0.00, 0.27, 0.59. Web safe color of #4c694d is #336666. Color #4c694d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 01101001 01001101
Octal 114 151 115
Decimal 76 105 77
Hex 4C 69 4D

RGB Percentages of Color #4c694d

%29.46
%40.70
%29.84

CMYK Percentages of Color #4c694d

%28
%0
%27
%59

Triadic Colors of #4c694d

#4c694d #4d4c69 #694d4c

Analogous Colors of #4c694d

#4c694d #4c695c #5a694c

Monochromatic Colors of #4c694d

#4c694d

Complementary Color

#4c694d #694c68

#4c694d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c694d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c694d Color CSS Codes

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

#4c694d Text Font Color

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

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


#4c694d Background Color

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

This div background color is #4c694d


#4c694d Border Color

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

This div border color is #4c694d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,105,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 #4c694d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c694d


Comments

No comments written yet.

Please login to write comment.