Color Hex Logo

#4c4f3e Color Hex

#4C4F3E
(76,79,62)
0 Favorites   0 Comments

Color spaces of #4c4f3e

RGB 767962
HSL0.200.120.28
HSV71°22°31°
CMYK 0.040.000.22   0.69
XYZ6.64607.47635.6502
Yxy7.47630.33610.3781
Hunter Lab27.3428-4.46346.8881
CIE-Lab32.8675-4.64699.6556

#4c4f3e color RGB value is (76,79,62).

#4c4f3e hex color red value is 76, green value is 79 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #4c4f3e hue: 0.20 , saturation: 0.12 and the lightness value of 4c4f3e is 0.28.

The process color (four color CMYK) of #4c4f3e color hex is 0.04, 0.00, 0.22, 0.69. Web safe color of #4c4f3e is #336633. Color #4c4f3e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 01001111 00111110
Octal 114 117 76
Decimal 76 79 62
Hex 4C 4F 3E

RGB Percentages of Color #4c4f3e

%35.02
%36.41
%28.57

CMYK Percentages of Color #4c4f3e

%4
%0
%22
%69

Triadic Colors of #4c4f3e

#4c4f3e #3e4c4f #4f3e4c

Analogous Colors of #4c4f3e

#4c4f3e #444f3e #4f4a3e

Monochromatic Colors of #4c4f3e

#4c4f3e

Complementary Color

#4c4f3e #413e4f

#4c4f3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c4f3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c4f3e Color CSS Codes

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

#4c4f3e Text Font Color

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

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


#4c4f3e Background Color

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

This div background color is #4c4f3e


#4c4f3e Border Color

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

This div border color is #4c4f3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c4f3e


Comments

No comments written yet.

Please login to write comment.