Color Hex Logo

#47572e Color Hex

#47572E
(71,87,46)
0 Favorites   0 Comments

Color spaces of #47572e

RGB 718746
HSL0.230.310.26
HSV83°47°34°
CMYK 0.180.000.47   0.66
XYZ6.49998.35323.8545
Yxy8.35320.34740.4465
Hunter Lab28.9019-10.434512.3241
CIE-Lab34.7079-14.100221.7576

#47572e color RGB value is (71,87,46).

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

The process color (four color CMYK) of #47572e color hex is 0.18, 0.00, 0.47, 0.66. Web safe color of #47572e is #336633. Color #47572e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01010111 00101110
Octal 107 127 56
Decimal 71 87 46
Hex 47 57 2E

RGB Percentages of Color #47572e

%34.80
%42.65
%22.55

CMYK Percentages of Color #47572e

%18
%0
%47
%66

Triadic Colors of #47572e

#47572e #2e4757 #572e47

Analogous Colors of #47572e

#47572e #33572e #57532e

Monochromatic Colors of #47572e

#47572e

Complementary Color

#47572e #3e2e57

#47572e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47572e Color Preview on White Background

Lorem ipsum dolor sit amet.

#47572e Color CSS Codes

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

#47572e Text Font Color

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

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


#47572e Background Color

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

This div background color is #47572e


#47572e Border Color

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

This div border color is #47572e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47572e


Comments

No comments written yet.

Please login to write comment.