Color Hex Logo

#474609 Color Hex

#474609
(71,70,9)
0 Favorites   0 Comments

Color spaces of #474609

RGB 71709
HSL0.160.780.16
HSV59°87°28°
CMYK 0.000.010.87   0.72
XYZ4.83805.73961.1113
Yxy5.73960.41390.4910
Hunter Lab23.9575-5.879014.0200
CIE-Lab28.7458-7.568133.7648

#474609 color RGB value is (71,70,9).

#474609 hex color red value is 71, green value is 70 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #474609 hue: 0.16 , saturation: 0.78 and the lightness value of 474609 is 0.16.

The process color (four color CMYK) of #474609 color hex is 0.00, 0.01, 0.87, 0.72. Web safe color of #474609 is #333300. Color #474609 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01000110 00001001
Octal 107 106 11
Decimal 71 70 9
Hex 47 46 9

RGB Percentages of Color #474609

%47.33
%46.67
%6.00

CMYK Percentages of Color #474609

%0
%1
%87
%72

Triadic Colors of #474609

#474609 #094746 #460947

Analogous Colors of #474609

#474609 #294709 #472709

Monochromatic Colors of #474609

#474609

Complementary Color

#474609 #090a47

#474609 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474609 Color Preview on White Background

Lorem ipsum dolor sit amet.

#474609 Color CSS Codes

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

#474609 Text Font Color

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

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


#474609 Background Color

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

This div background color is #474609


#474609 Border Color

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

This div border color is #474609


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474609


Comments

No comments written yet.

Please login to write comment.