Color Hex Logo

#474a48 Color Hex

#474A48
(71,74,72)
0 Favorites   0 Comments

Color spaces of #474a48

RGB 717472
HSL0.390.020.28
HSV140°29°
CMYK 0.040.000.03   0.71
XYZ6.21706.70507.0974
Yxy6.70500.31050.3349
Hunter Lab25.8940-2.45771.8748
CIE-Lab31.1257-1.67010.7610

#474a48 color RGB value is (71,74,72).

#474a48 hex color red value is 71, green value is 74 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #474a48 hue: 0.39 , saturation: 0.02 and the lightness value of 474a48 is 0.28.

The process color (four color CMYK) of #474a48 color hex is 0.04, 0.00, 0.03, 0.71. Web safe color of #474a48 is #333333. Color #474a48 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01001010 01001000
Octal 107 112 110
Decimal 71 74 72
Hex 47 4A 48

RGB Percentages of Color #474a48

%32.72
%34.10
%33.18

CMYK Percentages of Color #474a48

%4
%0
%3
%71

Triadic Colors of #474a48

#474a48 #48474a #4a4847

Analogous Colors of #474a48

#474a48 #474a4a #484a47

Monochromatic Colors of #474a48

#474a48

Complementary Color

#474a48 #4a4749

#474a48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474a48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#474a48 Color CSS Codes

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

#474a48 Text Font Color

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

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


#474a48 Background Color

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

This div background color is #474a48


#474a48 Border Color

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

This div border color is #474a48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474a48


Comments

No comments written yet.

Please login to write comment.