Color Hex Logo

#474a34 Color Hex

#474A34
(71,74,52)
0 Favorites   0 Comments

Color spaces of #474a34

RGB 717452
HSL0.190.170.25
HSV68°30°29°
CMYK 0.040.000.30   0.71
XYZ5.66716.48514.2019
Yxy6.48510.34650.3965
Hunter Lab25.4659-4.84248.0432
CIE-Lab30.6048-5.548712.7667

#474a34 color RGB value is (71,74,52).

#474a34 hex color red value is 71, green value is 74 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #474a34 hue: 0.19 , saturation: 0.17 and the lightness value of 474a34 is 0.25.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01001010 00110100
Octal 107 112 64
Decimal 71 74 52
Hex 47 4A 34

RGB Percentages of Color #474a34

%36.04
%37.56
%26.40

CMYK Percentages of Color #474a34

%4
%0
%30
%71

Triadic Colors of #474a34

#474a34 #34474a #4a3447

Analogous Colors of #474a34

#474a34 #3c4a34 #4a4234

Monochromatic Colors of #474a34

#474a34

Complementary Color

#474a34 #37344a

#474a34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474a34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#474a34 Color CSS Codes

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

#474a34 Text Font Color

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

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


#474a34 Background Color

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

This div background color is #474a34


#474a34 Border Color

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

This div border color is #474a34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474a34


Comments

No comments written yet.

Please login to write comment.