Color Hex Logo

#4c6f47 Color Hex

#4C6F47
(76,111,71)
0 Favorites   0 Comments

Color spaces of #4c6f47

RGB 7611171
HSL0.310.220.36
HSV113°36°44°
CMYK 0.320.000.36   0.56
XYZ9.802313.36038.0234
Yxy13.36030.31430.4284
Hunter Lab36.5517-16.096112.5716
CIE-Lab43.3012-21.131818.3948

#4c6f47 color RGB value is (76,111,71).

#4c6f47 hex color red value is 76, green value is 111 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #4c6f47 hue: 0.31 , saturation: 0.22 and the lightness value of 4c6f47 is 0.36.

The process color (four color CMYK) of #4c6f47 color hex is 0.32, 0.00, 0.36, 0.56. Web safe color of #4c6f47 is #336633. Color #4c6f47 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 01101111 01000111
Octal 114 157 107
Decimal 76 111 71
Hex 4C 6F 47

RGB Percentages of Color #4c6f47

%29.46
%43.02
%27.52

CMYK Percentages of Color #4c6f47

%32
%0
%36
%56

Triadic Colors of #4c6f47

#4c6f47 #474c6f #6f474c

Analogous Colors of #4c6f47

#4c6f47 #476f56 #606f47

Monochromatic Colors of #4c6f47

#4c6f47

Complementary Color

#4c6f47 #6a476f

#4c6f47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c6f47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c6f47 Color CSS Codes

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

#4c6f47 Text Font Color

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

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


#4c6f47 Background Color

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

This div background color is #4c6f47


#4c6f47 Border Color

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

This div border color is #4c6f47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c6f47


Comments

No comments written yet.

Please login to write comment.