Color Hex Logo

#477f10 Color Hex

#477F10
(71,127,16)
0 Favorites   0 Comments

Color spaces of #477f10

RGB 7112716
HSL0.250.780.28
HSV90°87°50°
CMYK 0.440.000.87   0.50
XYZ10.281416.55573.1439
Yxy16.55570.34290.5522
Hunter Lab40.6887-26.101023.9009
CIE-Lab47.6953-36.312348.4621

#477f10 color RGB value is (71,127,16).

#477f10 hex color red value is 71, green value is 127 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #477f10 hue: 0.25 , saturation: 0.78 and the lightness value of 477f10 is 0.28.

The process color (four color CMYK) of #477f10 color hex is 0.44, 0.00, 0.87, 0.50. Web safe color of #477f10 is #336600. Color #477f10 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01111111 00010000
Octal 107 177 20
Decimal 71 127 16
Hex 47 7F 10

RGB Percentages of Color #477f10

%33.18
%59.35
%7.48

CMYK Percentages of Color #477f10

%44
%0
%87
%50

Triadic Colors of #477f10

#477f10 #10477f #7f1047

Analogous Colors of #477f10

#477f10 #107f11 #7f7f10

Monochromatic Colors of #477f10

#477f10

Complementary Color

#477f10 #48107f

#477f10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#477f10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#477f10 Color CSS Codes

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

#477f10 Text Font Color

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

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


#477f10 Background Color

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

This div background color is #477f10


#477f10 Border Color

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

This div border color is #477f10


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #477f10


Comments

No comments written yet.

Please login to write comment.