Color Hex Logo

#475020 Color Hex

#475020
(71,80,32)
0 Favorites   0 Comments

Color spaces of #475020

RGB 718032
HSL0.200.430.22
HSV71°60°31°
CMYK 0.110.000.60   0.69
XYZ5.72797.18122.4507
Yxy7.18120.37290.4675
Hunter Lab26.7978-8.742513.3363
CIE-Lab32.2159-11.797326.6623

#475020 color RGB value is (71,80,32).

#475020 hex color red value is 71, green value is 80 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #475020 hue: 0.20 , saturation: 0.43 and the lightness value of 475020 is 0.22.

The process color (four color CMYK) of #475020 color hex is 0.11, 0.00, 0.60, 0.69. Web safe color of #475020 is #336633. Color #475020 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01010000 00100000
Octal 107 120 40
Decimal 71 80 32
Hex 47 50 20

RGB Percentages of Color #475020

%38.80
%43.72
%17.49

CMYK Percentages of Color #475020

%11
%0
%60
%69

Triadic Colors of #475020

#475020 #204750 #502047

Analogous Colors of #475020

#475020 #2f5020 #504120

Monochromatic Colors of #475020

#475020

Complementary Color

#475020 #292050

#475020 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475020 Color Preview on White Background

Lorem ipsum dolor sit amet.

#475020 Color CSS Codes

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

#475020 Text Font Color

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

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


#475020 Background Color

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

This div background color is #475020


#475020 Border Color

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

This div border color is #475020


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475020


Comments

No comments written yet.

Please login to write comment.