Color Hex Logo

#47343e Color Hex

#47343E
(71,52,62)
0 Favorites   0 Comments

Color spaces of #47343e

RGB 715262
HSL0.910.150.24
HSV328°27°28°
CMYK 0.000.270.13   0.72
XYZ4.69604.14345.1097
Yxy4.14340.33670.2970
Hunter Lab20.35535.5583-0.6345
CIE-Lab24.140010.4536-2.9330

#47343e color RGB value is (71,52,62).

#47343e hex color red value is 71, green value is 52 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #47343e hue: 0.91 , saturation: 0.15 and the lightness value of 47343e is 0.24.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00110100 00111110
Octal 107 64 76
Decimal 71 52 62
Hex 47 34 3E

RGB Percentages of Color #47343e

%38.38
%28.11
%33.51

CMYK Percentages of Color #47343e

%0
%27
%13
%72

Triadic Colors of #47343e

#47343e #3e4734 #343e47

Analogous Colors of #47343e

#47343e #473435 #473447

Monochromatic Colors of #47343e

#47343e

Complementary Color

#47343e #34473d

#47343e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47343e Color Preview on White Background

Lorem ipsum dolor sit amet.

#47343e Color CSS Codes

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

#47343e Text Font Color

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

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


#47343e Background Color

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

This div background color is #47343e


#47343e Border Color

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

This div border color is #47343e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47343e


Comments

No comments written yet.

Please login to write comment.