COLOR #40727F

HEX: #40727F RGB: (64,114,127)

Color info

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

RGB color model

#40727F color RGB value is (64,114,127).

RGB: (64,114,127) (25%, 45%, 50%)

RGB channels and saturation

R 64 of 255 = 25%
G 114 of 255 = 45%
B 127 of 255 = 50%

64
114
127

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

Portions of RGB colors in percentages

R + G + B = 64 + 114 + 127 = 305 (100%)
R 64 of 305 ~ 20.98%
G 114 of 305 ~ 37.38%
B 127 of 305 ~ 41.64'%

%20.98
%37.38
%41.64

CMYK color model

#40727F color CMYK value is (50,10,0,50).

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

CMYK: (50,10,0,50)
C50M10Y0K50 (50%, 10%, 0%, 50%)
(0.50 / 0.10 / 0.00 / 0.50)

CMYK percentages

%49.61
%10.24
%0
%50.2

Codes

Color #40727F in popluar color models

40 72 7F
RGB 64 114 127
HSL 192° 32.98% 37.45%
HSB/HSV 192° 49.61% 49.80%
CMYK 49.61% 10.24% 0.00%
50.20%

Color #40727F in popluar number systems.

HEX 40 72 7F
Decimal 64 114 127
Binary 1000000 1110010 1111111
Octal 100 162 177

Shades and tints

Shades of #40727F

#40727F
(64,114,127)
#3B6874
(59,104,116)
#365E69
(54,94,105)
#31545E
(49,84,94)
#2C4A53
(44,74,83)
#274048
(39,64,72)
#22363D
(34,54,61)
#1D2C32
(29,44,50)
#182227
(24,34,39)
#13181C
(19,24,28)
#0E0E11
(14,14,17)
#000000
(0,0,0)

Tints of #40727F

#40727F
(64,114,127)
#517E8A
(81,126,138)
#628A95
(98,138,149)
#7396A0
(115,150,160)
#84A2AB
(132,162,171)
#95AEB6
(149,174,182)
#A6BAC1
(166,186,193)
#B7C6CC
(183,198,204)
#C8D2D7
(200,210,215)
#D9DEE2
(217,222,226)
#EAEAED
(234,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40727F; }

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

This text font color is #40727F.

Background Color

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

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

This div background color is #40727F.

Border color

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

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

This div border color is #40727F.

Opacity

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

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

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

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

This text has shadow with #40727F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #40727F.

Preview

Color preview on black background

This text has color #40727F on black background.


Color preview on white background

This text has color #40727F on white background.


Black color preview on #40727F background

This text has black color on #40727F background.


White color preview on #40727F background

This text has white color on #40727F background.


Related colors

Complementary color

Complementary color for #hex is #BF8D80.


I love getcolorcode.com

Triadic colors

1 #7F4072 and #727F40 with #40727F are triadic colors.

2 #7F7240 and #72407F with #40727F are triadic colors.