Color Hex Logo

#47293e Color Hex

#47293E
(71,41,62)
0 Favorites   0 Comments

Color spaces of #47293e

RGB 714162
HSL0.880.270.22
HSV318°42°28°
CMYK 0.000.420.13   0.72
XYZ4.26103.27334.9647
Yxy3.27330.34090.2619
Hunter Lab18.092310.3780-3.6052
CIE-Lab21.106817.6780-7.4737

#47293e color RGB value is (71,41,62).

#47293e hex color red value is 71, green value is 41 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #47293e hue: 0.88 , saturation: 0.27 and the lightness value of 47293e is 0.22.

The process color (four color CMYK) of #47293e color hex is 0.00, 0.42, 0.13, 0.72. Web safe color of #47293e is #333333. Color #47293e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00101001 00111110
Octal 107 51 76
Decimal 71 41 62
Hex 47 29 3E

RGB Percentages of Color #47293e

%40.80
%23.56
%35.63

CMYK Percentages of Color #47293e

%0
%42
%13
%72

Triadic Colors of #47293e

#47293e #3e4729 #293e47

Analogous Colors of #47293e

#47293e #47292f #412947

Monochromatic Colors of #47293e

#47293e

Complementary Color

#47293e #294732

#47293e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47293e Color Preview on White Background

Lorem ipsum dolor sit amet.

#47293e Color CSS Codes

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

#47293e Text Font Color

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

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


#47293e Background Color

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

This div background color is #47293e


#47293e Border Color

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

This div border color is #47293e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47293e


Comments

No comments written yet.

Please login to write comment.