Color Hex Logo

#4c430f Color Hex

#4C430F
(76,67,15)
0 Favorites   0 Comments

Color spaces of #4c430f

RGB 766715
HSL0.140.670.18
HSV51°80°30°
CMYK 0.000.120.80   0.70
XYZ5.07395.58531.2626
Yxy5.58530.42560.4685
Hunter Lab23.6332-3.035413.3757
CIE-Lab28.3411-2.859931.1815

#4c430f color RGB value is (76,67,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 01000011 00001111
Octal 114 103 17
Decimal 76 67 15
Hex 4C 43 F

RGB Percentages of Color #4c430f

%48.10
%42.41
%9.49

CMYK Percentages of Color #4c430f

%0
%12
%80
%70

Triadic Colors of #4c430f

#4c430f #0f4c43 #430f4c

Analogous Colors of #4c430f

#4c430f #374c0f #4c250f

Monochromatic Colors of #4c430f

#4c430f

Complementary Color

#4c430f #0f184c

#4c430f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c430f Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c430f Color CSS Codes

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

#4c430f Text Font Color

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

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


#4c430f Background Color

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

This div background color is #4c430f


#4c430f Border Color

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

This div border color is #4c430f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c430f


Comments

No comments written yet.

Please login to write comment.