Color Hex Logo

#40961d Color Hex

#40961D
(64,150,29)
0 Favorites   0 Comments

Color spaces of #40961d

RGB 6415029
HSL0.290.680.35
HSV103°81°59°
CMYK 0.570.000.81   0.41
XYZ13.242522.99144.9022
Yxy22.99140.32190.5589
Hunter Lab47.9493-34.613827.5029
CIE-Lab55.0635-47.100851.3734

#40961d color RGB value is (64,150,29).

#40961d hex color red value is 64, green value is 150 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #40961d hue: 0.29 , saturation: 0.68 and the lightness value of 40961d is 0.35.

The process color (four color CMYK) of #40961d color hex is 0.57, 0.00, 0.81, 0.41. Web safe color of #40961d is #339933. Color #40961d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10010110 00011101
Octal 100 226 35
Decimal 64 150 29
Hex 40 96 1D

RGB Percentages of Color #40961d

%26.34
%61.73
%11.93

CMYK Percentages of Color #40961d

%57
%0
%81
%41

Triadic Colors of #40961d

#40961d #1d4096 #961d40

Analogous Colors of #40961d

#40961d #1d9636 #7d961d

Monochromatic Colors of #40961d

#40961d

Complementary Color

#40961d #731d96

#40961d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40961d Color Preview on White Background

Lorem ipsum dolor sit amet.

#40961d Color CSS Codes

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

#40961d Text Font Color

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

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


#40961d Background Color

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

This div background color is #40961d


#40961d Border Color

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

This div border color is #40961d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40961d

#40961d Color Palettes


Comments

No comments written yet.

Please login to write comment.