COLOR #40615F

HEX: #40615F
RGB: (64,97,95)

Color info

#40615F contains red, green and blue colors in about the same proportion. Web safe color of #40615F is #336666 (or #366).

RGB color model

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

  • red value is 64;
  • green value is 97;
  • blue value is 95.
RGB:
(64,97,95)
(25%,38%,37%)

RGB channels and saturation

R 64 of 255 = 25%
G 97 of 255 = 38%
B 95 of 255 = 37%

64
97
95

R + G + B ~ 33%. #40615F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 97 + 95 = 256 (100%)
R 64 of 256 ~ 25%
G 97 of 256 ~ 37.89%
B 95 of 256 ~ 37.11%

%25
%37.89
%37.11

CMYK color model

#40615F color CMYK value is (34,0,2,62).

  • cyan value is 34.02%
  • magenta value is 0.00%
  • yellow value is 2.06%
  • key color value is 61.96%
CMYK:
(34,0,2,62)
C34M0Y2K62 
(34%,0%,2%,62%)
(0.34/0.00/0.02/0.62)	

CMYK percentages

%34.02
%0
%2.06
%61.96

Codes

Color #40615F in popluar color models

40615F
RGB649795
HSL176°20.50%31.57%
HSB/HSV176°34.02%38.04%
CMYK34.02%0.00%2.06%
61.96%

Color #40615F in popluar number systems.

HEX40615F
Decimal649795
Binary100000011000011011111
Octal100141137

Shades and tints

Shades of #40615F

#40615F
(64,97,95)
#3B5957
(59,89,87)
#36514F
(54,81,79)
#314947
(49,73,71)
#2C413F
(44,65,63)
#273937
(39,57,55)
#22312F
(34,49,47)
#1D2927
(29,41,39)
#18211F
(24,33,31)
#131917
(19,25,23)
#0E110F
(14,17,15)
#000000
(0,0,0)

Tints of #40615F

#40615F
(64,97,95)
#516F6D
(81,111,109)
#627D7B
(98,125,123)
#738B89
(115,139,137)
#849997
(132,153,151)
#95A7A5
(149,167,165)
#A6B5B3
(166,181,179)
#B7C3C1
(183,195,193)
#C8D1CF
(200,209,207)
#D9DFDD
(217,223,221)
#EAEDEB
(234,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40615F color. Also use rgb(64,97,95) instead hex code.

Text Font Color

.myTextColor { color: #40615F; }

<p style="color:#40615F">This sample text font color is #40615F.</p>

This text font color is #40615F.


Background Color

.myBgColor { background-color: #40615F; }

<div style="background-color:#40615F">Inner text</div>

This div background color is #40615F.


Border color

.myBorderColor { border: 1px solid #40615F; }

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

This div border color is #40615F.


Opacity

.myOpacity80 { color: #40615F; opacity: 0.8; }

<p style="color:#40615F;opacity:0.8;">80%</p>

Text with #40615F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #40615F;}

<p style="text-shadow: 3px 3px 1px #40615F">Text here.</p>

This text has shadow with #40615F color.

.textShadow {text-shadow: 3px 3px 1px #40615F, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #40615F, 5px 5px 20px red">Text here.</p>

This text has shadow with #40615F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#40615F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#40615F, Direction=45, Strength=4)">Text</p>

This text has shadow with #40615F and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #40615F;
  -webkit-box-shadow:	1px 1px 3px 2px #40615F;
  box-shadow:		1px 1px 3px 2px #40615F;
}

/* html code with inline style */
<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.

Preview

Color preview on black background

This text has color #40615F on black background.


Color preview on white background

This text has color #40615F on white background.



Black color preview on #40615F background

This text has black color on #40615F background.


White color preview on #40615F background

This text has white color on #40615F background.