Color Hex Logo

#4c3428 Color Hex

#4C3428
(76,52,40)
0 Favorites   0 Comments

Color spaces of #4c3428

RGB 765240
HSL0.060.310.23
HSV20°47°30°
CMYK 0.000.320.47   0.70
XYZ4.59154.14572.5657
Yxy4.14570.40620.3668
Hunter Lab20.36104.62096.7815
CIE-Lab24.14749.050411.8813

#4c3428 color RGB value is (76,52,40).

#4c3428 hex color red value is 76, green value is 52 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #4c3428 hue: 0.06 , saturation: 0.31 and the lightness value of 4c3428 is 0.23.

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 00110100 00101000
Octal 114 64 50
Decimal 76 52 40
Hex 4C 34 28

RGB Percentages of Color #4c3428

%45.24
%30.95
%23.81

CMYK Percentages of Color #4c3428

%0
%32
%47
%70

Triadic Colors of #4c3428

#4c3428 #284c34 #34284c

Analogous Colors of #4c3428

#4c3428 #4c4628 #4c282e

Monochromatic Colors of #4c3428

#4c3428

Complementary Color

#4c3428 #28404c

#4c3428 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c3428 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c3428 Color CSS Codes

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

#4c3428 Text Font Color

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

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


#4c3428 Background Color

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

This div background color is #4c3428


#4c3428 Border Color

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

This div border color is #4c3428


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c3428


Comments

No comments written yet.

Please login to write comment.