COLOR #40053F

HEX: #40053F
RGB: (64,5,63)

Color info

#40053F contains red, green and blue colors in about the same proportion. Web safe color of #40053F is #330033 (or #303).

RGB color model

#40053F color RGB value is (64,5,63).

  • red value is 64;
  • green value is 5;
  • blue value is 63.
RGB:
(64,5,63)
(25%,2%,25%)

RGB channels and saturation

R 64 of 255 = 25%
G 5 of 255 = 2%
B 63 of 255 = 25%

64
5
63

R + G + B ~ 17%. #40053F is dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 5 + 63 = 132 (100%)
R 64 of 132 ~ 48.48%
G 5 of 132 ~ 3.79%
B 63 of 132 ~ 47.73%

%48.48
%47.73

CMYK color model

#40053F color CMYK value is (0,92,2,75).

  • cyan value is 0.00%
  • magenta value is 92.19%
  • yellow value is 1.56%
  • key color value is 74.90%
CMYK:
(0,92,2,75)
C0M92Y2K75 
(0%,92%,2%,75%)
(0.00/0.92/0.02/0.75)	

CMYK percentages

%0
%92.19
%1.56
%74.9

Codes

Color #40053F in popluar color models

40053F
RGB64563
HSL301°85.51%13.53%
HSB/HSV301°92.19%25.10%
CMYK0.00%92.19%1.56%
74.90%

Color #40053F in popluar number systems.

HEX40053F
Decimal64563
Binary1000000101111111
Octal100577

Shades and tints

Shades of #40053F

#40053F
(64,5,63)
#3B053A
(59,5,58)
#360535
(54,5,53)
#310530
(49,5,48)
#2C052B
(44,5,43)
#270526
(39,5,38)
#220521
(34,5,33)
#1D051C
(29,5,28)
#180517
(24,5,23)
#130512
(19,5,18)
#0E050D
(14,5,13)
#000000
(0,0,0)

Tints of #40053F

#40053F
(64,5,63)
#511B50
(81,27,80)
#623161
(98,49,97)
#734772
(115,71,114)
#845D83
(132,93,131)
#957394
(149,115,148)
#A689A5
(166,137,165)
#B79FB6
(183,159,182)
#C8B5C7
(200,181,199)
#D9CBD8
(217,203,216)
#EAE1E9
(234,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40053F color. Also use rgb(64,5,63) instead hex code.

Text Font Color

.myTextColor { color: #40053F; }

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

This text font color is #40053F.


Background Color

.myBgColor { background-color: #40053F; }

<div style="background-color:#40053F">Inner text</div>

This div background color is #40053F.


Border color

.myBorderColor { border: 1px solid #40053F; }

<div style="border:3px solid #40053F">Div</div>

This div border color is #40053F.


Opacity

.myOpacity80 { color: #40053F; opacity: 0.8; }

<p style="color:#40053F;opacity:0.8;">80%</p>

Text with #40053F 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 #40053F;}

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

This text has shadow with #40053F color.

.textShadow {text-shadow: 3px 3px 1px #40053F, 3px 3px 1px red;}

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

This text has shadow with #40053F primary color and red secondary color.


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

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

This text has shadow with #40053F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40053F on black background.


Color preview on white background

This text has color #40053F on white background.



Black color preview on #40053F background

This text has black color on #40053F background.


White color preview on #40053F background

This text has white color on #40053F background.