Color Hex Logo

#476732 Color Hex

#476732
(71,103,50)
0 Favorites   0 Comments

Color spaces of #476732

RGB 7110350
HSL0.270.350.30
HSV96°51°40°
CMYK 0.310.000.51   0.60
XYZ8.024511.27044.7701
Yxy11.27040.33350.4683
Hunter Lab33.5714-16.083515.0756
CIE-Lab40.0322-22.172126.1024

#476732 color RGB value is (71,103,50).

#476732 hex color red value is 71, green value is 103 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #476732 hue: 0.27 , saturation: 0.35 and the lightness value of 476732 is 0.30.

The process color (four color CMYK) of #476732 color hex is 0.31, 0.00, 0.51, 0.60. Web safe color of #476732 is #336633. Color #476732 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01100111 00110010
Octal 107 147 62
Decimal 71 103 50
Hex 47 67 32

RGB Percentages of Color #476732

%31.70
%45.98
%22.32

CMYK Percentages of Color #476732

%31
%0
%51
%60

Triadic Colors of #476732

#476732 #324767 #673247

Analogous Colors of #476732

#476732 #326738 #626732

Monochromatic Colors of #476732

#476732

Complementary Color

#476732 #523267

#476732 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#476732 Color Preview on White Background

Lorem ipsum dolor sit amet.

#476732 Color CSS Codes

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

#476732 Text Font Color

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

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


#476732 Background Color

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

This div background color is #476732


#476732 Border Color

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

This div border color is #476732


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #476732


Comments

No comments written yet.

Please login to write comment.