Color Hex Logo

#47331d Color Hex

#47331D
(71,51,29)
0 Favorites   0 Comments

Color spaces of #47331d

RGB 715129
HSL0.090.420.20
HSV31°59°28°
CMYK 0.000.280.59   0.72
XYZ4.00413.79601.6840
Yxy3.79600.42220.4002
Hunter Lab19.48332.58858.5137
CIE-Lab22.98525.937417.3859

#47331d color RGB value is (71,51,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00110011 00011101
Octal 107 63 35
Decimal 71 51 29
Hex 47 33 1D

RGB Percentages of Color #47331d

%47.02
%33.77
%19.21

CMYK Percentages of Color #47331d

%0
%28
%59
%72

Triadic Colors of #47331d

#47331d #1d4733 #331d47

Analogous Colors of #47331d

#47331d #46471d #471e1d

Monochromatic Colors of #47331d

#47331d

Complementary Color

#47331d #1d3147

#47331d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47331d Color Preview on White Background

Lorem ipsum dolor sit amet.

#47331d Color CSS Codes

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

#47331d Text Font Color

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

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


#47331d Background Color

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

This div background color is #47331d


#47331d Border Color

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

This div border color is #47331d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47331d


Comments

No comments written yet.

Please login to write comment.