COLOR #40626E

HEX: #40626E
RGB: (64,98,110)

Color info

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

RGB color model

#40626E color RGB value is (64,98,110).

  • red value is 64;
  • green value is 98;
  • blue value is 110.
RGB:
(64,98,110)
(25%,38%,43%)

RGB channels and saturation

R 64 of 255 = 25%
G 98 of 255 = 38%
B 110 of 255 = 43%

64
98
110

R + G + B ~ 35%. #40626E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 98 + 110 = 272 (100%)
R 64 of 272 ~ 23.53%
G 98 of 272 ~ 36.03%
B 110 of 272 ~ 40.44%

%23.53
%36.03
%40.44

CMYK color model

#40626E color CMYK value is (42,11,0,57).

  • cyan value is 41.82%
  • magenta value is 10.91%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(42,11,0,57)
C42M11Y0K57 
(42%,11%,0%,57%)
(0.42/0.11/0.00/0.57)	

CMYK percentages

%41.82
%10.91
%0
%56.86

Codes

Color #40626E in popluar color models

40626E
RGB6498110
HSL196°26.44%34.12%
HSB/HSV196°41.82%43.14%
CMYK41.82%10.91%0.00%
56.86%

Color #40626E in popluar number systems.

HEX40626E
Decimal6498110
Binary100000011000101101110
Octal100142156

Shades and tints

Shades of #40626E

#40626E
(64,98,110)
#3B5A64
(59,90,100)
#36525A
(54,82,90)
#314A50
(49,74,80)
#2C4246
(44,66,70)
#273A3C
(39,58,60)
#223232
(34,50,50)
#1D2A28
(29,42,40)
#18221E
(24,34,30)
#131A14
(19,26,20)
#0E120A
(14,18,10)
#000000
(0,0,0)

Tints of #40626E

#40626E
(64,98,110)
#51707B
(81,112,123)
#627E88
(98,126,136)
#738C95
(115,140,149)
#849AA2
(132,154,162)
#95A8AF
(149,168,175)
#A6B6BC
(166,182,188)
#B7C4C9
(183,196,201)
#C8D2D6
(200,210,214)
#D9E0E3
(217,224,227)
#EAEEF0
(234,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40626E color. Also use rgb(64,98,110) instead hex code.

Text Font Color

.myTextColor { color: #40626E; }

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

This text font color is #40626E.


Background Color

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

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

This div background color is #40626E.


Border color

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

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

This div border color is #40626E.


Opacity

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

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

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

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

This text has shadow with #40626E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40626E on black background.


Color preview on white background

This text has color #40626E on white background.



Black color preview on #40626E background

This text has black color on #40626E background.


White color preview on #40626E background

This text has white color on #40626E background.