Color Hex Logo

#47706d Color Hex

#47706D
(71,112,109)
0 Favorites   0 Comments

Color spaces of #47706d

RGB 71112109
HSL0.490.220.36
HSV176°37°44°
CMYK 0.370.000.03   0.56
XYZ11.153014.032116.5886
Yxy14.03210.26700.3359
Hunter Lab37.4594-12.4083-0.0345
CIE-Lab44.2789-15.0363-2.8893

#47706d color RGB value is (71,112,109).

#47706d hex color red value is 71, green value is 112 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #47706d hue: 0.49 , saturation: 0.22 and the lightness value of 47706d is 0.36.

The process color (four color CMYK) of #47706d color hex is 0.37, 0.00, 0.03, 0.56. Web safe color of #47706d is #336666. Color #47706d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01110000 01101101
Octal 107 160 155
Decimal 71 112 109
Hex 47 70 6D

RGB Percentages of Color #47706d

%24.32
%38.36
%37.33

CMYK Percentages of Color #47706d

%37
%0
%3
%56

Triadic Colors of #47706d

#47706d #6d4770 #706d47

Analogous Colors of #47706d

#47706d #475f70 #477059

Monochromatic Colors of #47706d

#47706d

Complementary Color

#47706d #70474a

#47706d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47706d Color Preview on White Background

Lorem ipsum dolor sit amet.

#47706d Color CSS Codes

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

#47706d Text Font Color

<p style="color:#47706d">Text here</p>

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


#47706d Background Color

<div style="background-color:#47706d">
Div content here</div>

This div background color is #47706d


#47706d Border Color

<div style="border:3px solid #47706d">
Div here</div>

This div border color is #47706d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,112,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #47706d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #47706d;
  -webkit-box-shadow: 1px 1px 3px 2px #47706d;
  box-shadow:         1px 1px 3px 2px #47706d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47706d


Comments

No comments written yet.

Please login to write comment.