Color Hex Logo

#404847 Color Hex

#404847
(64,72,71)
0 Favorites   0 Comments

Color spaces of #404847

RGB 647271
HSL0.480.060.27
HSV173°11°28°
CMYK 0.110.000.01   0.72
XYZ5.56906.17976.8605
Yxy6.17970.29930.3321
Hunter Lab24.8590-3.51511.0387
CIE-Lab29.8614-3.4782-0.5132

#404847 color RGB value is (64,72,71).

#404847 hex color red value is 64, green value is 72 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #404847 hue: 0.48 , saturation: 0.06 and the lightness value of 404847 is 0.27.

The process color (four color CMYK) of #404847 color hex is 0.11, 0.00, 0.01, 0.72. Web safe color of #404847 is #333333. Color #404847 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01001000 01000111
Octal 100 110 107
Decimal 64 72 71
Hex 40 48 47

RGB Percentages of Color #404847

%30.92
%34.78
%34.30

CMYK Percentages of Color #404847

%11
%0
%1
%72

Triadic Colors of #404847

#404847 #474048 #484740

Analogous Colors of #404847

#404847 #404548 #404843

Monochromatic Colors of #404847

#404847

Complementary Color

#404847 #484041

#404847 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#404847 Color Preview on White Background

Lorem ipsum dolor sit amet.

#404847 Color CSS Codes

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

#404847 Text Font Color

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

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


#404847 Background Color

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

This div background color is #404847


#404847 Border Color

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

This div border color is #404847


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,72,71, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #404847; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #404847;
  -webkit-box-shadow: 1px 1px 3px 2px #404847;
  box-shadow:         1px 1px 3px 2px #404847; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #404847


Comments

No comments written yet.

Please login to write comment.