COLOR #40545A

HEX: #40545A
RGB: (64,84,90)

Color info

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

RGB color model

#40545A color RGB value is (64,84,90).

  • red value is 64;
  • green value is 84;
  • blue value is 90.
RGB:
(64,84,90)
(25%,33%,35%)

RGB channels and saturation

R 64 of 255 = 25%
G 84 of 255 = 33%
B 90 of 255 = 35%

64
84
90

R + G + B ~ 31%. #40545A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 84 + 90 = 238 (100%)
R 64 of 238 ~ 26.89%
G 84 of 238 ~ 35.29%
B 90 of 238 ~ 37.82%

%26.89
%35.29
%37.82

CMYK color model

#40545A color CMYK value is (29,7,0,65).

  • cyan value is 28.89%
  • magenta value is 6.67%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(29,7,0,65)
C29M7Y0K65 
(29%,7%,0%,65%)
(0.29/0.07/0.00/0.65)	

CMYK percentages

%28.89
%6.67
%0
%64.71

Codes

Color #40545A in popluar color models

40545A
RGB648490
HSL194°16.88%30.20%
HSB/HSV194°28.89%35.29%
CMYK28.89%6.67%0.00%
64.71%

Color #40545A in popluar number systems.

HEX40545A
Decimal648490
Binary100000010101001011010
Octal100124132

Shades and tints

Shades of #40545A

#40545A
(64,84,90)
#3B4D52
(59,77,82)
#36464A
(54,70,74)
#313F42
(49,63,66)
#2C383A
(44,56,58)
#273132
(39,49,50)
#222A2A
(34,42,42)
#1D2322
(29,35,34)
#181C1A
(24,28,26)
#131512
(19,21,18)
#0E0E0A
(14,14,10)
#000000
(0,0,0)

Tints of #40545A

#40545A
(64,84,90)
#516369
(81,99,105)
#627278
(98,114,120)
#738187
(115,129,135)
#849096
(132,144,150)
#959FA5
(149,159,165)
#A6AEB4
(166,174,180)
#B7BDC3
(183,189,195)
#C8CCD2
(200,204,210)
#D9DBE1
(217,219,225)
#EAEAF0
(234,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40545A color. Also use rgb(64,84,90) instead hex code.

Text Font Color

.myTextColor { color: #40545A; }

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

This text font color is #40545A.


Background Color

.myBgColor { background-color: #40545A; }

<div style="background-color:#40545A">Inner text</div>

This div background color is #40545A.


Border color

.myBorderColor { border: 1px solid #40545A; }

<div style="border:3px solid #40545A">Div</div>

This div border color is #40545A.


Opacity

.myOpacity80 { color: #40545A; opacity: 0.8; }

<p style="color:#40545A;opacity:0.8;">80%</p>

Text with #40545A 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 #40545A;}

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

This text has shadow with #40545A color.

.textShadow {text-shadow: 3px 3px 1px #40545A, 3px 3px 1px red;}

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

This text has shadow with #40545A primary color and red secondary color.


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

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

This text has shadow with #40545A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40545A on black background.


Color preview on white background

This text has color #40545A on white background.



Black color preview on #40545A background

This text has black color on #40545A background.


White color preview on #40545A background

This text has white color on #40545A background.