Color Hex Logo

#47956b Color Hex

#47956B
(71,149,107)
0 Favorites   0 Comments

Color spaces of #47956b

RGB 71149107
HSL0.410.350.43
HSV148°52°58°
CMYK 0.520.000.28   0.42
XYZ15.999823.896017.6790
Yxy23.89600.27790.4150
Hunter Lab48.8835-27.122312.7759
CIE-Lab55.9835-34.197715.0000

#47956b color RGB value is (71,149,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 10010101 01101011
Octal 107 225 153
Decimal 71 149 107
Hex 47 95 6B

RGB Percentages of Color #47956b

%21.71
%45.57
%32.72

CMYK Percentages of Color #47956b

%52
%0
%28
%42

Triadic Colors of #47956b

#47956b #6b4795 #956b47

Analogous Colors of #47956b

#47956b #479592 #4a9547

Monochromatic Colors of #47956b

#47956b

Complementary Color

#47956b #954771

#47956b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47956b Color Preview on White Background

Lorem ipsum dolor sit amet.

#47956b Color CSS Codes

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

#47956b Text Font Color

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

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


#47956b Background Color

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

This div background color is #47956b


#47956b Border Color

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

This div border color is #47956b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47956b


Comments

No comments written yet.

Please login to write comment.