Color Hex Logo

#40972d Color Hex

#40972D
(64,151,45)
0 Favorites   0 Comments

Color spaces of #40972d

RGB 6415145
HSL0.300.540.38
HSV109°70°59°
CMYK 0.580.000.70   0.41
XYZ13.654623.41276.2820
Yxy23.41270.31500.5401
Hunter Lab48.3867-34.304426.1731
CIE-Lab55.4949-46.299145.9855

#40972d color RGB value is (64,151,45).

#40972d hex color red value is 64, green value is 151 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #40972d hue: 0.30 , saturation: 0.54 and the lightness value of 40972d is 0.38.

The process color (four color CMYK) of #40972d color hex is 0.58, 0.00, 0.70, 0.41. Web safe color of #40972d is #339933. Color #40972d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10010111 00101101
Octal 100 227 55
Decimal 64 151 45
Hex 40 97 2D

RGB Percentages of Color #40972d

%24.62
%58.08
%17.31

CMYK Percentages of Color #40972d

%58
%0
%70
%41

Triadic Colors of #40972d

#40972d #2d4097 #972d40

Analogous Colors of #40972d

#40972d #2d974f #75972d

Monochromatic Colors of #40972d

#40972d

Complementary Color

#40972d #842d97

#40972d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40972d Color Preview on White Background

Lorem ipsum dolor sit amet.

#40972d Color CSS Codes

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

#40972d Text Font Color

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

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


#40972d Background Color

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

This div background color is #40972d


#40972d Border Color

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

This div border color is #40972d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40972d


Comments

No comments written yet.

Please login to write comment.