COLOR #40728A

HEX: #40728A
RGB: (64,114,138)

Color info

#40728A contains mainly green and blue colors. Web safe color of #40728A is #336699 (or #369).

RGB color model

#40728A color RGB value is (64,114,138).

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

RGB channels and saturation

R 64 of 255 = 25%
G 114 of 255 = 45%
B 138 of 255 = 54%

64
114
138

R + G + B ~ 41%. #40728A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
64 + 114 + 138 = 316 (100%)
R 64 of 316 ~ 20.25%
G 114 of 316 ~ 36.08%
B 138 of 316 ~ 43.67%

%20.25
%36.08
%43.67

CMYK color model

#40728A color CMYK value is (54,17,0,46).

  • cyan value is 53.62%
  • magenta value is 17.39%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(54,17,0,46)
C54M17Y0K46 
(54%,17%,0%,46%)
(0.54/0.17/0.00/0.46)	

CMYK percentages

%53.62
%17.39
%0
%45.88

Codes

Color #40728A in popluar color models

40728A
RGB64114138
HSL199°36.63%39.61%
HSB/HSV199°53.62%54.12%
CMYK53.62%17.39%0.00%
45.88%

Color #40728A in popluar number systems.

HEX40728A
Decimal64114138
Binary1000000111001010001010
Octal100162212

Shades and tints

Shades of #40728A

#40728A
(64,114,138)
#3B687E
(59,104,126)
#365E72
(54,94,114)
#315466
(49,84,102)
#2C4A5A
(44,74,90)
#27404E
(39,64,78)
#223642
(34,54,66)
#1D2C36
(29,44,54)
#18222A
(24,34,42)
#13181E
(19,24,30)
#0E0E12
(14,14,18)
#000000
(0,0,0)

Tints of #40728A

#40728A
(64,114,138)
#517E94
(81,126,148)
#628A9E
(98,138,158)
#7396A8
(115,150,168)
#84A2B2
(132,162,178)
#95AEBC
(149,174,188)
#A6BAC6
(166,186,198)
#B7C6D0
(183,198,208)
#C8D2DA
(200,210,218)
#D9DEE4
(217,222,228)
#EAEAEE
(234,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40728A color. Also use rgb(64,114,138) instead hex code.

Text Font Color

.myTextColor { color: #40728A; }

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

This text font color is #40728A.


Background Color

.myBgColor { background-color: #40728A; }

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

This div background color is #40728A.


Border color

.myBorderColor { border: 1px solid #40728A; }

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

This div border color is #40728A.


Opacity

.myOpacity80 { color: #40728A; opacity: 0.8; }

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

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

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

This text has shadow with #40728A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40728A on black background.


Color preview on white background

This text has color #40728A on white background.



Black color preview on #40728A background

This text has black color on #40728A background.


White color preview on #40728A background

This text has white color on #40728A background.