Color Hex Logo

#477101 Color Hex

#477101
(71,113,1)
0 Favorites   0 Comments

Color spaces of #477101

RGB 711131
HSL0.230.980.22
HSV82°99°44°
CMYK 0.370.000.99   0.56
XYZ8.509113.15202.1188
Yxy13.15200.35780.5531
Hunter Lab36.2657-21.583121.9220
CIE-Lab42.9914-30.597747.9145

#477101 color RGB value is (71,113,1).

#477101 hex color red value is 71, green value is 113 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #477101 hue: 0.23 , saturation: 0.98 and the lightness value of 477101 is 0.22.

The process color (four color CMYK) of #477101 color hex is 0.37, 0.00, 0.99, 0.56. Web safe color of #477101 is #336600. Color #477101 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01110001 00000001
Octal 107 161 1
Decimal 71 113 1
Hex 47 71 1

RGB Percentages of Color #477101

%38.38
%61.08
%0.54

CMYK Percentages of Color #477101

%37
%0
%99
%56

Triadic Colors of #477101

#477101 #014771 #710147

Analogous Colors of #477101

#477101 #0f7101 #716301

Monochromatic Colors of #477101

#477101

Complementary Color

#477101 #2b0171

#477101 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#477101 Color Preview on White Background

Lorem ipsum dolor sit amet.

#477101 Color CSS Codes

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

#477101 Text Font Color

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

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


#477101 Background Color

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

This div background color is #477101


#477101 Border Color

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

This div border color is #477101


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #477101


Comments

No comments written yet.

Please login to write comment.