Color Hex Logo

#47685e Color Hex

#47685E
(71,104,94)
0 Favorites   0 Comments

Color spaces of #47685e

RGB 7110494
HSL0.450.190.34
HSV162°32°41°
CMYK 0.320.000.10   0.59
XYZ9.569212.048412.4109
Yxy12.04840.28120.3541
Hunter Lab34.7108-11.53443.0983
CIE-Lab41.2929-14.34911.8094

#47685e color RGB value is (71,104,94).

#47685e hex color red value is 71, green value is 104 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #47685e hue: 0.45 , saturation: 0.19 and the lightness value of 47685e is 0.34.

The process color (four color CMYK) of #47685e color hex is 0.32, 0.00, 0.10, 0.59. Web safe color of #47685e is #336666. Color #47685e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01101000 01011110
Octal 107 150 136
Decimal 71 104 94
Hex 47 68 5E

RGB Percentages of Color #47685e

%26.39
%38.66
%34.94

CMYK Percentages of Color #47685e

%32
%0
%10
%59

Triadic Colors of #47685e

#47685e #5e4768 #685e47

Analogous Colors of #47685e

#47685e #476268 #47684e

Monochromatic Colors of #47685e

#47685e

Complementary Color

#47685e #684751

#47685e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47685e Color Preview on White Background

Lorem ipsum dolor sit amet.

#47685e Color CSS Codes

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

#47685e Text Font Color

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

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


#47685e Background Color

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

This div background color is #47685e


#47685e Border Color

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

This div border color is #47685e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47685e


Comments

No comments written yet.

Please login to write comment.