COLOR #40555C

HEX: #40555C
RGB: (64,85,92)

Color info

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

RGB color model

#40555C color RGB value is (64,85,92).

  • red value is 64;
  • green value is 85;
  • blue value is 92.
RGB:
(64,85,92)
(25%,33%,36%)

RGB channels and saturation

R 64 of 255 = 25%
G 85 of 255 = 33%
B 92 of 255 = 36%

64
85
92

R + G + B ~ 31%. #40555C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 85 + 92 = 241 (100%)
R 64 of 241 ~ 26.56%
G 85 of 241 ~ 35.27%
B 92 of 241 ~ 38.17%

%26.56
%35.27
%38.17

CMYK color model

#40555C color CMYK value is (30,8,0,64).

  • cyan value is 30.43%
  • magenta value is 7.61%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(30,8,0,64)
C30M8Y0K64 
(30%,8%,0%,64%)
(0.30/0.08/0.00/0.64)	

CMYK percentages

%30.43
%7.61
%0
%63.92

Codes

Color #40555C in popluar color models

40555C
RGB648592
HSL195°17.95%30.59%
HSB/HSV195°30.43%36.08%
CMYK30.43%7.61%0.00%
63.92%

Color #40555C in popluar number systems.

HEX40555C
Decimal648592
Binary100000010101011011100
Octal100125134

Shades and tints

Shades of #40555C

#40555C
(64,85,92)
#3B4E54
(59,78,84)
#36474C
(54,71,76)
#314044
(49,64,68)
#2C393C
(44,57,60)
#273234
(39,50,52)
#222B2C
(34,43,44)
#1D2424
(29,36,36)
#181D1C
(24,29,28)
#131614
(19,22,20)
#0E0F0C
(14,15,12)
#000000
(0,0,0)

Tints of #40555C

#40555C
(64,85,92)
#51646A
(81,100,106)
#627378
(98,115,120)
#738286
(115,130,134)
#849194
(132,145,148)
#95A0A2
(149,160,162)
#A6AFB0
(166,175,176)
#B7BEBE
(183,190,190)
#C8CDCC
(200,205,204)
#D9DCDA
(217,220,218)
#EAEBE8
(234,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40555C color. Also use rgb(64,85,92) instead hex code.

Text Font Color

.myTextColor { color: #40555C; }

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

This text font color is #40555C.


Background Color

.myBgColor { background-color: #40555C; }

<div style="background-color:#40555C">Inner text</div>

This div background color is #40555C.


Border color

.myBorderColor { border: 1px solid #40555C; }

<div style="border:3px solid #40555C">Div</div>

This div border color is #40555C.


Opacity

.myOpacity80 { color: #40555C; opacity: 0.8; }

<p style="color:#40555C;opacity:0.8;">80%</p>

Text with #40555C 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 #40555C;}

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

This text has shadow with #40555C color.

.textShadow {text-shadow: 3px 3px 1px #40555C, 3px 3px 1px red;}

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

This text has shadow with #40555C primary color and red secondary color.


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

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

This text has shadow with #40555C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40555C on black background.


Color preview on white background

This text has color #40555C on white background.



Black color preview on #40555C background

This text has black color on #40555C background.


White color preview on #40555C background

This text has white color on #40555C background.