Color Hex Logo

#477532 Color Hex

#477532
(71,117,50)
0 Favorites   0 Comments

Color spaces of #477532

RGB 7111750
HSL0.280.400.33
HSV101°57°46°
CMYK 0.390.000.57   0.54
XYZ9.535514.29255.2738
Yxy14.29250.32770.4911
Hunter Lab37.8054-21.137218.1929
CIE-Lab44.6495-29.090531.6642

#477532 color RGB value is (71,117,50).

#477532 hex color red value is 71, green value is 117 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #477532 hue: 0.28 , saturation: 0.40 and the lightness value of 477532 is 0.33.

The process color (four color CMYK) of #477532 color hex is 0.39, 0.00, 0.57, 0.54. Web safe color of #477532 is #336633. Color #477532 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01110101 00110010
Octal 107 165 62
Decimal 71 117 50
Hex 47 75 32

RGB Percentages of Color #477532

%29.83
%49.16
%21.01

CMYK Percentages of Color #477532

%39
%0
%57
%54

Triadic Colors of #477532

#477532 #324775 #753247

Analogous Colors of #477532

#477532 #32753f #697532

Monochromatic Colors of #477532

#477532

Complementary Color

#477532 #603275

#477532 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#477532 Color Preview on White Background

Lorem ipsum dolor sit amet.

#477532 Color CSS Codes

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

#477532 Text Font Color

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

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


#477532 Background Color

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

This div background color is #477532


#477532 Border Color

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

This div border color is #477532


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,117,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 #477532">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #477532


Comments

No comments written yet.

Please login to write comment.