Color Hex Logo

#47685d Color Hex

#47685D
(71,104,93)
0 Favorites   0 Comments

Color spaces of #47685d

RGB 7110493
HSL0.440.190.34
HSV160°32°41°
CMYK 0.320.000.11   0.59
XYZ9.524612.030512.1760
Yxy12.03050.28240.3567
Hunter Lab34.6850-11.68223.4660
CIE-Lab41.2646-14.58872.3761

#47685d color RGB value is (71,104,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01101000 01011101
Octal 107 150 135
Decimal 71 104 93
Hex 47 68 5D

RGB Percentages of Color #47685d

%26.49
%38.81
%34.70

CMYK Percentages of Color #47685d

%32
%0
%11
%59

Triadic Colors of #47685d

#47685d #5d4768 #685d47

Analogous Colors of #47685d

#47685d #476368 #47684d

Monochromatic Colors of #47685d

#47685d

Complementary Color

#47685d #684752

#47685d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47685d Color Preview on White Background

Lorem ipsum dolor sit amet.

#47685d Color CSS Codes

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

#47685d Text Font Color

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

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


#47685d Background Color

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

This div background color is #47685d


#47685d Border Color

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

This div border color is #47685d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47685d


Comments

No comments written yet.

Please login to write comment.