Color Hex Logo

#473550 Color Hex

#473550
(71,53,80)
0 Favorites   0 Comments

Color spaces of #473550

RGB 715380
HSL0.780.200.26
HSV280°34°31°
CMYK 0.110.340.00   0.69
XYZ5.31964.46508.1709
Yxy4.46500.29630.2487
Hunter Lab21.13057.9588-8.1353
CIE-Lab25.152713.8744-13.4064

#473550 color RGB value is (71,53,80).

#473550 hex color red value is 71, green value is 53 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #473550 hue: 0.78 , saturation: 0.20 and the lightness value of 473550 is 0.26.

The process color (four color CMYK) of #473550 color hex is 0.11, 0.34, 0.00, 0.69. Web safe color of #473550 is #333366. Color #473550 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00110101 01010000
Octal 107 65 120
Decimal 71 53 80
Hex 47 35 50

RGB Percentages of Color #473550

%34.80
%25.98
%39.22

CMYK Percentages of Color #473550

%11
%34
%0
%69

Triadic Colors of #473550

#473550 #504735 #355047

Analogous Colors of #473550

#473550 #50354c #3a3550

Monochromatic Colors of #473550

#473550

Complementary Color

#473550 #3e5035

#473550 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#473550 Color Preview on White Background

Lorem ipsum dolor sit amet.

#473550 Color CSS Codes

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

#473550 Text Font Color

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

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


#473550 Background Color

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

This div background color is #473550


#473550 Border Color

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

This div border color is #473550


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #473550


Comments

No comments written yet.

Please login to write comment.