Color Hex Logo

#4a472c Color Hex

#4A472C
(74,71,44)
0 Favorites   0 Comments

Color spaces of #4a472c

RGB 747144
HSL0.150.250.23
HSV54°41°29°
CMYK 0.000.040.41   0.71
XYZ5.53196.14423.2773
Yxy6.14420.36990.4109
Hunter Lab24.7875-3.54179.5122
CIE-Lab29.7734-3.531116.7065

#4a472c color RGB value is (74,71,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 01000111 00101100
Octal 112 107 54
Decimal 74 71 44
Hex 4A 47 2C

RGB Percentages of Color #4a472c

%39.15
%37.57
%23.28

CMYK Percentages of Color #4a472c

%0
%4
%41
%71

Triadic Colors of #4a472c

#4a472c #2c4a47 #472c4a

Analogous Colors of #4a472c

#4a472c #3e4a2c #4a382c

Monochromatic Colors of #4a472c

#4a472c

Complementary Color

#4a472c #2c2f4a

#4a472c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a472c Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a472c Color CSS Codes

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

#4a472c Text Font Color

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

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


#4a472c Background Color

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

This div background color is #4a472c


#4a472c Border Color

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

This div border color is #4a472c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,71,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 #4a472c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a472c


Comments

No comments written yet.

Please login to write comment.