COLOR #40615E

HEX: #40615E
RGB: (64,97,94)

Color info

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

RGB color model

#40615E color RGB value is (64,97,94).

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

RGB channels and saturation

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

64
97
94

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

Portions of RGB colors in percentages

R + G + B =
64 + 97 + 94 = 255 (100%)
R 64 of 255 ~ 25.1%
G 97 of 255 ~ 38.04%
B 94 of 255 ~ 36.86%

%25.1
%38.04
%36.86

CMYK color model

#40615E color CMYK value is (34,0,3,62).

  • cyan value is 34.02%
  • magenta value is 0.00%
  • yellow value is 3.09%
  • key color value is 61.96%
CMYK:
(34,0,3,62)
C34M0Y3K62 
(34%,0%,3%,62%)
(0.34/0.00/0.03/0.62)	

CMYK percentages

%34.02
%0
%3.09
%61.96

Codes

Color #40615E in popluar color models

40615E
RGB649794
HSL175°20.50%31.57%
HSB/HSV175°34.02%38.04%
CMYK34.02%0.00%3.09%
61.96%

Color #40615E in popluar number systems.

HEX40615E
Decimal649794
Binary100000011000011011110
Octal100141136

Shades and tints

Shades of #40615E

#40615E
(64,97,94)
#3B5956
(59,89,86)
#36514E
(54,81,78)
#314946
(49,73,70)
#2C413E
(44,65,62)
#273936
(39,57,54)
#22312E
(34,49,46)
#1D2926
(29,41,38)
#18211E
(24,33,30)
#131916
(19,25,22)
#0E110E
(14,17,14)
#000000
(0,0,0)

Tints of #40615E

#40615E
(64,97,94)
#516F6C
(81,111,108)
#627D7A
(98,125,122)
#738B88
(115,139,136)
#849996
(132,153,150)
#95A7A4
(149,167,164)
#A6B5B2
(166,181,178)
#B7C3C0
(183,195,192)
#C8D1CE
(200,209,206)
#D9DFDC
(217,223,220)
#EAEDEA
(234,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40615E; }

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

This text font color is #40615E.


Background Color

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

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

This div background color is #40615E.


Border color

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

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

This div border color is #40615E.


Opacity

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

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

Text with #40615E 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 #40615E;}

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

This text has shadow with #40615E color.

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

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #40615E;
-webkit-box-shadow: 1px 1px 3px 2px #40615E;
box-shadow:1px 1px 3px 2px #40615E;">
Div content here</div>
This div box has shadow with color #40615E.

Preview

Color preview on black background

This text has color #40615E on black background.


Color preview on white background

This text has color #40615E on white background.



Black color preview on #40615E background

This text has black color on #40615E background.


White color preview on #40615E background

This text has white color on #40615E background.