Color Hex Logo

#47371d Color Hex

#47371D
(71,55,29)
0 Favorites   0 Comments

Color spaces of #47371d

RGB 715529
HSL0.100.420.20
HSV37°59°28°
CMYK 0.000.230.59   0.72
XYZ4.18654.16071.7448
Yxy4.16070.41480.4123
Hunter Lab20.39780.93979.2069
CIE-Lab24.19573.322218.8804

#47371d color RGB value is (71,55,29).

#47371d hex color red value is 71, green value is 55 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #47371d hue: 0.10 , saturation: 0.42 and the lightness value of 47371d is 0.20.

The process color (four color CMYK) of #47371d color hex is 0.00, 0.23, 0.59, 0.72. Web safe color of #47371d is #333333. Color #47371d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00110111 00011101
Octal 107 67 35
Decimal 71 55 29
Hex 47 37 1D

RGB Percentages of Color #47371d

%45.81
%35.48
%18.71

CMYK Percentages of Color #47371d

%0
%23
%59
%72

Triadic Colors of #47371d

#47371d #1d4737 #371d47

Analogous Colors of #47371d

#47371d #42471d #47221d

Monochromatic Colors of #47371d

#47371d

Complementary Color

#47371d #1d2d47

#47371d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47371d Color Preview on White Background

Lorem ipsum dolor sit amet.

#47371d Color CSS Codes

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

#47371d Text Font Color

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

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


#47371d Background Color

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

This div background color is #47371d


#47371d Border Color

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

This div border color is #47371d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,55,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #47371d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #47371d;
  -webkit-box-shadow: 1px 1px 3px 2px #47371d;
  box-shadow:         1px 1px 3px 2px #47371d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47371d


Comments

No comments written yet.

Please login to write comment.