Color Hex Logo

#47092f Color Hex

#47092F
(71,9,47)
0 Favorites   0 Comments

Color spaces of #47092f

RGB 71947
HSL0.900.780.16
HSV323°87°28°
CMYK 0.000.870.34   0.72
XYZ3.20931.74022.8561
Yxy1.74020.41120.2229
Hunter Lab13.191720.3405-3.6026
CIE-Lab14.060132.0376-7.5970

#47092f color RGB value is (71,9,47).

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

The process color (four color CMYK) of #47092f color hex is 0.00, 0.87, 0.34, 0.72. Web safe color of #47092f is #330033. Color #47092f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00001001 00101111
Octal 107 11 57
Decimal 71 9 47
Hex 47 9 2F

RGB Percentages of Color #47092f

%55.91
%7.09
%37.01

CMYK Percentages of Color #47092f

%0
%87
%34
%72

Triadic Colors of #47092f

#47092f #2f4709 #092f47

Analogous Colors of #47092f

#47092f #470910 #400947

Monochromatic Colors of #47092f

#47092f

Complementary Color

#47092f #094721

#47092f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47092f Color Preview on White Background

Lorem ipsum dolor sit amet.

#47092f Color CSS Codes

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

#47092f Text Font Color

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

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


#47092f Background Color

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

This div background color is #47092f


#47092f Border Color

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

This div border color is #47092f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47092f


Comments

No comments written yet.

Please login to write comment.