COLOR #40033F

HEX: #40033F
RGB: (64,3,63)

Color info

#40033F contains mainly red and blue colors. Web safe color of #40033F is #330033 (or #303).

RGB color model

#40033F color RGB value is (64,3,63).

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

RGB channels and saturation

R 64 of 255 = 25%
G 3 of 255 = 1%
B 63 of 255 = 25%

64
3
63

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

Portions of RGB colors in percentages

R + G + B =
64 + 3 + 63 = 130 (100%)
R 64 of 130 ~ 49.23%
G 3 of 130 ~ 2.31%
B 63 of 130 ~ 48.46%

%49.23
%48.46

CMYK color model

#40033F color CMYK value is (0,95,2,75).

  • cyan value is 0.00%
  • magenta value is 95.31%
  • yellow value is 1.56%
  • key color value is 74.90%
CMYK:
(0,95,2,75)
C0M95Y2K75 
(0%,95%,2%,75%)
(0.00/0.95/0.02/0.75)	

CMYK percentages

%0
%95.31
%1.56
%74.9

Codes

Color #40033F in popluar color models

40033F
RGB64363
HSL301°91.04%13.14%
HSB/HSV301°95.31%25.10%
CMYK0.00%95.31%1.56%
74.90%

Color #40033F in popluar number systems.

HEX40033F
Decimal64363
Binary100000011111111
Octal100377

Shades and tints

Shades of #40033F

#40033F
(64,3,63)
#3B033A
(59,3,58)
#360335
(54,3,53)
#310330
(49,3,48)
#2C032B
(44,3,43)
#270326
(39,3,38)
#220321
(34,3,33)
#1D031C
(29,3,28)
#180317
(24,3,23)
#130312
(19,3,18)
#0E030D
(14,3,13)
#000000
(0,0,0)

Tints of #40033F

#40033F
(64,3,63)
#511950
(81,25,80)
#622F61
(98,47,97)
#734572
(115,69,114)
#845B83
(132,91,131)
#957194
(149,113,148)
#A687A5
(166,135,165)
#B79DB6
(183,157,182)
#C8B3C7
(200,179,199)
#D9C9D8
(217,201,216)
#EADFE9
(234,223,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40033F; }

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

This text font color is #40033F.


Background Color

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

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

This div background color is #40033F.


Border color

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

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

This div border color is #40033F.


Opacity

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

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

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

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

This text has shadow with #40033F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40033F on black background.


Color preview on white background

This text has color #40033F on white background.



Black color preview on #40033F background

This text has black color on #40033F background.


White color preview on #40033F background

This text has white color on #40033F background.