COLOR #40685E

HEX: #40685E
RGB: (64,104,94)

Color info

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

RGB color model

#40685E color RGB value is (64,104,94).

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

RGB channels and saturation

R 64 of 255 = 25%
G 104 of 255 = 41%
B 94 of 255 = 37%

64
104
94

R + G + B ~ 34%. #40685E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 104 + 94 = 262 (100%)
R 64 of 262 ~ 24.43%
G 104 of 262 ~ 39.69%
B 94 of 262 ~ 35.88%

%24.43
%39.69
%35.88

CMYK color model

#40685E color CMYK value is (38,0,10,59).

  • cyan value is 38.46%
  • magenta value is 0.00%
  • yellow value is 9.62%
  • key color value is 59.22%
CMYK:
(38,0,10,59)
C38M0Y10K59 
(38%,0%,10%,59%)
(0.38/0.00/0.10/0.59)	

CMYK percentages

%38.46
%0
%9.62
%59.22

Codes

Color #40685E in popluar color models

40685E
RGB6410494
HSL165°23.81%32.94%
HSB/HSV165°38.46%40.78%
CMYK38.46%0.00%9.62%
59.22%

Color #40685E in popluar number systems.

HEX40685E
Decimal6410494
Binary100000011010001011110
Octal100150136

Shades and tints

Shades of #40685E

#40685E
(64,104,94)
#3B5F56
(59,95,86)
#36564E
(54,86,78)
#314D46
(49,77,70)
#2C443E
(44,68,62)
#273B36
(39,59,54)
#22322E
(34,50,46)
#1D2926
(29,41,38)
#18201E
(24,32,30)
#131716
(19,23,22)
#0E0E0E
(14,14,14)
#000000
(0,0,0)

Tints of #40685E

#40685E
(64,104,94)
#51756C
(81,117,108)
#62827A
(98,130,122)
#738F88
(115,143,136)
#849C96
(132,156,150)
#95A9A4
(149,169,164)
#A6B6B2
(166,182,178)
#B7C3C0
(183,195,192)
#C8D0CE
(200,208,206)
#D9DDDC
(217,221,220)
#EAEAEA
(234,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40685E; }

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

This text font color is #40685E.


Background Color

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

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

This div background color is #40685E.


Border color

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

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

This div border color is #40685E.


Opacity

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

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

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

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

This text has shadow with #40685E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40685E on black background.


Color preview on white background

This text has color #40685E on white background.



Black color preview on #40685E background

This text has black color on #40685E background.


White color preview on #40685E background

This text has white color on #40685E background.