COLOR #40535A

HEX: #40535A
RGB: (64,83,90)

Color info

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

RGB color model

#40535A color RGB value is (64,83,90).

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

RGB channels and saturation

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

64
83
90

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

Portions of RGB colors in percentages

R + G + B =
64 + 83 + 90 = 237 (100%)
R 64 of 237 ~ 27%
G 83 of 237 ~ 35.02%
B 90 of 237 ~ 37.97%

%27
%35.02
%37.97

CMYK color model

#40535A color CMYK value is (29,8,0,65).

  • cyan value is 28.89%
  • magenta value is 7.78%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(29,8,0,65)
C29M8Y0K65 
(29%,8%,0%,65%)
(0.29/0.08/0.00/0.65)	

CMYK percentages

%28.89
%7.78
%0
%64.71

Codes

Color #40535A in popluar color models

40535A
RGB648390
HSL196°16.88%30.20%
HSB/HSV196°28.89%35.29%
CMYK28.89%7.78%0.00%
64.71%

Color #40535A in popluar number systems.

HEX40535A
Decimal648390
Binary100000010100111011010
Octal100123132

Shades and tints

Shades of #40535A

#40535A
(64,83,90)
#3B4C52
(59,76,82)
#36454A
(54,69,74)
#313E42
(49,62,66)
#2C373A
(44,55,58)
#273032
(39,48,50)
#22292A
(34,41,42)
#1D2222
(29,34,34)
#181B1A
(24,27,26)
#131412
(19,20,18)
#0E0D0A
(14,13,10)
#000000
(0,0,0)

Tints of #40535A

#40535A
(64,83,90)
#516269
(81,98,105)
#627178
(98,113,120)
#738087
(115,128,135)
#848F96
(132,143,150)
#959EA5
(149,158,165)
#A6ADB4
(166,173,180)
#B7BCC3
(183,188,195)
#C8CBD2
(200,203,210)
#D9DAE1
(217,218,225)
#EAE9F0
(234,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40535A; }

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

This text font color is #40535A.


Background Color

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

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

This div background color is #40535A.


Border color

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

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

This div border color is #40535A.


Opacity

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

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

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

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

This text has shadow with #40535A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40535A on black background.


Color preview on white background

This text has color #40535A on white background.



Black color preview on #40535A background

This text has black color on #40535A background.


White color preview on #40535A background

This text has white color on #40535A background.