Color Hex Logo

#4c443c Color Hex

#4C443C
(76,68,60)
0 Favorites   0 Comments

Color spaces of #4c443c

RGB 766860
HSL0.080.120.27
HSV30°21°30°
CMYK 0.000.110.21   0.70
XYZ5.86325.99705.1235
Yxy5.99700.34520.3531
Hunter Lab24.4888-0.11824.7376
CIE-Lab29.40491.85076.0796

#4c443c color RGB value is (76,68,60).

#4c443c hex color red value is 76, green value is 68 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #4c443c hue: 0.08 , saturation: 0.12 and the lightness value of 4c443c is 0.27.

The process color (four color CMYK) of #4c443c color hex is 0.00, 0.11, 0.21, 0.70. Web safe color of #4c443c is #333333. Color #4c443c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 01000100 00111100
Octal 114 104 74
Decimal 76 68 60
Hex 4C 44 3C

RGB Percentages of Color #4c443c

%37.25
%33.33
%29.41

CMYK Percentages of Color #4c443c

%0
%11
%21
%70

Triadic Colors of #4c443c

#4c443c #3c4c44 #443c4c

Analogous Colors of #4c443c

#4c443c #4c4c3c #4c3c3c

Monochromatic Colors of #4c443c

#4c443c

Complementary Color

#4c443c #3c444c

#4c443c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c443c Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c443c Color CSS Codes

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

#4c443c Text Font Color

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

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


#4c443c Background Color

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

This div background color is #4c443c


#4c443c Border Color

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

This div border color is #4c443c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c443c

#4c443c Color Palettes


Comments

No comments written yet.

Please login to write comment.