COLOR #40727E

HEX: #40727E
RGB: (64,114,126)

Color info

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

RGB color model

#40727E color RGB value is (64,114,126).

  • red value is 64;
  • green value is 114;
  • blue value is 126.
RGB:
(64,114,126)
(25%,45%,49%)

RGB channels and saturation

R 64 of 255 = 25%
G 114 of 255 = 45%
B 126 of 255 = 49%

64
114
126

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

Portions of RGB colors in percentages

R + G + B =
64 + 114 + 126 = 304 (100%)
R 64 of 304 ~ 21.05%
G 114 of 304 ~ 37.5%
B 126 of 304 ~ 41.45%

%21.05
%37.5
%41.45

CMYK color model

#40727E color CMYK value is (49,10,0,51).

  • cyan value is 49.21%
  • magenta value is 9.52%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(49,10,0,51)
C49M10Y0K51 
(49%,10%,0%,51%)
(0.49/0.10/0.00/0.51)	

CMYK percentages

%49.21
%9.52
%0
%50.59

Codes

Color #40727E in popluar color models

40727E
RGB64114126
HSL192°32.63%37.25%
HSB/HSV192°49.21%49.41%
CMYK49.21%9.52%0.00%
50.59%

Color #40727E in popluar number systems.

HEX40727E
Decimal64114126
Binary100000011100101111110
Octal100162176

Shades and tints

Shades of #40727E

#40727E
(64,114,126)
#3B6873
(59,104,115)
#365E68
(54,94,104)
#31545D
(49,84,93)
#2C4A52
(44,74,82)
#274047
(39,64,71)
#22363C
(34,54,60)
#1D2C31
(29,44,49)
#182226
(24,34,38)
#13181B
(19,24,27)
#0E0E10
(14,14,16)
#000000
(0,0,0)

Tints of #40727E

#40727E
(64,114,126)
#517E89
(81,126,137)
#628A94
(98,138,148)
#73969F
(115,150,159)
#84A2AA
(132,162,170)
#95AEB5
(149,174,181)
#A6BAC0
(166,186,192)
#B7C6CB
(183,198,203)
#C8D2D6
(200,210,214)
#D9DEE1
(217,222,225)
#EAEAEC
(234,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40727E; }

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

This text font color is #40727E.


Background Color

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

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

This div background color is #40727E.


Border color

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

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

This div border color is #40727E.


Opacity

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

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

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

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

This text has shadow with #40727E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40727E on black background.


Color preview on white background

This text has color #40727E on white background.



Black color preview on #40727E background

This text has black color on #40727E background.


White color preview on #40727E background

This text has white color on #40727E background.