Color Hex Logo

#4c560d Color Hex

#4C560D
(76,86,13)
0 Favorites   0 Comments

Color spaces of #4c560d

RGB 768613
HSL0.190.740.19
HSV68°85°34°
CMYK 0.120.000.85   0.66
XYZ6.38098.22111.6313
Yxy8.22110.39310.5064
Hunter Lab28.6725-10.452616.6975
CIE-Lab34.4392-14.197437.6594

#4c560d color RGB value is (76,86,13).

#4c560d hex color red value is 76, green value is 86 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #4c560d hue: 0.19 , saturation: 0.74 and the lightness value of 4c560d is 0.19.

The process color (four color CMYK) of #4c560d color hex is 0.12, 0.00, 0.85, 0.66. Web safe color of #4c560d is #336600. Color #4c560d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 01010110 00001101
Octal 114 126 15
Decimal 76 86 13
Hex 4C 56 D

RGB Percentages of Color #4c560d

%43.43
%49.14
%7.43

CMYK Percentages of Color #4c560d

%12
%0
%85
%66

Triadic Colors of #4c560d

#4c560d #0d4c56 #560d4c

Analogous Colors of #4c560d

#4c560d #27560d #563c0d

Monochromatic Colors of #4c560d

#4c560d

Complementary Color

#4c560d #170d56

#4c560d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c560d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c560d Color CSS Codes

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

#4c560d Text Font Color

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

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


#4c560d Background Color

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

This div background color is #4c560d


#4c560d Border Color

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

This div border color is #4c560d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c560d


Comments

No comments written yet.

Please login to write comment.