Color Hex Logo

#474d4a Color Hex

#474D4A
(71,77,74)
0 Favorites   0 Comments

Color spaces of #474d4a

RGB 717774
HSL0.420.040.29
HSV150°30°
CMYK 0.080.000.04   0.70
XYZ6.48847.14187.5151
Yxy7.14180.30680.3377
Hunter Lab26.7241-3.42892.0340
CIE-Lab32.1276-3.09870.9393

#474d4a color RGB value is (71,77,74).

#474d4a hex color red value is 71, green value is 77 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #474d4a hue: 0.42 , saturation: 0.04 and the lightness value of 474d4a is 0.29.

The process color (four color CMYK) of #474d4a color hex is 0.08, 0.00, 0.04, 0.70. Web safe color of #474d4a is #336633. Color #474d4a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01001101 01001010
Octal 107 115 112
Decimal 71 77 74
Hex 47 4D 4A

RGB Percentages of Color #474d4a

%31.98
%34.68
%33.33

CMYK Percentages of Color #474d4a

%8
%0
%4
%70

Triadic Colors of #474d4a

#474d4a #4a474d #4d4a47

Analogous Colors of #474d4a

#474d4a #474d4d #474d47

Monochromatic Colors of #474d4a

#474d4a

Complementary Color

#474d4a #4d474a

#474d4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474d4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#474d4a Color CSS Codes

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

#474d4a Text Font Color

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

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


#474d4a Background Color

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

This div background color is #474d4a


#474d4a Border Color

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

This div border color is #474d4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474d4a

#474d4a Color Palettes


Comments

No comments written yet.

Please login to write comment.