COLOR #140849

HEX: #140849
RGB: (20,8,73)

Color info

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

RGB color model

#140849 color RGB value is (20,8,73).

  • red value is 20;
  • green value is 8;
  • blue value is 73.
RGB:
(20,8,73)
(8%,3%,29%)

RGB channels and saturation

R 20 of 255 = 8%
G 8 of 255 = 3%
B 73 of 255 = 29%

20
8
73

R + G + B ~ 13%. #140849 is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 8 + 73 = 101 (100%)
R 20 of 101 ~ 19.8%
G 8 of 101 ~ 7.92%
B 73 of 101 ~ 72.28%

%19.8
%72.28

CMYK color model

#140849 color CMYK value is (73,89,0,71).

  • cyan value is 72.60%
  • magenta value is 89.04%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(73,89,0,71)
C73M89Y0K71 
(73%,89%,0%,71%)
(0.73/0.89/0.00/0.71)	

CMYK percentages

%72.6
%89.04
%0
%71.37

Codes

Color #140849 in popluar color models

140849
RGB20873
HSL251°80.25%15.88%
HSB/HSV251°89.04%28.63%
CMYK72.60%89.04%0.00%
71.37%

Color #140849 in popluar number systems.

HEX140849
Decimal20873
Binary1010010001001001
Octal2410111

Shades and tints

Shades of #140849

#140849
(20,8,73)
#130843
(19,8,67)
#12083D
(18,8,61)
#110837
(17,8,55)
#100831
(16,8,49)
#0F082B
(15,8,43)
#0E0825
(14,8,37)
#0D081F
(13,8,31)
#0C0819
(12,8,25)
#0B0813
(11,8,19)
#0A080D
(10,8,13)
#000000
(0,0,0)

Tints of #140849

#140849
(20,8,73)
#291E59
(41,30,89)
#3E3469
(62,52,105)
#534A79
(83,74,121)
#686089
(104,96,137)
#7D7699
(125,118,153)
#928CA9
(146,140,169)
#A7A2B9
(167,162,185)
#BCB8C9
(188,184,201)
#D1CED9
(209,206,217)
#E6E4E9
(230,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #140849 color. Also use rgb(20,8,73) instead hex code.

Text Font Color

.myTextColor { color: #140849; }

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

This text font color is #140849.


Background Color

.myBgColor { background-color: #140849; }

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

This div background color is #140849.


Border color

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

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

This div border color is #140849.


Opacity

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

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

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

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

This text has shadow with #140849 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #140849 on black background.


Color preview on white background

This text has color #140849 on white background.



Black color preview on #140849 background

This text has black color on #140849 background.


White color preview on #140849 background

This text has white color on #140849 background.