COLOR #40616E

HEX: #40616E
RGB: (64,97,110)

Color info

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

RGB color model

#40616E color RGB value is (64,97,110).

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

RGB channels and saturation

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

64
97
110

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

Portions of RGB colors in percentages

R + G + B =
64 + 97 + 110 = 271 (100%)
R 64 of 271 ~ 23.62%
G 97 of 271 ~ 35.79%
B 110 of 271 ~ 40.59%

%23.62
%35.79
%40.59

CMYK color model

#40616E color CMYK value is (42,12,0,57).

  • cyan value is 41.82%
  • magenta value is 11.82%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(42,12,0,57)
C42M12Y0K57 
(42%,12%,0%,57%)
(0.42/0.12/0.00/0.57)	

CMYK percentages

%41.82
%11.82
%0
%56.86

Codes

Color #40616E in popluar color models

40616E
RGB6497110
HSL197°26.44%34.12%
HSB/HSV197°41.82%43.14%
CMYK41.82%11.82%0.00%
56.86%

Color #40616E in popluar number systems.

HEX40616E
Decimal6497110
Binary100000011000011101110
Octal100141156

Shades and tints

Shades of #40616E

#40616E
(64,97,110)
#3B5964
(59,89,100)
#36515A
(54,81,90)
#314950
(49,73,80)
#2C4146
(44,65,70)
#27393C
(39,57,60)
#223132
(34,49,50)
#1D2928
(29,41,40)
#18211E
(24,33,30)
#131914
(19,25,20)
#0E110A
(14,17,10)
#000000
(0,0,0)

Tints of #40616E

#40616E
(64,97,110)
#516F7B
(81,111,123)
#627D88
(98,125,136)
#738B95
(115,139,149)
#8499A2
(132,153,162)
#95A7AF
(149,167,175)
#A6B5BC
(166,181,188)
#B7C3C9
(183,195,201)
#C8D1D6
(200,209,214)
#D9DFE3
(217,223,227)
#EAEDF0
(234,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40616E; }

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

This text font color is #40616E.


Background Color

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

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

This div background color is #40616E.


Border color

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

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

This div border color is #40616E.


Opacity

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

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

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

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

This text has shadow with #40616E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40616E on black background.


Color preview on white background

This text has color #40616E on white background.



Black color preview on #40616E background

This text has black color on #40616E background.


White color preview on #40616E background

This text has white color on #40616E background.