Color Hex Logo

#4c5114 Color Hex

#4C5114
(76,81,20)
0 Favorites   0 Comments

Color spaces of #4c5114

RGB 768120
HSL0.180.600.20
HSV65°75°32°
CMYK 0.060.000.75   0.68
XYZ6.04927.47191.7852
Yxy7.47190.39520.4882
Hunter Lab27.3348-8.333715.2622
CIE-Lab32.8579-10.965733.4290

#4c5114 color RGB value is (76,81,20).

#4c5114 hex color red value is 76, green value is 81 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #4c5114 hue: 0.18 , saturation: 0.60 and the lightness value of 4c5114 is 0.20.

The process color (four color CMYK) of #4c5114 color hex is 0.06, 0.00, 0.75, 0.68. Web safe color of #4c5114 is #336600. Color #4c5114 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 01010001 00010100
Octal 114 121 24
Decimal 76 81 20
Hex 4C 51 14

RGB Percentages of Color #4c5114

%42.94
%45.76
%11.30

CMYK Percentages of Color #4c5114

%6
%0
%75
%68

Triadic Colors of #4c5114

#4c5114 #144c51 #51144c

Analogous Colors of #4c5114

#4c5114 #2e5114 #513814

Monochromatic Colors of #4c5114

#4c5114

Complementary Color

#4c5114 #191451

#4c5114 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c5114 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c5114 Color CSS Codes

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

#4c5114 Text Font Color

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

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


#4c5114 Background Color

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

This div background color is #4c5114


#4c5114 Border Color

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

This div border color is #4c5114


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c5114


Comments

No comments written yet.

Please login to write comment.