Color Hex Logo

#47321e Color Hex

#47321E
(71,50,30)
0 Favorites   0 Comments

Color spaces of #47321e

RGB 715030
HSL0.080.410.20
HSV29°58°28°
CMYK 0.000.300.58   0.72
XYZ3.97353.71451.7358
Yxy3.71450.42160.3942
Hunter Lab19.27303.07338.1513
CIE-Lab22.70426.704416.3956

#47321e color RGB value is (71,50,30).

#47321e hex color red value is 71, green value is 50 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #47321e hue: 0.08 , saturation: 0.41 and the lightness value of 47321e is 0.20.

The process color (four color CMYK) of #47321e color hex is 0.00, 0.30, 0.58, 0.72. Web safe color of #47321e is #333333. Color #47321e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00110010 00011110
Octal 107 62 36
Decimal 71 50 30
Hex 47 32 1E

RGB Percentages of Color #47321e

%47.02
%33.11
%19.87

CMYK Percentages of Color #47321e

%0
%30
%58
%72

Triadic Colors of #47321e

#47321e #1e4732 #321e47

Analogous Colors of #47321e

#47321e #47471e #471e1f

Monochromatic Colors of #47321e

#47321e

Complementary Color

#47321e #1e3347

#47321e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47321e Color Preview on White Background

Lorem ipsum dolor sit amet.

#47321e Color CSS Codes

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

#47321e Text Font Color

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

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


#47321e Background Color

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

This div background color is #47321e


#47321e Border Color

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

This div border color is #47321e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,50,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #47321e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #47321e;
  -webkit-box-shadow: 1px 1px 3px 2px #47321e;
  box-shadow:         1px 1px 3px 2px #47321e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47321e


Comments

No comments written yet.

Please login to write comment.