Color Hex Logo

#4c492b Color Hex

#4C492B
(76,73,43)
0 Favorites   0 Comments

Color spaces of #4c492b

RGB 767343
HSL0.150.280.23
HSV55°43°30°
CMYK 0.000.040.43   0.70
XYZ5.79916.47603.2298
Yxy6.47600.37400.4177
Hunter Lab25.4480-3.857310.2886
CIE-Lab30.5829-3.949718.4043

#4c492b color RGB value is (76,73,43).

#4c492b hex color red value is 76, green value is 73 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #4c492b hue: 0.15 , saturation: 0.28 and the lightness value of 4c492b is 0.23.

The process color (four color CMYK) of #4c492b color hex is 0.00, 0.04, 0.43, 0.70. Web safe color of #4c492b is #333333. Color #4c492b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 01001001 00101011
Octal 114 111 53
Decimal 76 73 43
Hex 4C 49 2B

RGB Percentages of Color #4c492b

%39.58
%38.02
%22.40

CMYK Percentages of Color #4c492b

%0
%4
%43
%70

Triadic Colors of #4c492b

#4c492b #2b4c49 #492b4c

Analogous Colors of #4c492b

#4c492b #3f4c2b #4c392b

Monochromatic Colors of #4c492b

#4c492b

Complementary Color

#4c492b #2b2e4c

#4c492b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c492b Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c492b Color CSS Codes

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

#4c492b Text Font Color

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

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


#4c492b Background Color

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

This div background color is #4c492b


#4c492b Border Color

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

This div border color is #4c492b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c492b


Comments

No comments written yet.

Please login to write comment.