COLOR #40684F

HEX: #40684F
RGB: (64,104,79)

Color info

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

RGB color model

#40684F color RGB value is (64,104,79).

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

RGB channels and saturation

R 64 of 255 = 25%
G 104 of 255 = 41%
B 79 of 255 = 31%

64
104
79

R + G + B ~ 32%. #40684F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 104 + 79 = 247 (100%)
R 64 of 247 ~ 25.91%
G 104 of 247 ~ 42.11%
B 79 of 247 ~ 31.98%

%25.91
%42.11
%31.98

CMYK color model

#40684F color CMYK value is (38,0,24,59).

  • cyan value is 38.46%
  • magenta value is 0.00%
  • yellow value is 24.04%
  • key color value is 59.22%
CMYK:
(38,0,24,59)
C38M0Y24K59 
(38%,0%,24%,59%)
(0.38/0.00/0.24/0.59)	

CMYK percentages

%38.46
%0
%24.04
%59.22

Codes

Color #40684F in popluar color models

40684F
RGB6410479
HSL143°23.81%32.94%
HSB/HSV143°38.46%40.78%
CMYK38.46%0.00%24.04%
59.22%

Color #40684F in popluar number systems.

HEX40684F
Decimal6410479
Binary100000011010001001111
Octal100150117

Shades and tints

Shades of #40684F

#40684F
(64,104,79)
#3B5F48
(59,95,72)
#365641
(54,86,65)
#314D3A
(49,77,58)
#2C4433
(44,68,51)
#273B2C
(39,59,44)
#223225
(34,50,37)
#1D291E
(29,41,30)
#182017
(24,32,23)
#131710
(19,23,16)
#0E0E09
(14,14,9)
#000000
(0,0,0)

Tints of #40684F

#40684F
(64,104,79)
#51755F
(81,117,95)
#62826F
(98,130,111)
#738F7F
(115,143,127)
#849C8F
(132,156,143)
#95A99F
(149,169,159)
#A6B6AF
(166,182,175)
#B7C3BF
(183,195,191)
#C8D0CF
(200,208,207)
#D9DDDF
(217,221,223)
#EAEAEF
(234,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40684F color. Also use rgb(64,104,79) instead hex code.

Text Font Color

.myTextColor { color: #40684F; }

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

This text font color is #40684F.


Background Color

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

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

This div background color is #40684F.


Border color

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

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

This div border color is #40684F.


Opacity

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

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

Text with #40684F 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 #40684F;}

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

This text has shadow with #40684F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40684F on black background.


Color preview on white background

This text has color #40684F on white background.



Black color preview on #40684F background

This text has black color on #40684F background.


White color preview on #40684F background

This text has white color on #40684F background.