Color Hex Logo

#475053 Color Hex

#475053
(71,80,83)
0 Favorites   0 Comments

Color spaces of #475053

RGB 718083
HSL0.540.080.30
HSV195°14°33°
CMYK 0.140.040.00   0.67
XYZ7.02857.70149.2997
Yxy7.70140.29250.3205
Hunter Lab27.7514-3.3569-0.4425
CIE-Lab33.3531-2.8616-2.9862

#475053 color RGB value is (71,80,83).

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

The process color (four color CMYK) of #475053 color hex is 0.14, 0.04, 0.00, 0.67. Web safe color of #475053 is #336666. Color #475053 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01010000 01010011
Octal 107 120 123
Decimal 71 80 83
Hex 47 50 53

RGB Percentages of Color #475053

%30.34
%34.19
%35.47

CMYK Percentages of Color #475053

%14
%4
%0
%67

Triadic Colors of #475053

#475053 #534750 #505347

Analogous Colors of #475053

#475053 #474a53 #475350

Monochromatic Colors of #475053

#475053

Complementary Color

#475053 #534a47

#475053 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#475053 Color Preview on White Background

Lorem ipsum dolor sit amet.

#475053 Color CSS Codes

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

#475053 Text Font Color

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

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


#475053 Background Color

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

This div background color is #475053


#475053 Border Color

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

This div border color is #475053


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #475053


Comments

No comments written yet.

Please login to write comment.