COLOR #40717F

HEX: #40717F RGB: (64,113,127)

Color info

#40717F contains mainly green and blue colors. Web safe color of #40717F is #336666 (or #366).

RGB color model

#40717F color RGB value is (64,113,127).

RGB: (64,113,127) (25%, 44%, 50%)

RGB channels and saturation

R 64 of 255 = 25%
G 113 of 255 = 44%
B 127 of 255 = 50%

64
113
127

R + G + B ~ 40%. #40717F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 64 + 113 + 127 = 304 (100%)
R 64 of 304 ~ 21.05%
G 113 of 304 ~ 37.17%
B 127 of 304 ~ 41.78'%

%21.05
%37.17
%41.78

CMYK color model

#40717F color CMYK value is (50,11,0,50).

  • cyan value is 49.61%
  • magenta value is 11.02%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (50,11,0,50)
C50M11Y0K50 (50%, 11%, 0%, 50%)
(0.50 / 0.11 / 0.00 / 0.50)

CMYK percentages

%49.61
%11.02
%0
%50.2

Codes

Color #40717F in popluar color models

40 71 7F
RGB 64 113 127
HSL 193° 32.98% 37.45%
HSB/HSV 193° 49.61% 49.80%
CMYK 49.61% 11.02% 0.00%
50.20%

Color #40717F in popluar number systems.

HEX 40 71 7F
Decimal 64 113 127
Binary 1000000 1110001 1111111
Octal 100 161 177

Shades and tints

Shades of #40717F

#40717F
(64,113,127)
#3B6774
(59,103,116)
#365D69
(54,93,105)
#31535E
(49,83,94)
#2C4953
(44,73,83)
#273F48
(39,63,72)
#22353D
(34,53,61)
#1D2B32
(29,43,50)
#182127
(24,33,39)
#13171C
(19,23,28)
#0E0D11
(14,13,17)
#000000
(0,0,0)

Tints of #40717F

#40717F
(64,113,127)
#517D8A
(81,125,138)
#628995
(98,137,149)
#7395A0
(115,149,160)
#84A1AB
(132,161,171)
#95ADB6
(149,173,182)
#A6B9C1
(166,185,193)
#B7C5CC
(183,197,204)
#C8D1D7
(200,209,215)
#D9DDE2
(217,221,226)
#EAE9ED
(234,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40717F color. Also use rgb(64,113,127) instead hex code.

Text Font Color

.myTextColor { color: #40717F; }

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

This text font color is #40717F.

Background Color

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

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

This div background color is #40717F.

Border color

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

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

This div border color is #40717F.

Opacity

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

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

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

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

This text has shadow with #40717F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #40717F.

Preview

Color preview on black background

This text has color #40717F on black background.


Color preview on white background

This text has color #40717F on white background.


Black color preview on #40717F background

This text has black color on #40717F background.


White color preview on #40717F background

This text has white color on #40717F background.


Related colors

Complementary color

Complementary color for #hex is #BF8E80.


I love getcolorcode.com

Triadic colors

1 #7F4071 and #717F40 with #40717F are triadic colors.

2 #7F7140 and #71407F with #40717F are triadic colors.