Color Hex Logo

#40582c Color Hex

#40582C
(64,88,44)
0 Favorites   0 Comments

Color spaces of #40582c

RGB 648844
HSL0.260.330.26
HSV93°50°35°
CMYK 0.270.000.50   0.65
XYZ6.05878.25133.6562
Yxy8.25130.33720.4593
Hunter Lab28.7251-12.619612.5610
CIE-Lab34.5009-17.942922.5466

#40582c color RGB value is (64,88,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01011000 00101100
Octal 100 130 54
Decimal 64 88 44
Hex 40 58 2C

RGB Percentages of Color #40582c

%32.65
%44.90
%22.45

CMYK Percentages of Color #40582c

%27
%0
%50
%65

Triadic Colors of #40582c

#40582c #2c4058 #582c40

Analogous Colors of #40582c

#40582c #2c582e #56582c

Monochromatic Colors of #40582c

#40582c

Complementary Color

#40582c #442c58

#40582c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40582c Color Preview on White Background

Lorem ipsum dolor sit amet.

#40582c Color CSS Codes

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

#40582c Text Font Color

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

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


#40582c Background Color

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

This div background color is #40582c


#40582c Border Color

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

This div border color is #40582c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40582c


Comments

No comments written yet.

Please login to write comment.