COLOR #40114B

HEX: #40114B
RGB: (64,17,75)

Color info

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

RGB color model

#40114B color RGB value is (64,17,75).

  • red value is 64;
  • green value is 17;
  • blue value is 75.
RGB:
(64,17,75)
(25%,7%,29%)

RGB channels and saturation

R 64 of 255 = 25%
G 17 of 255 = 7%
B 75 of 255 = 29%

64
17
75

R + G + B ~ 20%. #40114B is dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 17 + 75 = 156 (100%)
R 64 of 156 ~ 41.03%
G 17 of 156 ~ 10.9%
B 75 of 156 ~ 48.08%

%41.03
%10.9
%48.08

CMYK color model

#40114B color CMYK value is (15,77,0,71).

  • cyan value is 14.67%
  • magenta value is 77.33%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(15,77,0,71)
C15M77Y0K71 
(15%,77%,0%,71%)
(0.15/0.77/0.00/0.71)	

CMYK percentages

%14.67
%77.33
%0
%70.59

Codes

Color #40114B in popluar color models

40114B
RGB641775
HSL289°63.04%18.04%
HSB/HSV289°77.33%29.41%
CMYK14.67%77.33%0.00%
70.59%

Color #40114B in popluar number systems.

HEX40114B
Decimal641775
Binary1000000100011001011
Octal10021113

Shades and tints

Shades of #40114B

#40114B
(64,17,75)
#3B1045
(59,16,69)
#360F3F
(54,15,63)
#310E39
(49,14,57)
#2C0D33
(44,13,51)
#270C2D
(39,12,45)
#220B27
(34,11,39)
#1D0A21
(29,10,33)
#18091B
(24,9,27)
#130815
(19,8,21)
#0E070F
(14,7,15)
#000000
(0,0,0)

Tints of #40114B

#40114B
(64,17,75)
#51265B
(81,38,91)
#623B6B
(98,59,107)
#73507B
(115,80,123)
#84658B
(132,101,139)
#957A9B
(149,122,155)
#A68FAB
(166,143,171)
#B7A4BB
(183,164,187)
#C8B9CB
(200,185,203)
#D9CEDB
(217,206,219)
#EAE3EB
(234,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40114B color. Also use rgb(64,17,75) instead hex code.

Text Font Color

.myTextColor { color: #40114B; }

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

This text font color is #40114B.


Background Color

.myBgColor { background-color: #40114B; }

<div style="background-color:#40114B">Inner text</div>

This div background color is #40114B.


Border color

.myBorderColor { border: 1px solid #40114B; }

<div style="border:3px solid #40114B">Div</div>

This div border color is #40114B.


Opacity

.myOpacity80 { color: #40114B; opacity: 0.8; }

<p style="color:#40114B;opacity:0.8;">80%</p>

Text with #40114B 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 #40114B;}

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

This text has shadow with #40114B color.

.textShadow {text-shadow: 3px 3px 1px #40114B, 3px 3px 1px red;}

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

This text has shadow with #40114B primary color and red secondary color.


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

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

This text has shadow with #40114B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40114B on black background.


Color preview on white background

This text has color #40114B on white background.



Black color preview on #40114B background

This text has black color on #40114B background.


White color preview on #40114B background

This text has white color on #40114B background.