Color Hex Logo

#470308 Color Hex

#470308
(71,3,8)
0 Favorites   0 Comments

Color spaces of #470308

RGB 7138
HSL0.990.920.15
HSV356°96°28°
CMYK 0.000.960.89   0.72
XYZ2.67491.42220.3633
Yxy1.42220.59970.3189
Hunter Lab11.925619.16766.5417
CIE-Lab12.104730.946615.6737

#470308 color RGB value is (71,3,8).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00000011 00001000
Octal 107 3 10
Decimal 71 3 8
Hex 47 3 8

RGB Percentages of Color #470308

%86.59
%3.66
%9.76

CMYK Percentages of Color #470308

%0
%96
%89
%72

Triadic Colors of #470308

#470308 #084703 #030847

Analogous Colors of #470308

#470308 #472003 #47032a

Monochromatic Colors of #470308

#470308

Complementary Color

#470308 #034742

#470308 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#470308 Color Preview on White Background

Lorem ipsum dolor sit amet.

#470308 Color CSS Codes

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

#470308 Text Font Color

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

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


#470308 Background Color

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

This div background color is #470308


#470308 Border Color

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

This div border color is #470308


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #470308


Comments

No comments written yet.

Please login to write comment.