Color Hex Logo

#4c4928 Color Hex

#4C4928
(76,73,40)
0 Favorites   0 Comments

Color spaces of #4c4928

RGB 767340
HSL0.150.310.23
HSV55°47°30°
CMYK 0.000.040.47   0.70
XYZ5.74606.45482.9505
Yxy6.45480.37920.4260
Hunter Lab25.4063-4.090710.8989
CIE-Lab30.5321-4.333020.1553

#4c4928 color RGB value is (76,73,40).

#4c4928 hex color red value is 76, green value is 73 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #4c4928 hue: 0.15 , saturation: 0.31 and the lightness value of 4c4928 is 0.23.

The process color (four color CMYK) of #4c4928 color hex is 0.00, 0.04, 0.47, 0.70. Web safe color of #4c4928 is #333333. Color #4c4928 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 01001001 00101000
Octal 114 111 50
Decimal 76 73 40
Hex 4C 49 28

RGB Percentages of Color #4c4928

%40.21
%38.62
%21.16

CMYK Percentages of Color #4c4928

%0
%4
%47
%70

Triadic Colors of #4c4928

#4c4928 #284c49 #49284c

Analogous Colors of #4c4928

#4c4928 #3d4c28 #4c3728

Monochromatic Colors of #4c4928

#4c4928

Complementary Color

#4c4928 #282b4c

#4c4928 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c4928 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c4928 Color CSS Codes

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

#4c4928 Text Font Color

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

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


#4c4928 Background Color

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

This div background color is #4c4928


#4c4928 Border Color

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

This div border color is #4c4928


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c4928


Comments

No comments written yet.

Please login to write comment.