Color Hex Logo

#47956a Color Hex

#47956A
(71,149,106)
0 Favorites   0 Comments

Color spaces of #47956a

RGB 71149106
HSL0.410.350.43
HSV147°52°58°
CMYK 0.520.000.29   0.42
XYZ15.947523.875117.4035
Yxy23.87510.27870.4172
Hunter Lab48.8622-27.250413.0859
CIE-Lab55.9625-34.408415.5336

#47956a color RGB value is (71,149,106).

#47956a hex color red value is 71, green value is 149 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #47956a hue: 0.41 , saturation: 0.35 and the lightness value of 47956a is 0.43.

The process color (four color CMYK) of #47956a color hex is 0.52, 0.00, 0.29, 0.42. Web safe color of #47956a is #339966. Color #47956a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10010101 01101010
Octal 107 225 152
Decimal 71 149 106
Hex 47 95 6A

RGB Percentages of Color #47956a

%21.78
%45.71
%32.52

CMYK Percentages of Color #47956a

%52
%0
%29
%42

Triadic Colors of #47956a

#47956a #6a4795 #956a47

Analogous Colors of #47956a

#47956a #479591 #4b9547

Monochromatic Colors of #47956a

#47956a

Complementary Color

#47956a #954772

#47956a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47956a Color Preview on White Background

Lorem ipsum dolor sit amet.

#47956a Color CSS Codes

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

#47956a Text Font Color

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

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


#47956a Background Color

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

This div background color is #47956a


#47956a Border Color

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

This div border color is #47956a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47956a


Comments

No comments written yet.

Please login to write comment.