Color Hex Logo

#47500d Color Hex

#47500D
(71,80,13)
0 Favorites   0 Comments

Color spaces of #47500d

RGB 718013
HSL0.190.720.18
HSV68°84°31°
CMYK 0.110.000.84   0.69
XYZ5.53987.10601.4604
Yxy7.10600.39270.5038
Hunter Lab26.6571-9.554515.4118
CIE-Lab32.0470-13.239035.3207

#47500d color RGB value is (71,80,13).

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

The process color (four color CMYK) of #47500d color hex is 0.11, 0.00, 0.84, 0.69. Web safe color of #47500d is #336600. Color #47500d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01010000 00001101
Octal 107 120 15
Decimal 71 80 13
Hex 47 50 D

RGB Percentages of Color #47500d

%43.29
%48.78
%7.93

CMYK Percentages of Color #47500d

%11
%0
%84
%69

Triadic Colors of #47500d

#47500d #0d4750 #500d47

Analogous Colors of #47500d

#47500d #25500d #50380d

Monochromatic Colors of #47500d

#47500d

Complementary Color

#47500d #160d50

#47500d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47500d Color Preview on White Background

Lorem ipsum dolor sit amet.

#47500d Color CSS Codes

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

#47500d Text Font Color

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

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


#47500d Background Color

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

This div background color is #47500d


#47500d Border Color

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

This div border color is #47500d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47500d


Comments

No comments written yet.

Please login to write comment.