Color Hex Logo

#473640 Color Hex

#473640
(71,54,64)
0 Favorites   0 Comments

Color spaces of #473640

RGB 715464
HSL0.900.140.25
HSV325°24°28°
CMYK 0.000.240.10   0.72
XYZ4.84314.34815.4345
Yxy4.34810.33110.2973
Hunter Lab20.85214.9672-0.8558
CIE-Lab24.79049.5460-3.3088

#473640 color RGB value is (71,54,64).

#473640 hex color red value is 71, green value is 54 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #473640 hue: 0.90 , saturation: 0.14 and the lightness value of 473640 is 0.25.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 00110110 01000000
Octal 107 66 100
Decimal 71 54 64
Hex 47 36 40

RGB Percentages of Color #473640

%37.57
%28.57
%33.86

CMYK Percentages of Color #473640

%0
%24
%10
%72

Triadic Colors of #473640

#473640 #404736 #364047

Analogous Colors of #473640

#473640 #473638 #463647

Monochromatic Colors of #473640

#473640

Complementary Color

#473640 #36473d

#473640 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#473640 Color Preview on White Background

Lorem ipsum dolor sit amet.

#473640 Color CSS Codes

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

#473640 Text Font Color

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

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


#473640 Background Color

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

This div background color is #473640


#473640 Border Color

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

This div border color is #473640


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #473640


Comments

No comments written yet.

Please login to write comment.