COLOR #40624E

HEX: #40624E
RGB: (64,98,78)

Color info

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

RGB color model

#40624E color RGB value is (64,98,78).

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

RGB channels and saturation

R 64 of 255 = 25%
G 98 of 255 = 38%
B 78 of 255 = 31%

64
98
78

R + G + B ~ 31%. #40624E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 98 + 78 = 240 (100%)
R 64 of 240 ~ 26.67%
G 98 of 240 ~ 40.83%
B 78 of 240 ~ 32.5%

%26.67
%40.83
%32.5

CMYK color model

#40624E color CMYK value is (35,0,20,62).

  • cyan value is 34.69%
  • magenta value is 0.00%
  • yellow value is 20.41%
  • key color value is 61.57%
CMYK:
(35,0,20,62)
C35M0Y20K62 
(35%,0%,20%,62%)
(0.35/0.00/0.20/0.62)	

CMYK percentages

%34.69
%0
%20.41
%61.57

Codes

Color #40624E in popluar color models

40624E
RGB649878
HSL145°20.99%31.76%
HSB/HSV145°34.69%38.43%
CMYK34.69%0.00%20.41%
61.57%

Color #40624E in popluar number systems.

HEX40624E
Decimal649878
Binary100000011000101001110
Octal100142116

Shades and tints

Shades of #40624E

#40624E
(64,98,78)
#3B5A47
(59,90,71)
#365240
(54,82,64)
#314A39
(49,74,57)
#2C4232
(44,66,50)
#273A2B
(39,58,43)
#223224
(34,50,36)
#1D2A1D
(29,42,29)
#182216
(24,34,22)
#131A0F
(19,26,15)
#0E1208
(14,18,8)
#000000
(0,0,0)

Tints of #40624E

#40624E
(64,98,78)
#51705E
(81,112,94)
#627E6E
(98,126,110)
#738C7E
(115,140,126)
#849A8E
(132,154,142)
#95A89E
(149,168,158)
#A6B6AE
(166,182,174)
#B7C4BE
(183,196,190)
#C8D2CE
(200,210,206)
#D9E0DE
(217,224,222)
#EAEEEE
(234,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40624E; }

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

This text font color is #40624E.


Background Color

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

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

This div background color is #40624E.


Border color

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

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

This div border color is #40624E.


Opacity

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

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

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

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

This text has shadow with #40624E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40624E on black background.


Color preview on white background

This text has color #40624E on white background.



Black color preview on #40624E background

This text has black color on #40624E background.


White color preview on #40624E background

This text has white color on #40624E background.