Color Hex Logo

#40473d Color Hex

#40473D
(64,71,61)
0 Favorites   0 Comments

Color spaces of #40473d

RGB 647161
HSL0.280.080.26
HSV102°14°28°
CMYK 0.100.000.14   0.72
XYZ5.20995.93345.2855
Yxy5.93340.31710.3612
Hunter Lab24.3586-4.44934.1858
CIE-Lab29.2438-5.08355.0487

#40473d color RGB value is (64,71,61).

#40473d hex color red value is 64, green value is 71 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #40473d hue: 0.28 , saturation: 0.08 and the lightness value of 40473d is 0.26.

The process color (four color CMYK) of #40473d color hex is 0.10, 0.00, 0.14, 0.72. Web safe color of #40473d is #333333. Color #40473d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01000111 00111101
Octal 100 107 75
Decimal 64 71 61
Hex 40 47 3D

RGB Percentages of Color #40473d

%32.65
%36.22
%31.12

CMYK Percentages of Color #40473d

%10
%0
%14
%72

Triadic Colors of #40473d

#40473d #3d4047 #473d40

Analogous Colors of #40473d

#40473d #3d473f #45473d

Monochromatic Colors of #40473d

#40473d

Complementary Color

#40473d #443d47

#40473d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40473d Color Preview on White Background

Lorem ipsum dolor sit amet.

#40473d Color CSS Codes

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

#40473d Text Font Color

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

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


#40473d Background Color

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

This div background color is #40473d


#40473d Border Color

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

This div border color is #40473d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40473d


Comments

No comments written yet.

Please login to write comment.