Color Hex Logo

#47401f Color Hex

#47401F
(71,64,31)
0 Favorites   0 Comments

Color spaces of #47401f

RGB 716431
HSL0.140.390.20
HSV50°56°28°
CMYK 0.000.100.56   0.72
XYZ4.67935.10532.0351
Yxy5.10530.39590.4319
Hunter Lab22.5949-2.574610.4762
CIE-Lab27.0327-2.232821.1174

#47401f color RGB value is (71,64,31).

#47401f hex color red value is 71, green value is 64 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #47401f hue: 0.14 , saturation: 0.39 and the lightness value of 47401f is 0.20.

The process color (four color CMYK) of #47401f color hex is 0.00, 0.10, 0.56, 0.72. Web safe color of #47401f is #333333. Color #47401f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01000000 00011111
Octal 107 100 37
Decimal 71 64 31
Hex 47 40 1F

RGB Percentages of Color #47401f

%42.77
%38.55
%18.67

CMYK Percentages of Color #47401f

%0
%10
%56
%72

Triadic Colors of #47401f

#47401f #1f4740 #401f47

Analogous Colors of #47401f

#47401f #3a471f #472c1f

Monochromatic Colors of #47401f

#47401f

Complementary Color

#47401f #1f2647

#47401f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47401f Color Preview on White Background

Lorem ipsum dolor sit amet.

#47401f Color CSS Codes

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

#47401f Text Font Color

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

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


#47401f Background Color

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

This div background color is #47401f


#47401f Border Color

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

This div border color is #47401f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,64,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #47401f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #47401f;
  -webkit-box-shadow: 1px 1px 3px 2px #47401f;
  box-shadow:         1px 1px 3px 2px #47401f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47401f


Comments

No comments written yet.

Please login to write comment.