Color Hex Logo

#40581c Color Hex

#40581C
(64,88,28)
0 Favorites   0 Comments

Color spaces of #40581c

RGB 648828
HSL0.230.520.23
HSV84°68°35°
CMYK 0.270.000.68   0.65
XYZ5.81378.15332.3659
Yxy8.15330.35600.4992
Hunter Lab28.5540-13.626215.0752
CIE-Lab34.3001-19.807130.9148

#40581c color RGB value is (64,88,28).

#40581c hex color red value is 64, green value is 88 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #40581c hue: 0.23 , saturation: 0.52 and the lightness value of 40581c is 0.23.

The process color (four color CMYK) of #40581c color hex is 0.27, 0.00, 0.68, 0.65. Web safe color of #40581c is #336633. Color #40581c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01011000 00011100
Octal 100 130 34
Decimal 64 88 28
Hex 40 58 1C

RGB Percentages of Color #40581c

%35.56
%48.89
%15.56

CMYK Percentages of Color #40581c

%27
%0
%68
%65

Triadic Colors of #40581c

#40581c #1c4058 #581c40

Analogous Colors of #40581c

#40581c #22581c #58521c

Monochromatic Colors of #40581c

#40581c

Complementary Color

#40581c #341c58

#40581c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40581c Color Preview on White Background

Lorem ipsum dolor sit amet.

#40581c Color CSS Codes

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

#40581c Text Font Color

<p style="color:#40581c">Text here</p>

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


#40581c Background Color

<div style="background-color:#40581c">
Div content here</div>

This div background color is #40581c


#40581c Border Color

<div style="border:3px solid #40581c">
Div here</div>

This div border color is #40581c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,88,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #40581c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #40581c;
  -webkit-box-shadow: 1px 1px 3px 2px #40581c;
  box-shadow:         1px 1px 3px 2px #40581c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40581c


Comments

No comments written yet.

Please login to write comment.