Color Hex Logo

#47906e Color Hex

#47906E
(71,144,110)
0 Favorites   0 Comments

Color spaces of #47906e

RGB 71144110
HSL0.420.340.42
HSV152°51°56°
CMYK 0.510.000.24   0.44
XYZ15.386322.411918.2668
Yxy22.41190.27440.3997
Hunter Lab47.3412-24.833110.2616
CIE-Lab54.4613-31.211311.1795

#47906e color RGB value is (71,144,110).

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

The process color (four color CMYK) of #47906e color hex is 0.51, 0.00, 0.24, 0.44. Web safe color of #47906e is #339966. Color #47906e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10010000 01101110
Octal 107 220 156
Decimal 71 144 110
Hex 47 90 6E

RGB Percentages of Color #47906e

%21.85
%44.31
%33.85

CMYK Percentages of Color #47906e

%51
%0
%24
%44

Triadic Colors of #47906e

#47906e #6e4790 #906e47

Analogous Colors of #47906e

#47906e #478e90 #47904a

Monochromatic Colors of #47906e

#47906e

Complementary Color

#47906e #904769

#47906e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47906e Color Preview on White Background

Lorem ipsum dolor sit amet.

#47906e Color CSS Codes

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

#47906e Text Font Color

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

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


#47906e Background Color

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

This div background color is #47906e


#47906e Border Color

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

This div border color is #47906e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47906e


Comments

No comments written yet.

Please login to write comment.