Color Hex Logo

#47766d Color Hex

#47766D
(71,118,109)
0 Favorites   0 Comments

Color spaces of #47766d

RGB 71118109
HSL0.470.250.37
HSV169°40°46°
CMYK 0.400.000.08   0.54
XYZ11.837315.400616.8167
Yxy15.40060.26870.3496
Hunter Lab39.2436-14.83422.0635
CIE-Lab46.1781-18.3149-0.1023

#47766d color RGB value is (71,118,109).

#47766d hex color red value is 71, green value is 118 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #47766d hue: 0.47 , saturation: 0.25 and the lightness value of 47766d is 0.37.

The process color (four color CMYK) of #47766d color hex is 0.40, 0.00, 0.08, 0.54. Web safe color of #47766d is #336666. Color #47766d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01110110 01101101
Octal 107 166 155
Decimal 71 118 109
Hex 47 76 6D

RGB Percentages of Color #47766d

%23.83
%39.60
%36.58

CMYK Percentages of Color #47766d

%40
%0
%8
%54

Triadic Colors of #47766d

#47766d #6d4776 #766d47

Analogous Colors of #47766d

#47766d #476876 #477656

Monochromatic Colors of #47766d

#47766d

Complementary Color

#47766d #764750

#47766d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47766d Color Preview on White Background

Lorem ipsum dolor sit amet.

#47766d Color CSS Codes

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

#47766d Text Font Color

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

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


#47766d Background Color

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

This div background color is #47766d


#47766d Border Color

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

This div border color is #47766d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47766d


Comments

No comments written yet.

Please login to write comment.