Color Hex Logo

#40615f Color Hex

#40615F
(64,97,95)
0 Favorites   0 Comments

Color spaces of #40615f

RGB 649795
HSL0.490.200.32
HSV176°34°38°
CMYK 0.340.000.02   0.62
XYZ8.454610.465612.4009
Yxy10.46560.26990.3341
Hunter Lab32.3506-9.9638-0.0821
CIE-Lab38.6654-12.4299-2.6948

#40615f color RGB value is (64,97,95).

#40615f hex color red value is 64, green value is 97 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #40615f hue: 0.49 , saturation: 0.20 and the lightness value of 40615f is 0.32.

The process color (four color CMYK) of #40615f color hex is 0.34, 0.00, 0.02, 0.62. Web safe color of #40615f is #336666. Color #40615f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01100001 01011111
Octal 100 141 137
Decimal 64 97 95
Hex 40 61 5F

RGB Percentages of Color #40615f

%25.00
%37.89
%37.11

CMYK Percentages of Color #40615f

%34
%0
%2
%62

Triadic Colors of #40615f

#40615f #5f4061 #615f40

Analogous Colors of #40615f

#40615f #405361 #40614f

Monochromatic Colors of #40615f

#40615f

Complementary Color

#40615f #614042

#40615f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40615f Color Preview on White Background

Lorem ipsum dolor sit amet.

#40615f Color CSS Codes

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

#40615f Text Font Color

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

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


#40615f Background Color

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

This div background color is #40615f


#40615f Border Color

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

This div border color is #40615f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40615f


Comments

No comments written yet.

Please login to write comment.