Color Hex Logo

#47984e Color Hex

#47984E
(71,152,78)
0 Favorites   0 Comments

Color spaces of #47984e

RGB 7115278
HSL0.350.360.44
HSV125°53°60°
CMYK 0.530.000.49   0.40
XYZ15.201924.346111.1058
Yxy24.34610.30010.4806
Hunter Lab49.3418-31.353321.1943
CIE-Lab56.4327-40.801431.4381

#47984e color RGB value is (71,152,78).

#47984e hex color red value is 71, green value is 152 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #47984e hue: 0.35 , saturation: 0.36 and the lightness value of 47984e is 0.44.

The process color (four color CMYK) of #47984e color hex is 0.53, 0.00, 0.49, 0.40. Web safe color of #47984e is #339966. Color #47984e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10011000 01001110
Octal 107 230 116
Decimal 71 152 78
Hex 47 98 4E

RGB Percentages of Color #47984e

%23.59
%50.50
%25.91

CMYK Percentages of Color #47984e

%53
%0
%49
%40

Triadic Colors of #47984e

#47984e #4e4798 #984e47

Analogous Colors of #47984e

#47984e #479877 #699847

Monochromatic Colors of #47984e

#47984e

Complementary Color

#47984e #984791

#47984e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47984e Color Preview on White Background

Lorem ipsum dolor sit amet.

#47984e Color CSS Codes

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

#47984e Text Font Color

<p style="color:#47984e">Text here</p>

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


#47984e Background Color

<div style="background-color:#47984e">
Div content here</div>

This div background color is #47984e


#47984e Border Color

<div style="border:3px solid #47984e">
Div here</div>

This div border color is #47984e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,152,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #47984e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #47984e;
  -webkit-box-shadow: 1px 1px 3px 2px #47984e;
  box-shadow:         1px 1px 3px 2px #47984e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47984e


Comments

No comments written yet.

Please login to write comment.