Color Hex Logo

#40a36f Color Hex

#40A36F
(64,163,111)
0 Favorites   0 Comments

Color spaces of #40a36f

RGB 64163111
HSL0.410.440.45
HSV148°61°64°
CMYK 0.610.000.32   0.36
XYZ18.080828.432119.5739
Yxy28.43210.27360.4302
Hunter Lab53.3218-32.785815.5604
CIE-Lab60.2771-41.219918.6361

#40a36f color RGB value is (64,163,111).

#40a36f hex color red value is 64, green value is 163 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #40a36f hue: 0.41 , saturation: 0.44 and the lightness value of 40a36f is 0.45.

The process color (four color CMYK) of #40a36f color hex is 0.61, 0.00, 0.32, 0.36. Web safe color of #40a36f is #339966. Color #40a36f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10100011 01101111
Octal 100 243 157
Decimal 64 163 111
Hex 40 A3 6F

RGB Percentages of Color #40a36f

%18.93
%48.22
%32.84

CMYK Percentages of Color #40a36f

%61
%0
%32
%36

Triadic Colors of #40a36f

#40a36f #6f40a3 #a36f40

Analogous Colors of #40a36f

#40a36f #40a3a1 #43a340

Monochromatic Colors of #40a36f

#40a36f

Complementary Color

#40a36f #a34074

#40a36f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40a36f Color Preview on White Background

Lorem ipsum dolor sit amet.

#40a36f Color CSS Codes

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

#40a36f Text Font Color

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

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


#40a36f Background Color

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

This div background color is #40a36f


#40a36f Border Color

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

This div border color is #40a36f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,163,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #40a36f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #40a36f;
  -webkit-box-shadow: 1px 1px 3px 2px #40a36f;
  box-shadow:         1px 1px 3px 2px #40a36f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40a36f


Comments

No comments written yet.

Please login to write comment.