Color Hex Logo

#47561f Color Hex

#47561F
(71,86,31)
0 Favorites   0 Comments

Color spaces of #47561f

RGB 718631
HSL0.210.470.23
HSV76°64°34°
CMYK 0.170.000.64   0.66
XYZ6.17368.09412.5333
Yxy8.09410.36750.4818
Hunter Lab28.4501-11.053714.6357
CIE-Lab34.1781-15.296929.4180

#47561f color RGB value is (71,86,31).

#47561f hex color red value is 71, green value is 86 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #47561f hue: 0.21 , saturation: 0.47 and the lightness value of 47561f is 0.23.

The process color (four color CMYK) of #47561f color hex is 0.17, 0.00, 0.64, 0.66. Web safe color of #47561f is #336633. Color #47561f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01010110 00011111
Octal 107 126 37
Decimal 71 86 31
Hex 47 56 1F

RGB Percentages of Color #47561f

%37.77
%45.74
%16.49

CMYK Percentages of Color #47561f

%17
%0
%64
%66

Triadic Colors of #47561f

#47561f #1f4756 #561f47

Analogous Colors of #47561f

#47561f #2c561f #564a1f

Monochromatic Colors of #47561f

#47561f

Complementary Color

#47561f #2e1f56

#47561f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47561f Color Preview on White Background

Lorem ipsum dolor sit amet.

#47561f Color CSS Codes

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

#47561f Text Font Color

<p style="color:#47561f">Text here</p>

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


#47561f Background Color

<div style="background-color:#47561f">
Div content here</div>

This div background color is #47561f


#47561f Border Color

<div style="border:3px solid #47561f">
Div here</div>

This div border color is #47561f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,86,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #47561f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #47561f;
  -webkit-box-shadow: 1px 1px 3px 2px #47561f;
  box-shadow:         1px 1px 3px 2px #47561f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47561f

#47561f Color Palettes


Comments

No comments written yet.

Please login to write comment.