Color Hex Logo

#4c2905 Color Hex

#4C2905
(76,41,5)
0 Favorites   0 Comments

Color spaces of #4c2905

RGB 76415
HSL0.080.880.16
HSV30°93°30°
CMYK 0.000.460.93   0.70
XYZ3.80083.13330.5480
Yxy3.13330.50800.4188
Hunter Lab17.70117.350710.5553
CIE-Lab20.570013.352027.6273

#4c2905 color RGB value is (76,41,5).

#4c2905 hex color red value is 76, green value is 41 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #4c2905 hue: 0.08 , saturation: 0.88 and the lightness value of 4c2905 is 0.16.

The process color (four color CMYK) of #4c2905 color hex is 0.00, 0.46, 0.93, 0.70. Web safe color of #4c2905 is #333300. Color #4c2905 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 00101001 00000101
Octal 114 51 5
Decimal 76 41 5
Hex 4C 29 5

RGB Percentages of Color #4c2905

%62.30
%33.61
%4.10

CMYK Percentages of Color #4c2905

%0
%46
%93
%70

Triadic Colors of #4c2905

#4c2905 #054c29 #29054c

Analogous Colors of #4c2905

#4c2905 #4c4c05 #4c0505

Monochromatic Colors of #4c2905

#4c2905

Complementary Color

#4c2905 #05284c

#4c2905 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c2905 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c2905 Color CSS Codes

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

#4c2905 Text Font Color

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

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


#4c2905 Background Color

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

This div background color is #4c2905


#4c2905 Border Color

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

This div border color is #4c2905


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c2905


Comments

No comments written yet.

Please login to write comment.