Color Hex Logo

#47644f Color Hex

#47644F
(71,100,79)
0 Favorites   0 Comments

Color spaces of #47644f

RGB 7110079
HSL0.380.170.34
HSV137°29°39°
CMYK 0.290.000.21   0.61
XYZ8.567011.01849.0724
Yxy11.01840.29890.3845
Hunter Lab33.1940-12.02067.0310
CIE-Lab39.6114-15.52288.5276

#47644f color RGB value is (71,100,79).

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

The process color (four color CMYK) of #47644f color hex is 0.29, 0.00, 0.21, 0.61. Web safe color of #47644f is #336666. Color #47644f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01100100 01001111
Octal 107 144 117
Decimal 71 100 79
Hex 47 64 4F

RGB Percentages of Color #47644f

%28.40
%40.00
%31.60

CMYK Percentages of Color #47644f

%29
%0
%21
%61

Triadic Colors of #47644f

#47644f #4f4764 #644f47

Analogous Colors of #47644f

#47644f #47645e #4e6447

Monochromatic Colors of #47644f

#47644f

Complementary Color

#47644f #64475c

#47644f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#47644f Color Preview on White Background

Lorem ipsum dolor sit amet.

#47644f Color CSS Codes

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

#47644f Text Font Color

<p style="color:#47644f">Text here</p>

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


#47644f Background Color

<div style="background-color:#47644f">
Div content here</div>

This div background color is #47644f


#47644f Border Color

<div style="border:3px solid #47644f">
Div here</div>

This div border color is #47644f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #47644f


Comments

No comments written yet.

Please login to write comment.