Color Hex Logo

#47750d Color Hex

#47750D
(71,117,13)
0 Favorites   0 Comments

Color spaces of #47750d

RGB 7111713
HSL0.240.800.25
HSV87°89°46°
CMYK 0.390.000.89   0.54
XYZ9.032514.09122.6246
Yxy14.09120.35080.5473
Hunter Lab37.5382-22.741022.1313
CIE-Lab44.3634-32.016646.3011

#47750d color RGB value is (71,117,13).

#47750d hex color red value is 71, green value is 117 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #47750d hue: 0.24 , saturation: 0.80 and the lightness value of 47750d is 0.25.

The process color (four color CMYK) of #47750d color hex is 0.39, 0.00, 0.89, 0.54. Web safe color of #47750d is #336600. Color #47750d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01110101 00001101
Octal 107 165 15
Decimal 71 117 13
Hex 47 75 D

RGB Percentages of Color #47750d

%35.32
%58.21
%6.47

CMYK Percentages of Color #47750d

%39
%0
%89
%54

Triadic Colors of #47750d

#47750d #0d4775 #750d47

Analogous Colors of #47750d

#47750d #13750d #756f0d

Monochromatic Colors of #47750d

#47750d

Complementary Color

#47750d #3b0d75

#47750d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47750d Color Preview on White Background

Lorem ipsum dolor sit amet.

#47750d Color CSS Codes

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

#47750d Text Font Color

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

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


#47750d Background Color

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

This div background color is #47750d


#47750d Border Color

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

This div border color is #47750d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47750d


Comments

No comments written yet.

Please login to write comment.