COLOR #40686A

HEX: #40686A
RGB: (64,104,106)

Color info

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

RGB color model

#40686A color RGB value is (64,104,106).

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

RGB channels and saturation

R 64 of 255 = 25%
G 104 of 255 = 41%
B 106 of 255 = 42%

64
104
106

R + G + B ~ 36%. #40686A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 104 + 106 = 274 (100%)
R 64 of 274 ~ 23.36%
G 104 of 274 ~ 37.96%
B 106 of 274 ~ 38.69%

%23.36
%37.96
%38.69

CMYK color model

#40686A color CMYK value is (40,2,0,58).

  • cyan value is 39.62%
  • magenta value is 1.89%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(40,2,0,58)
C40M2Y0K58 
(40%,2%,0%,58%)
(0.40/0.02/0.00/0.58)	

CMYK percentages

%39.62
%1.89
%0
%58.43

Codes

Color #40686A in popluar color models

40686A
RGB64104106
HSL183°24.71%33.33%
HSB/HSV183°39.62%41.57%
CMYK39.62%1.89%0.00%
58.43%

Color #40686A in popluar number systems.

HEX40686A
Decimal64104106
Binary100000011010001101010
Octal100150152

Shades and tints

Shades of #40686A

#40686A
(64,104,106)
#3B5F61
(59,95,97)
#365658
(54,86,88)
#314D4F
(49,77,79)
#2C4446
(44,68,70)
#273B3D
(39,59,61)
#223234
(34,50,52)
#1D292B
(29,41,43)
#182022
(24,32,34)
#131719
(19,23,25)
#0E0E10
(14,14,16)
#000000
(0,0,0)

Tints of #40686A

#40686A
(64,104,106)
#517577
(81,117,119)
#628284
(98,130,132)
#738F91
(115,143,145)
#849C9E
(132,156,158)
#95A9AB
(149,169,171)
#A6B6B8
(166,182,184)
#B7C3C5
(183,195,197)
#C8D0D2
(200,208,210)
#D9DDDF
(217,221,223)
#EAEAEC
(234,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40686A color. Also use rgb(64,104,106) instead hex code.

Text Font Color

.myTextColor { color: #40686A; }

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

This text font color is #40686A.


Background Color

.myBgColor { background-color: #40686A; }

<div style="background-color:#40686A">Inner text</div>

This div background color is #40686A.


Border color

.myBorderColor { border: 1px solid #40686A; }

<div style="border:3px solid #40686A">Div</div>

This div border color is #40686A.


Opacity

.myOpacity80 { color: #40686A; opacity: 0.8; }

<p style="color:#40686A;opacity:0.8;">80%</p>

Text with #40686A 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 #40686A;}

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

This text has shadow with #40686A color.

.textShadow {text-shadow: 3px 3px 1px #40686A, 3px 3px 1px red;}

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

This text has shadow with #40686A primary color and red secondary color.


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

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

This text has shadow with #40686A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40686A on black background.


Color preview on white background

This text has color #40686A on white background.



Black color preview on #40686A background

This text has black color on #40686A background.


White color preview on #40686A background

This text has white color on #40686A background.