Color Hex Logo

#40583f Color Hex

#40583F
(64,88,63)
0 Favorites   0 Comments

Color spaces of #40583f

RGB 648863
HSL0.330.170.30
HSV118°28°35°
CMYK 0.270.000.28   0.65
XYZ6.50138.42835.9868
Yxy8.42830.31080.4030
Hunter Lab29.0315-10.83208.0955
CIE-Lab34.8594-14.738611.6371

#40583f color RGB value is (64,88,63).

#40583f hex color red value is 64, green value is 88 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #40583f hue: 0.33 , saturation: 0.17 and the lightness value of 40583f is 0.30.

The process color (four color CMYK) of #40583f color hex is 0.27, 0.00, 0.28, 0.65. Web safe color of #40583f is #336633. Color #40583f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01011000 00111111
Octal 100 130 77
Decimal 64 88 63
Hex 40 58 3F

RGB Percentages of Color #40583f

%29.77
%40.93
%29.30

CMYK Percentages of Color #40583f

%27
%0
%28
%65

Triadic Colors of #40583f

#40583f #3f4058 #583f40

Analogous Colors of #40583f

#40583f #3f584b #4d583f

Monochromatic Colors of #40583f

#40583f

Complementary Color

#40583f #573f58

#40583f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40583f Color Preview on White Background

Lorem ipsum dolor sit amet.

#40583f Color CSS Codes

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

#40583f Text Font Color

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

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


#40583f Background Color

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

This div background color is #40583f


#40583f Border Color

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

This div border color is #40583f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40583f


Comments

No comments written yet.

Please login to write comment.