Color Hex Logo

#47732f Color Hex

#47732F
(71,115,47)
0 Favorites   0 Comments

Color spaces of #47732f

RGB 7111547
HSL0.270.420.32
HSV99°59°45°
CMYK 0.380.000.59   0.55
XYZ9.242413.80634.8671
Yxy13.80630.33110.4946
Hunter Lab37.1568-20.624318.2435
CIE-Lab43.9539-28.497232.3891

#47732f color RGB value is (71,115,47).

#47732f hex color red value is 71, green value is 115 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #47732f hue: 0.27 , saturation: 0.42 and the lightness value of 47732f is 0.32.

The process color (four color CMYK) of #47732f color hex is 0.38, 0.00, 0.59, 0.55. Web safe color of #47732f is #336633. Color #47732f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01110011 00101111
Octal 107 163 57
Decimal 71 115 47
Hex 47 73 2F

RGB Percentages of Color #47732f

%30.47
%49.36
%20.17

CMYK Percentages of Color #47732f

%38
%0
%59
%55

Triadic Colors of #47732f

#47732f #2f4773 #732f47

Analogous Colors of #47732f

#47732f #2f7339 #69732f

Monochromatic Colors of #47732f

#47732f

Complementary Color

#47732f #5b2f73

#47732f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47732f Color Preview on White Background

Lorem ipsum dolor sit amet.

#47732f Color CSS Codes

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

#47732f Text Font Color

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

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


#47732f Background Color

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

This div background color is #47732f


#47732f Border Color

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

This div border color is #47732f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47732f


Comments

No comments written yet.

Please login to write comment.