Color Hex Logo

#475d52 Color Hex

#475D52
(71,93,82)
0 Favorites   0 Comments

Color spaces of #475d52

RGB 719382
HSL0.420.130.32
HSV150°24°36°
CMYK 0.240.000.12   0.64
XYZ8.03599.77759.4464
Yxy9.77750.29480.3587
Hunter Lab31.2690-8.84763.9767
CIE-Lab37.4401-10.89543.5996

#475d52 color RGB value is (71,93,82).

#475d52 hex color red value is 71, green value is 93 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #475d52 hue: 0.42 , saturation: 0.13 and the lightness value of 475d52 is 0.32.

The process color (four color CMYK) of #475d52 color hex is 0.24, 0.00, 0.12, 0.64. Web safe color of #475d52 is #336666. Color #475d52 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01011101 01010010
Octal 107 135 122
Decimal 71 93 82
Hex 47 5D 52

RGB Percentages of Color #475d52

%28.86
%37.80
%33.33

CMYK Percentages of Color #475d52

%24
%0
%12
%64

Triadic Colors of #475d52

#475d52 #52475d #5d5247

Analogous Colors of #475d52

#475d52 #475d5d #475d47

Monochromatic Colors of #475d52

#475d52

Complementary Color

#475d52 #5d4752

#475d52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475d52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#475d52 Color CSS Codes

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

#475d52 Text Font Color

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

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


#475d52 Background Color

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

This div background color is #475d52


#475d52 Border Color

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

This div border color is #475d52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475d52


Comments

No comments written yet.

Please login to write comment.