Color Hex Logo

#40584f Color Hex

#40584F
(64,88,79)
0 Favorites   0 Comments

Color spaces of #40584f

RGB 648879
HSL0.440.160.30
HSV158°27°35°
CMYK 0.270.000.10   0.65
XYZ7.01548.63398.6939
Yxy8.63390.28820.3547
Hunter Lab29.3835-8.80373.0259
CIE-Lab35.2696-11.25302.2738

#40584f color RGB value is (64,88,79).

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

The process color (four color CMYK) of #40584f color hex is 0.27, 0.00, 0.10, 0.65. Web safe color of #40584f is #336666. Color #40584f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01011000 01001111
Octal 100 130 117
Decimal 64 88 79
Hex 40 58 4F

RGB Percentages of Color #40584f

%27.71
%38.10
%34.20

CMYK Percentages of Color #40584f

%27
%0
%10
%65

Triadic Colors of #40584f

#40584f #4f4058 #584f40

Analogous Colors of #40584f

#40584f #405558 #405843

Monochromatic Colors of #40584f

#40584f

Complementary Color

#40584f #584049

#40584f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40584f Color Preview on White Background

Lorem ipsum dolor sit amet.

#40584f Color CSS Codes

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

#40584f Text Font Color

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

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


#40584f Background Color

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

This div background color is #40584f


#40584f Border Color

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

This div border color is #40584f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40584f


Comments

No comments written yet.

Please login to write comment.