COLOR #40624D

HEX: #40624D
RGB: (64,98,77)

Color info

#40624D contains red, green and blue colors in about the same proportion. Web safe color of #40624D is #336633 (or #363).

RGB color model

#40624D color RGB value is (64,98,77).

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

RGB channels and saturation

R 64 of 255 = 25%
G 98 of 255 = 38%
B 77 of 255 = 30%

64
98
77

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

Portions of RGB colors in percentages

R + G + B =
64 + 98 + 77 = 239 (100%)
R 64 of 239 ~ 26.78%
G 98 of 239 ~ 41%
B 77 of 239 ~ 32.22%

%26.78
%41
%32.22

CMYK color model

#40624D color CMYK value is (35,0,21,62).

  • cyan value is 34.69%
  • magenta value is 0.00%
  • yellow value is 21.43%
  • key color value is 61.57%
CMYK:
(35,0,21,62)
C35M0Y21K62 
(35%,0%,21%,62%)
(0.35/0.00/0.21/0.62)	

CMYK percentages

%34.69
%0
%21.43
%61.57

Codes

Color #40624D in popluar color models

40624D
RGB649877
HSL143°20.99%31.76%
HSB/HSV143°34.69%38.43%
CMYK34.69%0.00%21.43%
61.57%

Color #40624D in popluar number systems.

HEX40624D
Decimal649877
Binary100000011000101001101
Octal100142115

Shades and tints

Shades of #40624D

#40624D
(64,98,77)
#3B5A46
(59,90,70)
#36523F
(54,82,63)
#314A38
(49,74,56)
#2C4231
(44,66,49)
#273A2A
(39,58,42)
#223223
(34,50,35)
#1D2A1C
(29,42,28)
#182215
(24,34,21)
#131A0E
(19,26,14)
#0E1207
(14,18,7)
#000000
(0,0,0)

Tints of #40624D

#40624D
(64,98,77)
#51705D
(81,112,93)
#627E6D
(98,126,109)
#738C7D
(115,140,125)
#849A8D
(132,154,141)
#95A89D
(149,168,157)
#A6B6AD
(166,182,173)
#B7C4BD
(183,196,189)
#C8D2CD
(200,210,205)
#D9E0DD
(217,224,221)
#EAEEED
(234,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40624D; }

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

This text font color is #40624D.


Background Color

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

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

This div background color is #40624D.


Border color

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

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

This div border color is #40624D.


Opacity

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

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

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

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

This text has shadow with #40624D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40624D on black background.


Color preview on white background

This text has color #40624D on white background.



Black color preview on #40624D background

This text has black color on #40624D background.


White color preview on #40624D background

This text has white color on #40624D background.