Color Hex Logo

#4c342f Color Hex

#4C342F
(76,52,47)
0 Favorites   0 Comments

Color spaces of #4c342f

RGB 765247
HSL0.030.240.24
HSV10°38°30°
CMYK 0.000.320.38   0.70
XYZ4.72164.19773.2507
Yxy4.19770.38800.3449
Hunter Lab20.48835.28154.9348
CIE-Lab24.314510.03387.4635

#4c342f color RGB value is (76,52,47).

#4c342f hex color red value is 76, green value is 52 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #4c342f hue: 0.03 , saturation: 0.24 and the lightness value of 4c342f is 0.24.

The process color (four color CMYK) of #4c342f color hex is 0.00, 0.32, 0.38, 0.70. Web safe color of #4c342f is #333333. Color #4c342f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 00110100 00101111
Octal 114 64 57
Decimal 76 52 47
Hex 4C 34 2F

RGB Percentages of Color #4c342f

%43.43
%29.71
%26.86

CMYK Percentages of Color #4c342f

%0
%32
%38
%70

Triadic Colors of #4c342f

#4c342f #2f4c34 #342f4c

Analogous Colors of #4c342f

#4c342f #4c432f #4c2f39

Monochromatic Colors of #4c342f

#4c342f

Complementary Color

#4c342f #2f474c

#4c342f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c342f Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c342f Color CSS Codes

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

#4c342f Text Font Color

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

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


#4c342f Background Color

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

This div background color is #4c342f


#4c342f Border Color

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

This div border color is #4c342f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c342f


Comments

No comments written yet.

Please login to write comment.