Color Hex Logo

#476760 Color Hex

#476760
(71,103,96)
0 Favorites   0 Comments

Color spaces of #476760

RGB 7110396
HSL0.460.180.34
HSV167°31°40°
CMYK 0.310.000.07   0.60
XYZ9.560111.884612.8564
Yxy11.88460.27870.3465
Hunter Lab34.4740-10.82922.0208
CIE-Lab41.0321-13.29860.2130

#476760 color RGB value is (71,103,96).

#476760 hex color red value is 71, green value is 103 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #476760 hue: 0.46 , saturation: 0.18 and the lightness value of 476760 is 0.34.

The process color (four color CMYK) of #476760 color hex is 0.31, 0.00, 0.07, 0.60. Web safe color of #476760 is #336666. Color #476760 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01100111 01100000
Octal 107 147 140
Decimal 71 103 96
Hex 47 67 60

RGB Percentages of Color #476760

%26.30
%38.15
%35.56

CMYK Percentages of Color #476760

%31
%0
%7
%60

Triadic Colors of #476760

#476760 #604767 #676047

Analogous Colors of #476760

#476760 #475e67 #476750

Monochromatic Colors of #476760

#476760

Complementary Color

#476760 #67474e

#476760 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#476760 Color Preview on White Background

Lorem ipsum dolor sit amet.

#476760 Color CSS Codes

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

#476760 Text Font Color

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

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


#476760 Background Color

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

This div background color is #476760


#476760 Border Color

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

This div border color is #476760


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #476760


Comments

No comments written yet.

Please login to write comment.