COLOR #140939

HEX: #140939
RGB: (20,9,57)

Color info

#140939 contains red, green and blue colors in about the same proportion. Web safe color of #140939 is #000033 (or #003).

RGB color model

#140939 color RGB value is (20,9,57).

  • red value is 20;
  • green value is 9;
  • blue value is 57.
RGB:
(20,9,57)
(8%,4%,22%)

RGB channels and saturation

R 20 of 255 = 8%
G 9 of 255 = 4%
B 57 of 255 = 22%

20
9
57

R + G + B ~ 11%. #140939 is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 9 + 57 = 86 (100%)
R 20 of 86 ~ 23.26%
G 9 of 86 ~ 10.47%
B 57 of 86 ~ 66.28%

%23.26
%10.47
%66.28

CMYK color model

#140939 color CMYK value is (65,84,0,78).

  • cyan value is 64.91%
  • magenta value is 84.21%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(65,84,0,78)
C65M84Y0K78 
(65%,84%,0%,78%)
(0.65/0.84/0.00/0.78)	

CMYK percentages

%64.91
%84.21
%0
%77.65

Codes

Color #140939 in popluar color models

140939
RGB20957
HSL254°72.73%12.94%
HSB/HSV254°84.21%22.35%
CMYK64.91%84.21%0.00%
77.65%

Color #140939 in popluar number systems.

HEX140939
Decimal20957
Binary101001001111001
Octal241171

Shades and tints

Shades of #140939

#140939
(20,9,57)
#130934
(19,9,52)
#12092F
(18,9,47)
#11092A
(17,9,42)
#100925
(16,9,37)
#0F0920
(15,9,32)
#0E091B
(14,9,27)
#0D0916
(13,9,22)
#0C0911
(12,9,17)
#0B090C
(11,9,12)
#0A0907
(10,9,7)
#000000
(0,0,0)

Tints of #140939

#140939
(20,9,57)
#291F4B
(41,31,75)
#3E355D
(62,53,93)
#534B6F
(83,75,111)
#686181
(104,97,129)
#7D7793
(125,119,147)
#928DA5
(146,141,165)
#A7A3B7
(167,163,183)
#BCB9C9
(188,185,201)
#D1CFDB
(209,207,219)
#E6E5ED
(230,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #140939 color. Also use rgb(20,9,57) instead hex code.

Text Font Color

.myTextColor { color: #140939; }

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

This text font color is #140939.


Background Color

.myBgColor { background-color: #140939; }

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

This div background color is #140939.


Border color

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

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

This div border color is #140939.


Opacity

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

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

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

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

This text has shadow with #140939 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #140939 on black background.


Color preview on white background

This text has color #140939 on white background.



Black color preview on #140939 background

This text has black color on #140939 background.


White color preview on #140939 background

This text has white color on #140939 background.