Color Hex Logo

#470906 Color Hex

#470906
(71,9,6)
0 Favorites   0 Comments

Color spaces of #470906

RGB 7196
HSL0.010.840.15
HSV92°28°
CMYK 0.000.870.92   0.72
XYZ2.72911.54810.3273
Yxy1.54810.59270.3362
Hunter Lab12.442317.37847.1499
CIE-Lab12.910628.492917.5782

#470906 color RGB value is (71,9,6).

#470906 hex color red value is 71, green value is 9 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #470906 hue: 0.01 , saturation: 0.84 and the lightness value of 470906 is 0.15.

The process color (four color CMYK) of #470906 color hex is 0.00, 0.87, 0.92, 0.72. Web safe color of #470906 is #330000. Color #470906 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00001001 00000110
Octal 107 11 6
Decimal 71 9 6
Hex 47 9 6

RGB Percentages of Color #470906

%82.56
%10.47
%6.98

CMYK Percentages of Color #470906

%0
%87
%92
%72

Triadic Colors of #470906

#470906 #064709 #090647

Analogous Colors of #470906

#470906 #472a06 #470623

Monochromatic Colors of #470906

#470906

Complementary Color

#470906 #064447

#470906 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#470906 Color Preview on White Background

Lorem ipsum dolor sit amet.

#470906 Color CSS Codes

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

#470906 Text Font Color

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

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


#470906 Background Color

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

This div background color is #470906


#470906 Border Color

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

This div border color is #470906


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #470906


Comments

No comments written yet.

Please login to write comment.