Color Hex Logo

#471308 Color Hex

#471308
(71,19,8)
0 Favorites   0 Comments

Color spaces of #471308

RGB 71198
HSL0.030.800.15
HSV10°89°28°
CMYK 0.000.730.89   0.72
XYZ2.87521.82290.4300
Yxy1.82290.56070.3555
Hunter Lab13.501514.38487.5627
CIE-Lab14.529024.202118.8995

#471308 color RGB value is (71,19,8).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00010011 00001000
Octal 107 23 10
Decimal 71 19 8
Hex 47 13 8

RGB Percentages of Color #471308

%72.45
%19.39
%8.16

CMYK Percentages of Color #471308

%0
%73
%89
%72

Triadic Colors of #471308

#471308 #084713 #130847

Analogous Colors of #471308

#471308 #473308 #47081c

Monochromatic Colors of #471308

#471308

Complementary Color

#471308 #083c47

#471308 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#471308 Color Preview on White Background

Lorem ipsum dolor sit amet.

#471308 Color CSS Codes

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

#471308 Text Font Color

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

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


#471308 Background Color

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

This div background color is #471308


#471308 Border Color

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

This div border color is #471308


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,19,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 #471308">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #471308


Comments

No comments written yet.

Please login to write comment.