Color Hex Logo

#474953 Color Hex

#474953
(71,73,83)
0 Favorites   0 Comments

Color spaces of #474953

RGB 717383
HSL0.640.080.30
HSV230°14°33°
CMYK 0.140.120.00   0.67
XYZ6.54246.72929.1377
Yxy6.72920.29200.3003
Hunter Lab25.9407-0.3775-2.7266
CIE-Lab31.18231.5410-6.2145

#474953 color RGB value is (71,73,83).

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

The process color (four color CMYK) of #474953 color hex is 0.14, 0.12, 0.00, 0.67. Web safe color of #474953 is #333366. Color #474953 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01001001 01010011
Octal 107 111 123
Decimal 71 73 83
Hex 47 49 53

RGB Percentages of Color #474953

%31.28
%32.16
%36.56

CMYK Percentages of Color #474953

%14
%12
%0
%67

Triadic Colors of #474953

#474953 #534749 #495347

Analogous Colors of #474953

#474953 #4b4753 #474f53

Monochromatic Colors of #474953

#474953

Complementary Color

#474953 #535147

#474953 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#474953 Color Preview on White Background

Lorem ipsum dolor sit amet.

#474953 Color CSS Codes

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

#474953 Text Font Color

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

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


#474953 Background Color

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

This div background color is #474953


#474953 Border Color

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

This div border color is #474953


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #474953


Comments

No comments written yet.

Please login to write comment.