COLOR #40554F

HEX: #40554F RGB: (64,85,79)

Color info

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

RGB color model

#40554F color RGB value is (64,85,79).

RGB: (64,85,79) (25%, 33%, 31%)

RGB channels and saturation

R 64 of 255 = 25%
G 85 of 255 = 33%
B 79 of 255 = 31%

64
85
79

R + G + B ~ 30%. #40554F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 64 + 85 + 79 = 228 (100%)
R 64 of 228 ~ 28.07%
G 85 of 228 ~ 37.28%
B 79 of 228 ~ 34.65'%

%28.07
%37.28
%34.65

CMYK color model

#40554F color CMYK value is (25,0,7,67).

  • cyan value is 24.71%
  • magenta value is 0.00%
  • yellow value is 7.06%
  • key color value is 66.67%

CMYK: (25,0,7,67)
C25M0Y7K67 (25%, 0%, 7%, 67%)
(0.25 / 0.00 / 0.07 / 0.67)

CMYK percentages

%24.71
%0
%7.06
%66.67

Codes

Color #40554F in popluar color models

40 55 4F
RGB 64 85 79
HSL 163° 14.09% 29.22%
HSB/HSV 163° 24.71% 33.33%
CMYK 24.71% 0.00% 7.06%
66.67%

Color #40554F in popluar number systems.

HEX 40 55 4F
Decimal 64 85 79
Binary 1000000 1010101 1001111
Octal 100 125 117

Shades and tints

Shades of #40554F

#40554F
(64,85,79)
#3B4E48
(59,78,72)
#364741
(54,71,65)
#31403A
(49,64,58)
#2C3933
(44,57,51)
#27322C
(39,50,44)
#222B25
(34,43,37)
#1D241E
(29,36,30)
#181D17
(24,29,23)
#131610
(19,22,16)
#0E0F09
(14,15,9)
#000000
(0,0,0)

Tints of #40554F

#40554F
(64,85,79)
#51645F
(81,100,95)
#62736F
(98,115,111)
#73827F
(115,130,127)
#84918F
(132,145,143)
#95A09F
(149,160,159)
#A6AFAF
(166,175,175)
#B7BEBF
(183,190,191)
#C8CDCF
(200,205,207)
#D9DCDF
(217,220,223)
#EAEBEF
(234,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40554F color. Also use rgb(64,85,79) instead hex code.

Text Font Color

.myTextColor { color: #40554F; }

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

This text font color is #40554F.

Background Color

.myBgColor { background-color: #40554F; }

<div style="background-color:#40554F">Inner text</div>

This div background color is #40554F.

Border color

.myBorderColor { border: 1px solid #40554F; }

<div style="border:3px solid #40554F">Div</div>

This div border color is #40554F.

Opacity

.myOpacity80 { color: #40554F; opacity: 0.8; }

<p style="color:#40554F;opacity:0.8;">80%</p>

Text with #40554F 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 #40554F;}

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

This text has shadow with #40554F color.


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

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

This text has shadow with #40554F primary color and red secondary color.


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

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

This text has shadow with #40554F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #40554F.

Preview

Color preview on black background

This text has color #40554F on black background.


Color preview on white background

This text has color #40554F on white background.


Black color preview on #40554F background

This text has black color on #40554F background.


White color preview on #40554F background

This text has white color on #40554F background.


Related colors

Complementary color

Complementary color for #hex is #BFAAB0.


I love getcolorcode.com

Triadic colors

1 #4F4055 and #554F40 with #40554F are triadic colors.

2 #4F5540 and #55404F with #40554F are triadic colors.