Color Hex Logo

#4c291f Color Hex

#4C291F
(76,41,31)
0 Favorites   0 Comments

Color spaces of #4c291f

RGB 764131
HSL0.040.420.21
HSV13°59°30°
CMYK 0.000.460.59   0.70
XYZ4.02083.22131.7062
Yxy3.22130.44930.3600
Hunter Lab17.94808.57956.9273
CIE-Lab20.909215.127113.5886

#4c291f color RGB value is (76,41,31).

#4c291f hex color red value is 76, green value is 41 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #4c291f hue: 0.04 , saturation: 0.42 and the lightness value of 4c291f is 0.21.

The process color (four color CMYK) of #4c291f color hex is 0.00, 0.46, 0.59, 0.70. Web safe color of #4c291f is #333333. Color #4c291f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 00101001 00011111
Octal 114 51 37
Decimal 76 41 31
Hex 4C 29 1F

RGB Percentages of Color #4c291f

%51.35
%27.70
%20.95

CMYK Percentages of Color #4c291f

%0
%46
%59
%70

Triadic Colors of #4c291f

#4c291f #1f4c29 #291f4c

Analogous Colors of #4c291f

#4c291f #4c401f #4c1f2c

Monochromatic Colors of #4c291f

#4c291f

Complementary Color

#4c291f #1f424c

#4c291f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c291f Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c291f Color CSS Codes

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

#4c291f Text Font Color

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

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


#4c291f Background Color

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

This div background color is #4c291f


#4c291f Border Color

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

This div border color is #4c291f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c291f


Comments

No comments written yet.

Please login to write comment.