Color Hex Logo

#47932a Color Hex

#47932A
(71,147,42)
0 Favorites   0 Comments

Color spaces of #47932a

RGB 7114742
HSL0.290.560.37
HSV103°71°58°
CMYK 0.520.000.71   0.42
XYZ13.450222.37425.8002
Yxy22.37420.32310.5375
Hunter Lab47.3014-32.020725.8407
CIE-Lab54.4218-42.986846.1638

#47932a color RGB value is (71,147,42).

#47932a hex color red value is 71, green value is 147 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #47932a hue: 0.29 , saturation: 0.56 and the lightness value of 47932a is 0.37.

The process color (four color CMYK) of #47932a color hex is 0.52, 0.00, 0.71, 0.42. Web safe color of #47932a is #339933. Color #47932a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10010011 00101010
Octal 107 223 52
Decimal 71 147 42
Hex 47 93 2A

RGB Percentages of Color #47932a

%27.31
%56.54
%16.15

CMYK Percentages of Color #47932a

%52
%0
%71
%42

Triadic Colors of #47932a

#47932a #2a4793 #932a47

Analogous Colors of #47932a

#47932a #2a9342 #7c932a

Monochromatic Colors of #47932a

#47932a

Complementary Color

#47932a #762a93

#47932a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47932a Color Preview on White Background

Lorem ipsum dolor sit amet.

#47932a Color CSS Codes

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

#47932a Text Font Color

<p style="color:#47932a">Text here</p>

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


#47932a Background Color

<div style="background-color:#47932a">
Div content here</div>

This div background color is #47932a


#47932a Border Color

<div style="border:3px solid #47932a">
Div here</div>

This div border color is #47932a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,147,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #47932a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #47932a;
  -webkit-box-shadow: 1px 1px 3px 2px #47932a;
  box-shadow:         1px 1px 3px 2px #47932a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47932a


Comments

No comments written yet.

Please login to write comment.