Color Hex Logo

#47996e Color Hex

#47996E
(71,153,110)
0 Favorites   0 Comments

Color spaces of #47996e

RGB 71153110
HSL0.410.370.44
HSV149°54°60°
CMYK 0.540.000.28   0.40
XYZ16.804225.247818.7395
Yxy25.24780.27640.4153
Hunter Lab50.2472-28.236713.0610
CIE-Lab57.3161-35.390315.1581

#47996e color RGB value is (71,153,110).

#47996e hex color red value is 71, green value is 153 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #47996e hue: 0.41 , saturation: 0.37 and the lightness value of 47996e is 0.44.

The process color (four color CMYK) of #47996e color hex is 0.54, 0.00, 0.28, 0.40. Web safe color of #47996e is #339966. Color #47996e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10011001 01101110
Octal 107 231 156
Decimal 71 153 110
Hex 47 99 6E

RGB Percentages of Color #47996e

%21.26
%45.81
%32.93

CMYK Percentages of Color #47996e

%54
%0
%28
%40

Triadic Colors of #47996e

#47996e #6e4799 #996e47

Analogous Colors of #47996e

#47996e #479997 #499947

Monochromatic Colors of #47996e

#47996e

Complementary Color

#47996e #994772

#47996e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47996e Color Preview on White Background

Lorem ipsum dolor sit amet.

#47996e Color CSS Codes

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

#47996e Text Font Color

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

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


#47996e Background Color

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

This div background color is #47996e


#47996e Border Color

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

This div border color is #47996e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47996e


Comments

No comments written yet.

Please login to write comment.