Color Hex Logo

#477472 Color Hex

#477472
(71,116,114)
0 Favorites   0 Comments

Color spaces of #477472

RGB 71116114
HSL0.490.240.37
HSV177°39°45°
CMYK 0.390.000.02   0.55
XYZ11.881215.045318.1974
Yxy15.04530.26330.3334
Hunter Lab38.7883-13.2033-0.6639
CIE-Lab45.6962-15.9295-3.7930

#477472 color RGB value is (71,116,114).

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

The process color (four color CMYK) of #477472 color hex is 0.39, 0.00, 0.02, 0.55. Web safe color of #477472 is #336666. Color #477472 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01110100 01110010
Octal 107 164 162
Decimal 71 116 114
Hex 47 74 72

RGB Percentages of Color #477472

%23.59
%38.54
%37.87

CMYK Percentages of Color #477472

%39
%0
%2
%55

Triadic Colors of #477472

#477472 #724774 #747247

Analogous Colors of #477472

#477472 #476074 #47745c

Monochromatic Colors of #477472

#477472

Complementary Color

#477472 #744749

#477472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#477472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#477472 Color CSS Codes

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

#477472 Text Font Color

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

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


#477472 Background Color

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

This div background color is #477472


#477472 Border Color

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

This div border color is #477472


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #477472


Comments

No comments written yet.

Please login to write comment.