Color Hex Logo

#47645d Color Hex

#47645D
(71,100,93)
0 Favorites   0 Comments

Color spaces of #47645d

RGB 7110093
HSL0.460.170.34
HSV166°29°39°
CMYK 0.290.000.07   0.61
XYZ9.131511.244212.0450
Yxy11.24420.28170.3468
Hunter Lab33.5324-10.07272.1754
CIE-Lab39.9888-12.32960.5233

#47645d color RGB value is (71,100,93).

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

The process color (four color CMYK) of #47645d color hex is 0.29, 0.00, 0.07, 0.61. Web safe color of #47645d is #336666. Color #47645d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01100100 01011101
Octal 107 144 135
Decimal 71 100 93
Hex 47 64 5D

RGB Percentages of Color #47645d

%26.89
%37.88
%35.23

CMYK Percentages of Color #47645d

%29
%0
%7
%61

Triadic Colors of #47645d

#47645d #5d4764 #645d47

Analogous Colors of #47645d

#47645d #475d64 #47644f

Monochromatic Colors of #47645d

#47645d

Complementary Color

#47645d #64474e

#47645d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47645d Color Preview on White Background

Lorem ipsum dolor sit amet.

#47645d Color CSS Codes

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

#47645d Text Font Color

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

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


#47645d Background Color

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

This div background color is #47645d


#47645d Border Color

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

This div border color is #47645d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47645d


Comments

No comments written yet.

Please login to write comment.