Color Hex Logo

#474120 Color Hex

#474120
(71,65,32)
0 Favorites   0 Comments

Color spaces of #474120

RGB 716532
HSL0.140.380.20
HSV51°55°28°
CMYK 0.000.080.55   0.72
XYZ4.74955.22452.1246
Yxy5.22450.39260.4318
Hunter Lab22.8572-2.909410.4889
CIE-Lab27.3650-2.753520.9235

#474120 color RGB value is (71,65,32).

#474120 hex color red value is 71, green value is 65 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #474120 hue: 0.14 , saturation: 0.38 and the lightness value of 474120 is 0.20.

The process color (four color CMYK) of #474120 color hex is 0.00, 0.08, 0.55, 0.72. Web safe color of #474120 is #333333. Color #474120 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01000001 00100000
Octal 107 101 40
Decimal 71 65 32
Hex 47 41 20

RGB Percentages of Color #474120

%42.26
%38.69
%19.05

CMYK Percentages of Color #474120

%0
%8
%55
%72

Triadic Colors of #474120

#474120 #204741 #412047

Analogous Colors of #474120

#474120 #3a4720 #472e20

Monochromatic Colors of #474120

#474120

Complementary Color

#474120 #202647

#474120 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474120 Color Preview on White Background

Lorem ipsum dolor sit amet.

#474120 Color CSS Codes

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

#474120 Text Font Color

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

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


#474120 Background Color

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

This div background color is #474120


#474120 Border Color

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

This div border color is #474120


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,65,32, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474120


Comments

No comments written yet.

Please login to write comment.