Color Hex Logo

#47090f Color Hex

#47090F
(71,9,15)
0 Favorites   0 Comments

Color spaces of #47090f

RGB 71915
HSL0.980.780.16
HSV354°87°28°
CMYK 0.000.870.79   0.72
XYZ2.78241.56950.6082
Yxy1.56950.56100.3164
Hunter Lab12.528017.72005.8912
CIE-Lab13.043228.911613.7890

#47090f color RGB value is (71,9,15).

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

The process color (four color CMYK) of #47090f color hex is 0.00, 0.87, 0.79, 0.72. Web safe color of #47090f is #330000. Color #47090f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00001001 00001111
Octal 107 11 17
Decimal 71 9 15
Hex 47 9 F

RGB Percentages of Color #47090f

%74.74
%9.47
%15.79

CMYK Percentages of Color #47090f

%0
%87
%79
%72

Triadic Colors of #47090f

#47090f #0f4709 #090f47

Analogous Colors of #47090f

#47090f #472209 #47092e

Monochromatic Colors of #47090f

#47090f

Complementary Color

#47090f #094741

#47090f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47090f Color Preview on White Background

Lorem ipsum dolor sit amet.

#47090f Color CSS Codes

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

#47090f Text Font Color

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

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


#47090f Background Color

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

This div background color is #47090f


#47090f Border Color

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

This div border color is #47090f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47090f


Comments

No comments written yet.

Please login to write comment.