Color Hex Logo

#474247 Color Hex

#474247
(71,66,71)
0 Favorites   0 Comments

Color spaces of #474247

RGB 716671
HSL0.830.040.27
HSV300°28°
CMYK 0.000.070.00   0.72
XYZ5.68415.69106.7601
Yxy5.69100.31340.3138
Hunter Lab23.85580.7833-0.1021
CIE-Lab28.61913.2052-2.2649

#474247 color RGB value is (71,66,71).

#474247 hex color red value is 71, green value is 66 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #474247 hue: 0.83 , saturation: 0.04 and the lightness value of 474247 is 0.27.

The process color (four color CMYK) of #474247 color hex is 0.00, 0.07, 0.00, 0.72. Web safe color of #474247 is #333333. Color #474247 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01000010 01000111
Octal 107 102 107
Decimal 71 66 71
Hex 47 42 47

RGB Percentages of Color #474247

%34.13
%31.73
%34.13

CMYK Percentages of Color #474247

%0
%7
%0
%72

Triadic Colors of #474247

#474247 #474742 #424747

Analogous Colors of #474247

#474247 #474245 #454247

Monochromatic Colors of #474247

#474247

Complementary Color

#474247 #424742

#474247 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474247 Color Preview on White Background

Lorem ipsum dolor sit amet.

#474247 Color CSS Codes

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

#474247 Text Font Color

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

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


#474247 Background Color

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

This div background color is #474247


#474247 Border Color

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

This div border color is #474247


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474247


Comments

No comments written yet.

Please login to write comment.