Color Hex Logo

#4c430a Color Hex

#4C430A
(76,67,10)
0 Favorites   0 Comments

Color spaces of #4c430a

RGB 766710
HSL0.140.770.17
HSV52°87°30°
CMYK 0.000.120.87   0.70
XYZ5.04245.57271.0970
Yxy5.57270.43050.4758
Hunter Lab23.6066-3.183613.7694
CIE-Lab28.3078-3.106533.1965

#4c430a color RGB value is (76,67,10).

#4c430a hex color red value is 76, green value is 67 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #4c430a hue: 0.14 , saturation: 0.77 and the lightness value of 4c430a is 0.17.

The process color (four color CMYK) of #4c430a color hex is 0.00, 0.12, 0.87, 0.70. Web safe color of #4c430a is #333300. Color #4c430a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 01000011 00001010
Octal 114 103 12
Decimal 76 67 10
Hex 4C 43 A

RGB Percentages of Color #4c430a

%49.67
%43.79
%6.54

CMYK Percentages of Color #4c430a

%0
%12
%87
%70

Triadic Colors of #4c430a

#4c430a #0a4c43 #430a4c

Analogous Colors of #4c430a

#4c430a #344c0a #4c220a

Monochromatic Colors of #4c430a

#4c430a

Complementary Color

#4c430a #0a134c

#4c430a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c430a Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c430a Color CSS Codes

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

#4c430a Text Font Color

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

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


#4c430a Background Color

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

This div background color is #4c430a


#4c430a Border Color

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

This div border color is #4c430a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c430a


Comments

No comments written yet.

Please login to write comment.