Color Hex Logo

#47210e Color Hex

#47210E
(71,33,14)
0 Favorites   0 Comments

Color spaces of #47210e

RGB 713314
HSL0.060.670.17
HSV20°80°28°
CMYK 0.000.540.80   0.72
XYZ3.22172.45900.7203
Yxy2.45900.50330.3842
Hunter Lab15.68129.23078.2534
CIE-Lab17.732216.417820.2699

#47210e color RGB value is (71,33,14).

#47210e hex color red value is 71, green value is 33 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #47210e hue: 0.06 , saturation: 0.67 and the lightness value of 47210e is 0.17.

The process color (four color CMYK) of #47210e color hex is 0.00, 0.54, 0.80, 0.72. Web safe color of #47210e is #333300. Color #47210e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00100001 00001110
Octal 107 41 16
Decimal 71 33 14
Hex 47 21 E

RGB Percentages of Color #47210e

%60.17
%27.97
%11.86

CMYK Percentages of Color #47210e

%0
%54
%80
%72

Triadic Colors of #47210e

#47210e #0e4721 #210e47

Analogous Colors of #47210e

#47210e #473e0e #470e18

Monochromatic Colors of #47210e

#47210e

Complementary Color

#47210e #0e3447

#47210e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47210e Color Preview on White Background

Lorem ipsum dolor sit amet.

#47210e Color CSS Codes

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

#47210e Text Font Color

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

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


#47210e Background Color

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

This div background color is #47210e


#47210e Border Color

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

This div border color is #47210e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47210e


Comments

No comments written yet.

Please login to write comment.