Color Hex Logo

#40501f Color Hex

#40501F
(64,80,31)
0 Favorites   0 Comments

Color spaces of #40501f

RGB 648031
HSL0.220.440.22
HSV80°61°31°
CMYK 0.200.000.61   0.69
XYZ5.23036.92622.3576
Yxy6.92620.36040.4772
Hunter Lab26.3177-10.581313.1110
CIE-Lab31.6383-15.157026.3908

#40501f color RGB value is (64,80,31).

#40501f hex color red value is 64, green value is 80 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #40501f hue: 0.22 , saturation: 0.44 and the lightness value of 40501f is 0.22.

The process color (four color CMYK) of #40501f color hex is 0.20, 0.00, 0.61, 0.69. Web safe color of #40501f is #336633. Color #40501f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01010000 00011111
Octal 100 120 37
Decimal 64 80 31
Hex 40 50 1F

RGB Percentages of Color #40501f

%36.57
%45.71
%17.71

CMYK Percentages of Color #40501f

%20
%0
%61
%69

Triadic Colors of #40501f

#40501f #1f4050 #501f40

Analogous Colors of #40501f

#40501f #28501f #50481f

Monochromatic Colors of #40501f

#40501f

Complementary Color

#40501f #2f1f50

#40501f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40501f Color Preview on White Background

Lorem ipsum dolor sit amet.

#40501f Color CSS Codes

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

#40501f Text Font Color

<p style="color:#40501f">Text here</p>

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


#40501f Background Color

<div style="background-color:#40501f">
Div content here</div>

This div background color is #40501f


#40501f Border Color

<div style="border:3px solid #40501f">
Div here</div>

This div border color is #40501f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,80,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #40501f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #40501f;
  -webkit-box-shadow: 1px 1px 3px 2px #40501f;
  box-shadow:         1px 1px 3px 2px #40501f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40501f


Comments

No comments written yet.

Please login to write comment.