Color Hex Logo

#47966e Color Hex

#47966E
(71,150,110)
0 Favorites   0 Comments

Color spaces of #47966e

RGB 71150110
HSL0.420.360.43
HSV150°53°59°
CMYK 0.530.000.27   0.41
XYZ16.319424.278118.5779
Yxy24.27810.27580.4103
Hunter Lab49.2728-27.107312.1362
CIE-Lab56.3652-34.016613.8393

#47966e color RGB value is (71,150,110).

#47966e hex color red value is 71, green value is 150 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #47966e hue: 0.42 , saturation: 0.36 and the lightness value of 47966e is 0.43.

The process color (four color CMYK) of #47966e color hex is 0.53, 0.00, 0.27, 0.41. Web safe color of #47966e is #339966. Color #47966e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10010110 01101110
Octal 107 226 156
Decimal 71 150 110
Hex 47 96 6E

RGB Percentages of Color #47966e

%21.45
%45.32
%33.23

CMYK Percentages of Color #47966e

%53
%0
%27
%41

Triadic Colors of #47966e

#47966e #6e4796 #966e47

Analogous Colors of #47966e

#47966e #479696 #489647

Monochromatic Colors of #47966e

#47966e

Complementary Color

#47966e #96476f

#47966e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47966e Color Preview on White Background

Lorem ipsum dolor sit amet.

#47966e Color CSS Codes

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

#47966e Text Font Color

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

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


#47966e Background Color

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

This div background color is #47966e


#47966e Border Color

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

This div border color is #47966e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47966e


Comments

No comments written yet.

Please login to write comment.