Color Hex Logo

#4a442c Color Hex

#4A442C
(74,68,44)
0 Favorites   0 Comments

Color spaces of #4a442c

RGB 746844
HSL0.130.250.23
HSV48°41°29°
CMYK 0.000.080.41   0.71
XYZ5.34585.77193.2152
Yxy5.77190.37300.4027
Hunter Lab24.0248-2.32508.8827
CIE-Lab28.8295-1.660515.4746

#4a442c color RGB value is (74,68,44).

#4a442c hex color red value is 74, green value is 68 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #4a442c hue: 0.13 , saturation: 0.25 and the lightness value of 4a442c is 0.23.

The process color (four color CMYK) of #4a442c color hex is 0.00, 0.08, 0.41, 0.71. Web safe color of #4a442c is #333333. Color #4a442c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 01000100 00101100
Octal 112 104 54
Decimal 74 68 44
Hex 4A 44 2C

RGB Percentages of Color #4a442c

%39.78
%36.56
%23.66

CMYK Percentages of Color #4a442c

%0
%8
%41
%71

Triadic Colors of #4a442c

#4a442c #2c4a44 #442c4a

Analogous Colors of #4a442c

#4a442c #414a2c #4a352c

Monochromatic Colors of #4a442c

#4a442c

Complementary Color

#4a442c #2c324a

#4a442c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a442c Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a442c Color CSS Codes

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

#4a442c Text Font Color

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

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


#4a442c Background Color

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

This div background color is #4a442c


#4a442c Border Color

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

This div border color is #4a442c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a442c


Comments

No comments written yet.

Please login to write comment.