Color Hex Logo

#47293a Color Hex

#47293A
(71,41,58)
0 Favorites   0 Comments

Color spaces of #47293a

RGB 714158
HSL0.910.270.22
HSV326°42°28°
CMYK 0.000.420.18   0.72
XYZ4.15523.23104.4076
Yxy3.23100.35230.2740
Hunter Lab17.97509.8069-1.9559
CIE-Lab20.946216.8875-4.9712

#47293a color RGB value is (71,41,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00101001 00111010
Octal 107 51 72
Decimal 71 41 58
Hex 47 29 3A

RGB Percentages of Color #47293a

%41.76
%24.12
%34.12

CMYK Percentages of Color #47293a

%0
%42
%18
%72

Triadic Colors of #47293a

#47293a #3a4729 #293a47

Analogous Colors of #47293a

#47293a #47292b #452947

Monochromatic Colors of #47293a

#47293a

Complementary Color

#47293a #294736

#47293a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47293a Color Preview on White Background

Lorem ipsum dolor sit amet.

#47293a Color CSS Codes

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

#47293a Text Font Color

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

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


#47293a Background Color

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

This div background color is #47293a


#47293a Border Color

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

This div border color is #47293a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47293a


Comments

No comments written yet.

Please login to write comment.