COLOR #140440

HEX: #140440
RGB: (20,4,64)

Color info

#140440 contains mainly red and blue colors. Web safe color of #140440 is #000033 (or #003).

RGB color model

#140440 color RGB value is (20,4,64).

  • red value is 20;
  • green value is 4;
  • blue value is 64.
RGB:
(20,4,64)
(8%,2%,25%)

RGB channels and saturation

R 20 of 255 = 8%
G 4 of 255 = 2%
B 64 of 255 = 25%

20
4
64

R + G + B ~ 12%. #140440 is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 4 + 64 = 88 (100%)
R 20 of 88 ~ 22.73%
G 4 of 88 ~ 4.55%
B 64 of 88 ~ 72.73%

%22.73
%72.73

CMYK color model

#140440 color CMYK value is (69,94,0,75).

  • cyan value is 68.75%
  • magenta value is 93.75%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(69,94,0,75)
C69M94Y0K75 
(69%,94%,0%,75%)
(0.69/0.94/0.00/0.75)	

CMYK percentages

%68.75
%93.75
%0
%74.9

Codes

Color #140440 in popluar color models

140440
RGB20464
HSL256°88.24%13.33%
HSB/HSV256°93.75%25.10%
CMYK68.75%93.75%0.00%
74.90%

Color #140440 in popluar number systems.

HEX140440
Decimal20464
Binary101001001000000
Octal244100

Shades and tints

Shades of #140440

#140440
(20,4,64)
#13043B
(19,4,59)
#120436
(18,4,54)
#110431
(17,4,49)
#10042C
(16,4,44)
#0F0427
(15,4,39)
#0E0422
(14,4,34)
#0D041D
(13,4,29)
#0C0418
(12,4,24)
#0B0413
(11,4,19)
#0A040E
(10,4,14)
#000000
(0,0,0)

Tints of #140440

#140440
(20,4,64)
#291A51
(41,26,81)
#3E3062
(62,48,98)
#534673
(83,70,115)
#685C84
(104,92,132)
#7D7295
(125,114,149)
#9288A6
(146,136,166)
#A79EB7
(167,158,183)
#BCB4C8
(188,180,200)
#D1CAD9
(209,202,217)
#E6E0EA
(230,224,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #140440 color. Also use rgb(20,4,64) instead hex code.

Text Font Color

.myTextColor { color: #140440; }

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

This text font color is #140440.


Background Color

.myBgColor { background-color: #140440; }

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

This div background color is #140440.


Border color

.myBorderColor { border: 1px solid #140440; }

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

This div border color is #140440.


Opacity

.myOpacity80 { color: #140440; opacity: 0.8; }

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

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

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

This text has shadow with #140440 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #140440 on black background.


Color preview on white background

This text has color #140440 on white background.



Black color preview on #140440 background

This text has black color on #140440 background.


White color preview on #140440 background

This text has white color on #140440 background.