Color Hex Logo

#471e12 Color Hex

#471E12
(71,30,18)
0 Favorites   0 Comments

Color spaces of #471e12

RGB 713018
HSL0.040.600.17
HSV14°75°28°
CMYK 0.000.580.75   0.72
XYZ3.17202.31180.8513
Yxy2.31180.50070.3649
Hunter Lab15.204610.63087.3236
CIE-Lab17.045218.542517.2117

#471e12 color RGB value is (71,30,18).

#471e12 hex color red value is 71, green value is 30 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #471e12 hue: 0.04 , saturation: 0.60 and the lightness value of 471e12 is 0.17.

The process color (four color CMYK) of #471e12 color hex is 0.00, 0.58, 0.75, 0.72. Web safe color of #471e12 is #333300. Color #471e12 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00011110 00010010
Octal 107 36 22
Decimal 71 30 18
Hex 47 1E 12

RGB Percentages of Color #471e12

%59.66
%25.21
%15.13

CMYK Percentages of Color #471e12

%0
%58
%75
%72

Triadic Colors of #471e12

#471e12 #12471e #1e1247

Analogous Colors of #471e12

#471e12 #473912 #471221

Monochromatic Colors of #471e12

#471e12

Complementary Color

#471e12 #123b47

#471e12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#471e12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#471e12 Color CSS Codes

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

#471e12 Text Font Color

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

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


#471e12 Background Color

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

This div background color is #471e12


#471e12 Border Color

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

This div border color is #471e12


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #471e12


Comments

No comments written yet.

Please login to write comment.