Color Hex Logo

#472113 Color Hex

#472113
(71,33,19)
0 Favorites   0 Comments

Color spaces of #472113

RGB 713319
HSL0.040.580.18
HSV16°73°28°
CMYK 0.000.540.73   0.72
XYZ3.25992.47430.9219
Yxy2.47430.48980.3717
Hunter Lab15.72999.46547.5361
CIE-Lab17.802016.753917.5067

#472113 color RGB value is (71,33,19).

#472113 hex color red value is 71, green value is 33 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #472113 hue: 0.04 , saturation: 0.58 and the lightness value of 472113 is 0.18.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00100001 00010011
Octal 107 41 23
Decimal 71 33 19
Hex 47 21 13

RGB Percentages of Color #472113

%57.72
%26.83
%15.45

CMYK Percentages of Color #472113

%0
%54
%73
%72

Triadic Colors of #472113

#472113 #134721 #211347

Analogous Colors of #472113

#472113 #473b13 #47131f

Monochromatic Colors of #472113

#472113

Complementary Color

#472113 #133947

#472113 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#472113 Color Preview on White Background

Lorem ipsum dolor sit amet.

#472113 Color CSS Codes

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

#472113 Text Font Color

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

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


#472113 Background Color

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

This div background color is #472113


#472113 Border Color

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

This div border color is #472113


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #472113


Comments

No comments written yet.

Please login to write comment.