COLOR #40133C

HEX: #40133C RGB: (64,19,60)

Color info

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

RGB color model

#40133C color RGB value is (64,19,60).

RGB: (64,19,60) (25%, 7%, 24%)

RGB channels and saturation

R 64 of 255 = 25%
G 19 of 255 = 7%
B 60 of 255 = 24%

64
19
60

R + G + B ~ 19%. #40133C is dark color.

Portions of RGB colors in percentages

R + G + B = 64 + 19 + 60 = 143 (100%)
R 64 of 143 ~ 44.76%
G 19 of 143 ~ 13.29%
B 60 of 143 ~ 41.96'%

%44.76
%13.29
%41.96

CMYK color model

#40133C color CMYK value is (0,70,6,75).

  • cyan value is 0.00%
  • magenta value is 70.31%
  • yellow value is 6.25%
  • key color value is 74.90%

CMYK: (0,70,6,75)
C0M70Y6K75 (0%, 70%, 6%, 75%)
(0.00 / 0.70 / 0.06 / 0.75)

CMYK percentages

%0
%70.31
%6.25
%74.9

Codes

Color #40133C in popluar color models

40 13 3C
RGB 64 19 60
HSL 305° 54.22% 16.27%
HSB/HSV 305° 70.31% 25.10%
CMYK 0.00% 70.31% 6.25%
74.90%

Color #40133C in popluar number systems.

HEX 40 13 3C
Decimal 64 19 60
Binary 1000000 10011 111100
Octal 100 23 74

Shades and tints

Shades of #40133C

#40133C
(64,19,60)
#3B1237
(59,18,55)
#361132
(54,17,50)
#31102D
(49,16,45)
#2C0F28
(44,15,40)
#270E23
(39,14,35)
#220D1E
(34,13,30)
#1D0C19
(29,12,25)
#180B14
(24,11,20)
#130A0F
(19,10,15)
#0E090A
(14,9,10)
#000000
(0,0,0)

Tints of #40133C

#40133C
(64,19,60)
#51284D
(81,40,77)
#623D5E
(98,61,94)
#73526F
(115,82,111)
#846780
(132,103,128)
#957C91
(149,124,145)
#A691A2
(166,145,162)
#B7A6B3
(183,166,179)
#C8BBC4
(200,187,196)
#D9D0D5
(217,208,213)
#EAE5E6
(234,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40133C; }

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

This text font color is #40133C.

Background Color

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

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

This div background color is #40133C.

Border color

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

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

This div border color is #40133C.

Opacity

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

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

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

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

This text has shadow with #40133C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #40133C.

Preview

Color preview on black background

This text has color #40133C on black background.


Color preview on white background

This text has color #40133C on white background.


Black color preview on #40133C background

This text has black color on #40133C background.


White color preview on #40133C background

This text has white color on #40133C background.


Related colors

Complementary color

Complementary color for #hex is #BFECC3.


I love getcolorcode.com

Triadic colors

1 #3C4013 and #133C40 with #40133C are triadic colors.

2 #3C1340 and #13403C with #40133C are triadic colors.