COLOR #40213C

HEX: #40213C RGB: (64,33,60)

Color info

#40213C contains red, green and blue colors in about the same proportion. Web safe color of #40213C is #333333 (or #333).

RGB color model

#40213C color RGB value is (64,33,60).

RGB: (64,33,60) (25%, 13%, 24%)

RGB channels and saturation

R 64 of 255 = 25%
G 33 of 255 = 13%
B 60 of 255 = 24%

64
33
60

R + G + B ~ 21%. #40213C is dark color.

Portions of RGB colors in percentages

R + G + B = 64 + 33 + 60 = 157 (100%)
R 64 of 157 ~ 40.76%
G 33 of 157 ~ 21.02%
B 60 of 157 ~ 38.22'%

%40.76
%21.02
%38.22

CMYK color model

#40213C color CMYK value is (0,48,6,75).

  • cyan value is 0.00%
  • magenta value is 48.44%
  • yellow value is 6.25%
  • key color value is 74.90%
CMYK: (0,48,6,75) C0M48Y6K75 (0%,48%,6%,75%) (0.00/0.48/0.06/0.75) 

CMYK percentages

%0
%48.44
%6.25
%74.9

Codes

Color #40213C in popluar color models

40 21 3C
RGB 64 33 60
HSL 308° 31.96% 19.02%
HSB/HSV 308° 48.44% 25.10%
CMYK 0.00% 48.44% 6.25%
74.90%

Color #40213C in popluar number systems.

HEX 40 21 3C
Decimal 64 33 60
Binary 1000000 100001 111100
Octal 100 41 74

Shades and tints

Shades of #40213C

#40213C
(64,33,60)
#3B1E37
(59,30,55)
#361B32
(54,27,50)
#31182D
(49,24,45)
#2C1528
(44,21,40)
#271223
(39,18,35)
#220F1E
(34,15,30)
#1D0C19
(29,12,25)
#180914
(24,9,20)
#13060F
(19,6,15)
#0E030A
(14,3,10)
#000000
(0,0,0)

Tints of #40213C

#40213C
(64,33,60)
#51354D
(81,53,77)
#62495E
(98,73,94)
#735D6F
(115,93,111)
#847180
(132,113,128)
#958591
(149,133,145)
#A699A2
(166,153,162)
#B7ADB3
(183,173,179)
#C8C1C4
(200,193,196)
#D9D5D5
(217,213,213)
#EAE9E6
(234,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40213C color. Also use rgb(64,33,60) instead hex code.

Text Font Color

.myTextColor { color: #40213C; }

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

This text font color is #40213C.

Background Color

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

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

This div background color is #40213C.

Border color

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

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

This div border color is #40213C.

Opacity

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

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

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

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

This text has shadow with #40213C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #40213C.

Preview

Color preview on black background

This text has color #40213C on black background.


Color preview on white background

This text has color #40213C on white background.


Black color preview on #40213C background

This text has black color on #40213C background.


White color preview on #40213C background

This text has white color on #40213C background.


Related colors

Complementary color

Complementary color for #hex is #BFDEC3.


I love getcolorcode.com

Triadic colors

1 #3C4021 and #213C40 with #40213C are triadic colors.

2 #3C2140 and #21403C with #40213C are triadic colors.