Color Hex Logo

#475052 Color Hex

#475052
(71,80,82)
0 Favorites   0 Comments

Color spaces of #475052

RGB 718082
HSL0.530.070.30
HSV191°13°32°
CMYK 0.130.020.00   0.68
XYZ6.99027.68619.0978
Yxy7.68610.29400.3233
Hunter Lab27.7238-3.5102-0.0498
CIE-Lab33.3204-3.1026-2.4005

#475052 color RGB value is (71,80,82).

#475052 hex color red value is 71, green value is 80 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #475052 hue: 0.53 , saturation: 0.07 and the lightness value of 475052 is 0.30.

The process color (four color CMYK) of #475052 color hex is 0.13, 0.02, 0.00, 0.68. Web safe color of #475052 is #336666. Color #475052 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01010000 01010010
Octal 107 120 122
Decimal 71 80 82
Hex 47 50 52

RGB Percentages of Color #475052

%30.47
%34.33
%35.19

CMYK Percentages of Color #475052

%13
%2
%0
%68

Triadic Colors of #475052

#475052 #524750 #505247

Analogous Colors of #475052

#475052 #474b52 #47524f

Monochromatic Colors of #475052

#475052

Complementary Color

#475052 #524947

#475052 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475052 Color Preview on White Background

Lorem ipsum dolor sit amet.

#475052 Color CSS Codes

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

#475052 Text Font Color

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

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


#475052 Background Color

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

This div background color is #475052


#475052 Border Color

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

This div border color is #475052


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,80,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 #475052">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475052


Comments

No comments written yet.

Please login to write comment.