Color Hex Logo

#476f5d Color Hex

#476F5D
(71,111,93)
0 Favorites   0 Comments

Color spaces of #476f5d

RGB 7111193
HSL0.430.220.36
HSV153°36°44°
CMYK 0.360.000.16   0.56
XYZ10.258813.498812.4208
Yxy13.49880.28360.3731
Hunter Lab36.7407-14.45525.6745
CIE-Lab43.5054-18.42725.5982

#476f5d color RGB value is (71,111,93).

#476f5d hex color red value is 71, green value is 111 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #476f5d hue: 0.43 , saturation: 0.22 and the lightness value of 476f5d is 0.36.

The process color (four color CMYK) of #476f5d color hex is 0.36, 0.00, 0.16, 0.56. Web safe color of #476f5d is #336666. Color #476f5d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01101111 01011101
Octal 107 157 135
Decimal 71 111 93
Hex 47 6F 5D

RGB Percentages of Color #476f5d

%25.82
%40.36
%33.82

CMYK Percentages of Color #476f5d

%36
%0
%16
%56

Triadic Colors of #476f5d

#476f5d #5d476f #6f5d47

Analogous Colors of #476f5d

#476f5d #476d6f #476f49

Monochromatic Colors of #476f5d

#476f5d

Complementary Color

#476f5d #6f4759

#476f5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#476f5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#476f5d Color CSS Codes

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

#476f5d Text Font Color

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

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


#476f5d Background Color

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

This div background color is #476f5d


#476f5d Border Color

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

This div border color is #476f5d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,111,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #476f5d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #476f5d;
  -webkit-box-shadow: 1px 1px 3px 2px #476f5d;
  box-shadow:         1px 1px 3px 2px #476f5d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #476f5d


Comments

No comments written yet.

Please login to write comment.