Color Hex Logo

#47561a Color Hex

#47561A
(71,86,26)
0 Favorites   0 Comments

Color spaces of #47561a

RGB 718626
HSL0.210.540.22
HSV75°70°34°
CMYK 0.170.000.70   0.66
XYZ6.11288.06982.2127
Yxy8.06980.37280.4922
Hunter Lab28.4074-11.302715.2670
CIE-Lab34.1278-15.742331.8493

#47561a color RGB value is (71,86,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01010110 00011010
Octal 107 126 32
Decimal 71 86 26
Hex 47 56 1A

RGB Percentages of Color #47561a

%38.80
%46.99
%14.21

CMYK Percentages of Color #47561a

%17
%0
%70
%66

Triadic Colors of #47561a

#47561a #1a4756 #561a47

Analogous Colors of #47561a

#47561a #29561a #56471a

Monochromatic Colors of #47561a

#47561a

Complementary Color

#47561a #291a56

#47561a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47561a Color Preview on White Background

Lorem ipsum dolor sit amet.

#47561a Color CSS Codes

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

#47561a Text Font Color

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

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


#47561a Background Color

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

This div background color is #47561a


#47561a Border Color

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

This div border color is #47561a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47561a


Comments

No comments written yet.

Please login to write comment.