Color Hex Logo

#40904e Color Hex

#40904E
(64,144,78)
0 Favorites   0 Comments

Color spaces of #40904e

RGB 6414478
HSL0.360.380.41
HSV131°56°56°
CMYK 0.560.000.46   0.44
XYZ13.462821.586610.6648
Yxy21.58660.29450.4722
Hunter Lab46.4614-29.584718.9135
CIE-Lab53.5856-39.301227.7830

#40904e color RGB value is (64,144,78).

#40904e hex color red value is 64, green value is 144 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #40904e hue: 0.36 , saturation: 0.38 and the lightness value of 40904e is 0.41.

The process color (four color CMYK) of #40904e color hex is 0.56, 0.00, 0.46, 0.44. Web safe color of #40904e is #339966. Color #40904e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10010000 01001110
Octal 100 220 116
Decimal 64 144 78
Hex 40 90 4E

RGB Percentages of Color #40904e

%22.38
%50.35
%27.27

CMYK Percentages of Color #40904e

%56
%0
%46
%44

Triadic Colors of #40904e

#40904e #4e4090 #904e40

Analogous Colors of #40904e

#40904e #409076 #5a9040

Monochromatic Colors of #40904e

#40904e

Complementary Color

#40904e #904082

#40904e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40904e Color Preview on White Background

Lorem ipsum dolor sit amet.

#40904e Color CSS Codes

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

#40904e Text Font Color

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

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


#40904e Background Color

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

This div background color is #40904e


#40904e Border Color

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

This div border color is #40904e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,144,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #40904e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #40904e;
  -webkit-box-shadow: 1px 1px 3px 2px #40904e;
  box-shadow:         1px 1px 3px 2px #40904e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40904e


Comments

No comments written yet.

Please login to write comment.