Color Hex Logo

#474f32 Color Hex

#474F32
(71,79,50)
0 Favorites   0 Comments

Color spaces of #474f32

RGB 717950
HSL0.210.220.25
HSV77°37°31°
CMYK 0.100.000.37   0.69
XYZ5.97027.16184.0853
Yxy7.16180.34680.4160
Hunter Lab26.7615-7.01139.6821
CIE-Lab32.1724-8.883916.1007

#474f32 color RGB value is (71,79,50).

#474f32 hex color red value is 71, green value is 79 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #474f32 hue: 0.21 , saturation: 0.22 and the lightness value of 474f32 is 0.25.

The process color (four color CMYK) of #474f32 color hex is 0.10, 0.00, 0.37, 0.69. Web safe color of #474f32 is #336633. Color #474f32 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01001111 00110010
Octal 107 117 62
Decimal 71 79 50
Hex 47 4F 32

RGB Percentages of Color #474f32

%35.50
%39.50
%25.00

CMYK Percentages of Color #474f32

%10
%0
%37
%69

Triadic Colors of #474f32

#474f32 #32474f #4f3247

Analogous Colors of #474f32

#474f32 #394f32 #4f4932

Monochromatic Colors of #474f32

#474f32

Complementary Color

#474f32 #3a324f

#474f32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474f32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#474f32 Color CSS Codes

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

#474f32 Text Font Color

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

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


#474f32 Background Color

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

This div background color is #474f32


#474f32 Border Color

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

This div border color is #474f32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474f32


Comments

No comments written yet.

Please login to write comment.