COLOR #40625B

HEX: #40625B RGB: (64,98,91)

Color info

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

RGB color model

#40625B color RGB value is (64,98,91).

RGB: (64,98,91) (25%, 38%, 36%)

RGB channels and saturation

R 64 of 255 = 25%
G 98 of 255 = 38%
B 91 of 255 = 36%

64
98
91

R + G + B ~ 33%. #40625B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 64 + 98 + 91 = 253 (100%)
R 64 of 253 ~ 25.3%
G 98 of 253 ~ 38.74%
B 91 of 253 ~ 35.97'%

%25.3
%38.74
%35.97

CMYK color model

#40625B color CMYK value is (35,0,7,62).

  • cyan value is 34.69%
  • magenta value is 0.00%
  • yellow value is 7.14%
  • key color value is 61.57%

CMYK: (35,0,7,62)
C35M0Y7K62 (35%, 0%, 7%, 62%)
(0.35 / 0.00 / 0.07 / 0.62)

CMYK percentages

%34.69
%0
%7.14
%61.57

Codes

Color #40625B in popluar color models

40 62 5B
RGB 64 98 91
HSL 168° 20.99% 31.76%
HSB/HSV 168° 34.69% 38.43%
CMYK 34.69% 0.00% 7.14%
61.57%

Color #40625B in popluar number systems.

HEX 40 62 5B
Decimal 64 98 91
Binary 1000000 1100010 1011011
Octal 100 142 133

Shades and tints

Shades of #40625B

#40625B
(64,98,91)
#3B5A53
(59,90,83)
#36524B
(54,82,75)
#314A43
(49,74,67)
#2C423B
(44,66,59)
#273A33
(39,58,51)
#22322B
(34,50,43)
#1D2A23
(29,42,35)
#18221B
(24,34,27)
#131A13
(19,26,19)
#0E120B
(14,18,11)
#000000
(0,0,0)

Tints of #40625B

#40625B
(64,98,91)
#517069
(81,112,105)
#627E77
(98,126,119)
#738C85
(115,140,133)
#849A93
(132,154,147)
#95A8A1
(149,168,161)
#A6B6AF
(166,182,175)
#B7C4BD
(183,196,189)
#C8D2CB
(200,210,203)
#D9E0D9
(217,224,217)
#EAEEE7
(234,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40625B color. Also use rgb(64,98,91) instead hex code.

Text Font Color

.myTextColor { color: #40625B; }

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

This text font color is #40625B.

Background Color

.myBgColor { background-color: #40625B; }

<div style="background-color:#40625B">Inner text</div>

This div background color is #40625B.

Border color

.myBorderColor { border: 1px solid #40625B; }

<div style="border:3px solid #40625B">Div</div>

This div border color is #40625B.

Opacity

.myOpacity80 { color: #40625B; opacity: 0.8; }

<p style="color:#40625B;opacity:0.8;">80%</p>

Text with #40625B 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 #40625B;}

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

This text has shadow with #40625B color.


.textShadow {text-shadow: 3px 3px 1px #40625B', 3px 3px 1px red;}

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

This text has shadow with #40625B primary color and red secondary color.


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

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

This text has shadow with #40625B and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #40625B; -webkit-box-shadow: 1px 1px 3px 2px #40625B; box-shadow:1px 1px 3px 2px #40625B;">
Div content here
</div>

This div box has shadow with color #40625B.

Preview

Color preview on black background

This text has color #40625B on black background.


Color preview on white background

This text has color #40625B on white background.


Black color preview on #40625B background

This text has black color on #40625B background.


White color preview on #40625B background

This text has white color on #40625B background.


Related colors

Complementary color

Complementary color for #hex is #BF9DA4.


I love getcolorcode.com

Triadic colors

1 #5B4062 and #625B40 with #40625B are triadic colors.

2 #5B6240 and #62405B with #40625B are triadic colors.