Color Hex Logo

#477405 Color Hex

#477405
(71,116,5)
0 Favorites   0 Comments

Color spaces of #477405

RGB 711165
HSL0.230.920.24
HSV84°96°45°
CMYK 0.390.000.96   0.55
XYZ8.871313.84132.3477
Yxy13.84130.35400.5523
Hunter Lab37.2039-22.543322.3013
CIE-Lab44.0045-31.834847.7899

#477405 color RGB value is (71,116,5).

#477405 hex color red value is 71, green value is 116 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #477405 hue: 0.23 , saturation: 0.92 and the lightness value of 477405 is 0.24.

The process color (four color CMYK) of #477405 color hex is 0.39, 0.00, 0.96, 0.55. Web safe color of #477405 is #336600. Color #477405 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01110100 00000101
Octal 107 164 5
Decimal 71 116 5
Hex 47 74 5

RGB Percentages of Color #477405

%36.98
%60.42
%2.60

CMYK Percentages of Color #477405

%39
%0
%96
%55

Triadic Colors of #477405

#477405 #054774 #740547

Analogous Colors of #477405

#477405 #107405 #746a05

Monochromatic Colors of #477405

#477405

Complementary Color

#477405 #320574

#477405 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#477405 Color Preview on White Background

Lorem ipsum dolor sit amet.

#477405 Color CSS Codes

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

#477405 Text Font Color

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

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


#477405 Background Color

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

This div background color is #477405


#477405 Border Color

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

This div border color is #477405


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #477405


Comments

No comments written yet.

Please login to write comment.