Color Hex Logo

#477714 Color Hex

#477714
(71,119,20)
0 Favorites   0 Comments

Color spaces of #477714

RGB 7111920
HSL0.250.710.27
HSV89°83°47°
CMYK 0.400.000.83   0.53
XYZ9.321614.58382.9855
Yxy14.58380.34660.5423
Hunter Lab38.1887-23.259722.0970
CIE-Lab45.0588-32.605044.9648

#477714 color RGB value is (71,119,20).

#477714 hex color red value is 71, green value is 119 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #477714 hue: 0.25 , saturation: 0.71 and the lightness value of 477714 is 0.27.

The process color (four color CMYK) of #477714 color hex is 0.40, 0.00, 0.83, 0.53. Web safe color of #477714 is #336600. Color #477714 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01110111 00010100
Octal 107 167 24
Decimal 71 119 20
Hex 47 77 14

RGB Percentages of Color #477714

%33.81
%56.67
%9.52

CMYK Percentages of Color #477714

%40
%0
%83
%53

Triadic Colors of #477714

#477714 #144777 #771447

Analogous Colors of #477714

#477714 #167714 #777614

Monochromatic Colors of #477714

#477714

Complementary Color

#477714 #441477

#477714 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#477714 Color Preview on White Background

Lorem ipsum dolor sit amet.

#477714 Color CSS Codes

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

#477714 Text Font Color

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

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


#477714 Background Color

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

This div background color is #477714


#477714 Border Color

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

This div border color is #477714


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #477714


Comments

No comments written yet.

Please login to write comment.