Color Hex Logo

#4c694e Color Hex

#4C694E
(76,105,78)
0 Favorites   0 Comments

Color spaces of #4c694e

RGB 7610578
HSL0.340.160.35
HSV124°28°41°
CMYK 0.280.000.26   0.59
XYZ9.407212.18979.0648
Yxy12.18970.30680.3976
Hunter Lab34.9138-13.00389.0459
CIE-Lab41.5160-16.630811.8357

#4c694e color RGB value is (76,105,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 01101001 01001110
Octal 114 151 116
Decimal 76 105 78
Hex 4C 69 4E

RGB Percentages of Color #4c694e

%29.34
%40.54
%30.12

CMYK Percentages of Color #4c694e

%28
%0
%26
%59

Triadic Colors of #4c694e

#4c694e #4e4c69 #694e4c

Analogous Colors of #4c694e

#4c694e #4c695d #59694c

Monochromatic Colors of #4c694e

#4c694e

Complementary Color

#4c694e #694c67

#4c694e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c694e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c694e Color CSS Codes

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

#4c694e Text Font Color

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

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


#4c694e Background Color

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

This div background color is #4c694e


#4c694e Border Color

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

This div border color is #4c694e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c694e


Comments

No comments written yet.

Please login to write comment.