Color Hex Logo

#473440 Color Hex

#473440
(71,52,64)
0 Favorites   0 Comments

Color spaces of #473440

RGB 715264
HSL0.890.150.24
HSV322°27°28°
CMYK 0.000.270.10   0.72
XYZ4.75194.16575.4041
Yxy4.16570.33180.2909
Hunter Lab20.41005.8411-1.4116
CIE-Lab24.211810.8688-4.1687

#473440 color RGB value is (71,52,64).

#473440 hex color red value is 71, green value is 52 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #473440 hue: 0.89 , saturation: 0.15 and the lightness value of 473440 is 0.24.

The process color (four color CMYK) of #473440 color hex is 0.00, 0.27, 0.10, 0.72. Web safe color of #473440 is #333333. Color #473440 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 00110100 01000000
Octal 107 64 100
Decimal 71 52 64
Hex 47 34 40

RGB Percentages of Color #473440

%37.97
%27.81
%34.22

CMYK Percentages of Color #473440

%0
%27
%10
%72

Triadic Colors of #473440

#473440 #404734 #344047

Analogous Colors of #473440

#473440 #473437 #453447

Monochromatic Colors of #473440

#473440

Complementary Color

#473440 #34473b

#473440 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#473440 Color Preview on White Background

Lorem ipsum dolor sit amet.

#473440 Color CSS Codes

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

#473440 Text Font Color

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

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


#473440 Background Color

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

This div background color is #473440


#473440 Border Color

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

This div border color is #473440


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #473440

#473440 Color Palettes


Comments

No comments written yet.

Please login to write comment.