Color Hex Logo

#474a2d Color Hex

#474A2D
(71,74,45)
0 Favorites   0 Comments

Color spaces of #474a2d

RGB 717445
HSL0.180.240.23
HSV66°39°29°
CMYK 0.040.000.39   0.71
XYZ5.52106.42663.4321
Yxy6.42660.35900.4179
Hunter Lab25.3507-5.48929.7186
CIE-Lab30.4642-6.636116.9331

#474a2d color RGB value is (71,74,45).

#474a2d hex color red value is 71, green value is 74 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #474a2d hue: 0.18 , saturation: 0.24 and the lightness value of 474a2d is 0.23.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01001010 00101101
Octal 107 112 55
Decimal 71 74 45
Hex 47 4A 2D

RGB Percentages of Color #474a2d

%37.37
%38.95
%23.68

CMYK Percentages of Color #474a2d

%4
%0
%39
%71

Triadic Colors of #474a2d

#474a2d #2d474a #4a2d47

Analogous Colors of #474a2d

#474a2d #394a2d #4a3f2d

Monochromatic Colors of #474a2d

#474a2d

Complementary Color

#474a2d #302d4a

#474a2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474a2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#474a2d Color CSS Codes

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

#474a2d Text Font Color

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

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


#474a2d Background Color

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

This div background color is #474a2d


#474a2d Border Color

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

This div border color is #474a2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474a2d


Comments

No comments written yet.

Please login to write comment.