Color Hex Logo

#4c291a Color Hex

#4C291A
(76,41,26)
0 Favorites   0 Comments

Color spaces of #4c291a

RGB 764126
HSL0.050.490.20
HSV18°66°30°
CMYK 0.000.460.66   0.70
XYZ3.95993.19701.3856
Yxy3.19700.46360.3742
Hunter Lab17.88028.24197.9215
CIE-Lab20.816214.644116.7827

#4c291a color RGB value is (76,41,26).

#4c291a hex color red value is 76, green value is 41 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #4c291a hue: 0.05 , saturation: 0.49 and the lightness value of 4c291a is 0.20.

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 00101001 00011010
Octal 114 51 32
Decimal 76 41 26
Hex 4C 29 1A

RGB Percentages of Color #4c291a

%53.15
%28.67
%18.18

CMYK Percentages of Color #4c291a

%0
%46
%66
%70

Triadic Colors of #4c291a

#4c291a #1a4c29 #291a4c

Analogous Colors of #4c291a

#4c291a #4c421a #4c1a24

Monochromatic Colors of #4c291a

#4c291a

Complementary Color

#4c291a #1a3d4c

#4c291a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c291a Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c291a Color CSS Codes

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

#4c291a Text Font Color

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

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


#4c291a Background Color

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

This div background color is #4c291a


#4c291a Border Color

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

This div border color is #4c291a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c291a


Comments

No comments written yet.

Please login to write comment.