Color Hex Logo

#47342e Color Hex

#47342E
(71,52,46)
0 Favorites   0 Comments

Color spaces of #47342e

RGB 715246
HSL0.040.210.23
HSV14°35°28°
CMYK 0.000.270.35   0.72
XYZ4.31973.99283.1278
Yxy3.99280.37760.3490
Hunter Lab19.98203.61964.7067
CIE-Lab23.64767.53807.1056

#47342e color RGB value is (71,52,46).

#47342e hex color red value is 71, green value is 52 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #47342e hue: 0.04 , saturation: 0.21 and the lightness value of 47342e is 0.23.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00110100 00101110
Octal 107 64 56
Decimal 71 52 46
Hex 47 34 2E

RGB Percentages of Color #47342e

%42.01
%30.77
%27.22

CMYK Percentages of Color #47342e

%0
%27
%35
%72

Triadic Colors of #47342e

#47342e #2e4734 #342e47

Analogous Colors of #47342e

#47342e #47412e #472e35

Monochromatic Colors of #47342e

#47342e

Complementary Color

#47342e #2e4147

#47342e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47342e Color Preview on White Background

Lorem ipsum dolor sit amet.

#47342e Color CSS Codes

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

#47342e Text Font Color

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

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


#47342e Background Color

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

This div background color is #47342e


#47342e Border Color

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

This div border color is #47342e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47342e


Comments

No comments written yet.

Please login to write comment.