Color Hex Logo

#47343b Color Hex

#47343B
(71,52,59)
0 Favorites   0 Comments

Color spaces of #47343b

RGB 715259
HSL0.940.150.24
HSV338°27°28°
CMYK 0.000.270.17   0.72
XYZ4.61594.11134.6880
Yxy4.11130.34410.3065
Hunter Lab20.27635.15180.4853
CIE-Lab24.03609.8524-1.0704

#47343b color RGB value is (71,52,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00110100 00111011
Octal 107 64 73
Decimal 71 52 59
Hex 47 34 3B

RGB Percentages of Color #47343b

%39.01
%28.57
%32.42

CMYK Percentages of Color #47343b

%0
%27
%17
%72

Triadic Colors of #47343b

#47343b #3b4734 #343b47

Analogous Colors of #47343b

#47343b #473734 #473445

Monochromatic Colors of #47343b

#47343b

Complementary Color

#47343b #344740

#47343b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47343b Color Preview on White Background

Lorem ipsum dolor sit amet.

#47343b Color CSS Codes

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

#47343b Text Font Color

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

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


#47343b Background Color

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

This div background color is #47343b


#47343b Border Color

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

This div border color is #47343b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47343b


Comments

No comments written yet.

Please login to write comment.