Color Hex Logo

#470c16 Color Hex

#470C16
(71,12,22)
0 Favorites   0 Comments

Color spaces of #470c16

RGB 711222
HSL0.970.710.16
HSV350°83°28°
CMYK 0.000.830.69   0.72
XYZ2.87481.66050.9280
Yxy1.66050.52620.3039
Hunter Lab12.886017.27174.7504
CIE-Lab13.594028.224810.1644

#470c16 color RGB value is (71,12,22).

#470c16 hex color red value is 71, green value is 12 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #470c16 hue: 0.97 , saturation: 0.71 and the lightness value of 470c16 is 0.16.

The process color (four color CMYK) of #470c16 color hex is 0.00, 0.83, 0.69, 0.72. Web safe color of #470c16 is #330000. Color #470c16 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00001100 00010110
Octal 107 14 26
Decimal 71 12 22
Hex 47 C 16

RGB Percentages of Color #470c16

%67.62
%11.43
%20.95

CMYK Percentages of Color #470c16

%0
%83
%69
%72

Triadic Colors of #470c16

#470c16 #16470c #0c1647

Analogous Colors of #470c16

#470c16 #47200c #470c34

Monochromatic Colors of #470c16

#470c16

Complementary Color

#470c16 #0c473d

#470c16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#470c16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#470c16 Color CSS Codes

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

#470c16 Text Font Color

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

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


#470c16 Background Color

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

This div background color is #470c16


#470c16 Border Color

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

This div border color is #470c16


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,12,22, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #470c16; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #470c16;
  -webkit-box-shadow: 1px 1px 3px 2px #470c16;
  box-shadow:         1px 1px 3px 2px #470c16; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #470c16


Comments

No comments written yet.

Please login to write comment.