COLOR #40525A

HEX: #40525A
RGB: (64,82,90)

Color info

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

RGB color model

#40525A color RGB value is (64,82,90).

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

RGB channels and saturation

R 64 of 255 = 25%
G 82 of 255 = 32%
B 90 of 255 = 35%

64
82
90

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

Portions of RGB colors in percentages

R + G + B =
64 + 82 + 90 = 236 (100%)
R 64 of 236 ~ 27.12%
G 82 of 236 ~ 34.75%
B 90 of 236 ~ 38.14%

%27.12
%34.75
%38.14

CMYK color model

#40525A color CMYK value is (29,9,0,65).

  • cyan value is 28.89%
  • magenta value is 8.89%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(29,9,0,65)
C29M9Y0K65 
(29%,9%,0%,65%)
(0.29/0.09/0.00/0.65)	

CMYK percentages

%28.89
%8.89
%0
%64.71

Codes

Color #40525A in popluar color models

40525A
RGB648290
HSL198°16.88%30.20%
HSB/HSV198°28.89%35.29%
CMYK28.89%8.89%0.00%
64.71%

Color #40525A in popluar number systems.

HEX40525A
Decimal648290
Binary100000010100101011010
Octal100122132

Shades and tints

Shades of #40525A

#40525A
(64,82,90)
#3B4B52
(59,75,82)
#36444A
(54,68,74)
#313D42
(49,61,66)
#2C363A
(44,54,58)
#272F32
(39,47,50)
#22282A
(34,40,42)
#1D2122
(29,33,34)
#181A1A
(24,26,26)
#131312
(19,19,18)
#0E0C0A
(14,12,10)
#000000
(0,0,0)

Tints of #40525A

#40525A
(64,82,90)
#516169
(81,97,105)
#627078
(98,112,120)
#737F87
(115,127,135)
#848E96
(132,142,150)
#959DA5
(149,157,165)
#A6ACB4
(166,172,180)
#B7BBC3
(183,187,195)
#C8CAD2
(200,202,210)
#D9D9E1
(217,217,225)
#EAE8F0
(234,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40525A; }

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

This text font color is #40525A.


Background Color

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

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

This div background color is #40525A.


Border color

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

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

This div border color is #40525A.


Opacity

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

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

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

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

This text has shadow with #40525A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40525A on black background.


Color preview on white background

This text has color #40525A on white background.



Black color preview on #40525A background

This text has black color on #40525A background.


White color preview on #40525A background

This text has white color on #40525A background.