COLOR #406757

HEX: #406757
RGB: (64,103,87)

Color info

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

RGB color model

#406757 color RGB value is (64,103,87).

  • red value is 64;
  • green value is 103;
  • blue value is 87.
RGB:
(64,103,87)
(25%,40%,34%)

RGB channels and saturation

R 64 of 255 = 25%
G 103 of 255 = 40%
B 87 of 255 = 34%

64
103
87

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

Portions of RGB colors in percentages

R + G + B =
64 + 103 + 87 = 254 (100%)
R 64 of 254 ~ 25.2%
G 103 of 254 ~ 40.55%
B 87 of 254 ~ 34.25%

%25.2
%40.55
%34.25

CMYK color model

#406757 color CMYK value is (38,0,16,60).

  • cyan value is 37.86%
  • magenta value is 0.00%
  • yellow value is 15.53%
  • key color value is 59.61%
CMYK:
(38,0,16,60)
C38M0Y16K60 
(38%,0%,16%,60%)
(0.38/0.00/0.16/0.60)	

CMYK percentages

%37.86
%0
%15.53
%59.61

Codes

Color #406757 in popluar color models

406757
RGB6410387
HSL155°23.35%32.75%
HSB/HSV155°37.86%40.39%
CMYK37.86%0.00%15.53%
59.61%

Color #406757 in popluar number systems.

HEX406757
Decimal6410387
Binary100000011001111010111
Octal100147127

Shades and tints

Shades of #406757

#406757
(64,103,87)
#3B5E50
(59,94,80)
#365549
(54,85,73)
#314C42
(49,76,66)
#2C433B
(44,67,59)
#273A34
(39,58,52)
#22312D
(34,49,45)
#1D2826
(29,40,38)
#181F1F
(24,31,31)
#131618
(19,22,24)
#0E0D11
(14,13,17)
#000000
(0,0,0)

Tints of #406757

#406757
(64,103,87)
#517466
(81,116,102)
#628175
(98,129,117)
#738E84
(115,142,132)
#849B93
(132,155,147)
#95A8A2
(149,168,162)
#A6B5B1
(166,181,177)
#B7C2C0
(183,194,192)
#C8CFCF
(200,207,207)
#D9DCDE
(217,220,222)
#EAE9ED
(234,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #406757 color. Also use rgb(64,103,87) instead hex code.

Text Font Color

.myTextColor { color: #406757; }

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

This text font color is #406757.


Background Color

.myBgColor { background-color: #406757; }

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

This div background color is #406757.


Border color

.myBorderColor { border: 1px solid #406757; }

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

This div border color is #406757.


Opacity

.myOpacity80 { color: #406757; opacity: 0.8; }

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

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

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

This text has shadow with #406757 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #406757 on black background.


Color preview on white background

This text has color #406757 on white background.



Black color preview on #406757 background

This text has black color on #406757 background.


White color preview on #406757 background

This text has white color on #406757 background.