Color Hex Logo

#477c6e Color Hex

#477C6E
(71,124,110)
0 Favorites   0 Comments

Color spaces of #477c6e

RGB 71124110
HSL0.460.270.38
HSV164°43°49°
CMYK 0.430.000.11   0.51
XYZ12.620716.880717.3450
Yxy16.88070.26940.3603
Hunter Lab41.0861-17.06973.7303
CIE-Lab48.1094-21.24842.1154

#477c6e color RGB value is (71,124,110).

#477c6e hex color red value is 71, green value is 124 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #477c6e hue: 0.46 , saturation: 0.27 and the lightness value of 477c6e is 0.38.

The process color (four color CMYK) of #477c6e color hex is 0.43, 0.00, 0.11, 0.51. Web safe color of #477c6e is #336666. Color #477c6e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01111100 01101110
Octal 107 174 156
Decimal 71 124 110
Hex 47 7C 6E

RGB Percentages of Color #477c6e

%23.28
%40.66
%36.07

CMYK Percentages of Color #477c6e

%43
%0
%11
%51

Triadic Colors of #477c6e

#477c6e #6e477c #7c6e47

Analogous Colors of #477c6e

#477c6e #47707c #477c54

Monochromatic Colors of #477c6e

#477c6e

Complementary Color

#477c6e #7c4755

#477c6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#477c6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#477c6e Color CSS Codes

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

#477c6e Text Font Color

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

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


#477c6e Background Color

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

This div background color is #477c6e


#477c6e Border Color

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

This div border color is #477c6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #477c6e


Comments

No comments written yet.

Please login to write comment.