Color Hex Logo

#474607 Color Hex

#474607
(71,70,7)
0 Favorites   0 Comments

Color spaces of #474607

RGB 71707
HSL0.160.820.15
HSV59°90°28°
CMYK 0.000.010.90   0.72
XYZ4.82705.73531.0536
Yxy5.73530.41560.4937
Hunter Lab23.9485-5.931814.1555
CIE-Lab28.7346-7.660434.5097

#474607 color RGB value is (71,70,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01000110 00000111
Octal 107 106 7
Decimal 71 70 7
Hex 47 46 7

RGB Percentages of Color #474607

%47.97
%47.30
%4.73

CMYK Percentages of Color #474607

%0
%1
%90
%72

Triadic Colors of #474607

#474607 #074746 #460747

Analogous Colors of #474607

#474607 #284707 #472607

Monochromatic Colors of #474607

#474607

Complementary Color

#474607 #070847

#474607 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474607 Color Preview on White Background

Lorem ipsum dolor sit amet.

#474607 Color CSS Codes

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

#474607 Text Font Color

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

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


#474607 Background Color

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

This div background color is #474607


#474607 Border Color

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

This div border color is #474607


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474607


Comments

No comments written yet.

Please login to write comment.