Color Hex Logo

#47520d Color Hex

#47520D
(71,82,13)
0 Favorites   0 Comments

Color spaces of #47520d

RGB 718213
HSL0.190.730.19
HSV70°84°32°
CMYK 0.130.000.84   0.68
XYZ5.68857.40321.5099
Yxy7.40320.38960.5070
Hunter Lab27.2088-10.296815.7560
CIE-Lab32.7077-14.367735.9289

#47520d color RGB value is (71,82,13).

#47520d hex color red value is 71, green value is 82 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #47520d hue: 0.19 , saturation: 0.73 and the lightness value of 47520d is 0.19.

The process color (four color CMYK) of #47520d color hex is 0.13, 0.00, 0.84, 0.68. Web safe color of #47520d is #336600. Color #47520d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01010010 00001101
Octal 107 122 15
Decimal 71 82 13
Hex 47 52 D

RGB Percentages of Color #47520d

%42.77
%49.40
%7.83

CMYK Percentages of Color #47520d

%13
%0
%84
%68

Triadic Colors of #47520d

#47520d #0d4752 #520d47

Analogous Colors of #47520d

#47520d #25520d #523b0d

Monochromatic Colors of #47520d

#47520d

Complementary Color

#47520d #180d52

#47520d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47520d Color Preview on White Background

Lorem ipsum dolor sit amet.

#47520d Color CSS Codes

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

#47520d Text Font Color

<p style="color:#47520d">Text here</p>

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


#47520d Background Color

<div style="background-color:#47520d">
Div content here</div>

This div background color is #47520d


#47520d Border Color

<div style="border:3px solid #47520d">
Div here</div>

This div border color is #47520d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,82,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #47520d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #47520d;
  -webkit-box-shadow: 1px 1px 3px 2px #47520d;
  box-shadow:         1px 1px 3px 2px #47520d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47520d


Comments

No comments written yet.

Please login to write comment.