Color Hex Logo

#47741f Color Hex

#47741F
(71,116,31)
0 Favorites   0 Comments

Color spaces of #47741f

RGB 7111631
HSL0.250.580.29
HSV92°73°45°
CMYK 0.390.000.73   0.55
XYZ9.091213.92933.5058
Yxy13.92930.34270.5251
Hunter Lab37.3220-21.832920.5560
CIE-Lab44.1314-30.523040.0481

#47741f color RGB value is (71,116,31).

#47741f hex color red value is 71, green value is 116 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #47741f hue: 0.25 , saturation: 0.58 and the lightness value of 47741f is 0.29.

The process color (four color CMYK) of #47741f color hex is 0.39, 0.00, 0.73, 0.55. Web safe color of #47741f is #336633. Color #47741f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01110100 00011111
Octal 107 164 37
Decimal 71 116 31
Hex 47 74 1F

RGB Percentages of Color #47741f

%32.57
%53.21
%14.22

CMYK Percentages of Color #47741f

%39
%0
%73
%55

Triadic Colors of #47741f

#47741f #1f4774 #741f47

Analogous Colors of #47741f

#47741f #1f7422 #72741f

Monochromatic Colors of #47741f

#47741f

Complementary Color

#47741f #4c1f74

#47741f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47741f Color Preview on White Background

Lorem ipsum dolor sit amet.

#47741f Color CSS Codes

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

#47741f Text Font Color

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

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


#47741f Background Color

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

This div background color is #47741f


#47741f Border Color

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

This div border color is #47741f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47741f


Comments

No comments written yet.

Please login to write comment.