Color Hex Logo

#4c501c Color Hex

#4C501C
(76,80,28)
0 Favorites   0 Comments

Color spaces of #4c501c

RGB 768028
HSL0.180.480.21
HSV65°65°31°
CMYK 0.050.000.65   0.69
XYZ6.05887.35772.1994
Yxy7.35770.38800.4712
Hunter Lab27.1251-7.598214.1801
CIE-Lab32.6077-9.781729.3380

#4c501c color RGB value is (76,80,28).

#4c501c hex color red value is 76, green value is 80 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #4c501c hue: 0.18 , saturation: 0.48 and the lightness value of 4c501c is 0.21.

The process color (four color CMYK) of #4c501c color hex is 0.05, 0.00, 0.65, 0.69. Web safe color of #4c501c is #336633. Color #4c501c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 01010000 00011100
Octal 114 120 34
Decimal 76 80 28
Hex 4C 50 1C

RGB Percentages of Color #4c501c

%41.30
%43.48
%15.22

CMYK Percentages of Color #4c501c

%5
%0
%65
%69

Triadic Colors of #4c501c

#4c501c #1c4c50 #501c4c

Analogous Colors of #4c501c

#4c501c #32501c #503a1c

Monochromatic Colors of #4c501c

#4c501c

Complementary Color

#4c501c #201c50

#4c501c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c501c Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c501c Color CSS Codes

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

#4c501c Text Font Color

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

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


#4c501c Background Color

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

This div background color is #4c501c


#4c501c Border Color

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

This div border color is #4c501c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c501c


Comments

No comments written yet.

Please login to write comment.