Color Hex Logo

#471008 Color Hex

#471008
(71,16,8)
0 Favorites   0 Comments

Color spaces of #471008

RGB 71168
HSL0.020.800.15
HSV89°28°
CMYK 0.000.770.89   0.72
XYZ2.82771.72770.4142
Yxy1.72770.56900.3477
Hunter Lab13.144215.39827.3326
CIE-Lab13.988025.671218.1928

#471008 color RGB value is (71,16,8).

#471008 hex color red value is 71, green value is 16 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #471008 hue: 0.02 , saturation: 0.80 and the lightness value of 471008 is 0.15.

The process color (four color CMYK) of #471008 color hex is 0.00, 0.77, 0.89, 0.72. Web safe color of #471008 is #330000. Color #471008 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00010000 00001000
Octal 107 20 10
Decimal 71 16 8
Hex 47 10 8

RGB Percentages of Color #471008

%74.74
%16.84
%8.42

CMYK Percentages of Color #471008

%0
%77
%89
%72

Triadic Colors of #471008

#471008 #084710 #100847

Analogous Colors of #471008

#471008 #473008 #470820

Monochromatic Colors of #471008

#471008

Complementary Color

#471008 #083f47

#471008 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#471008 Color Preview on White Background

Lorem ipsum dolor sit amet.

#471008 Color CSS Codes

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

#471008 Text Font Color

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

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


#471008 Background Color

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

This div background color is #471008


#471008 Border Color

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

This div border color is #471008


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #471008


Comments

No comments written yet.

Please login to write comment.