COLOR #140C37

HEX: #140C37
RGB: (20,12,55)

Color info

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

RGB color model

#140C37 color RGB value is (20,12,55).

  • red value is 20;
  • green value is 12;
  • blue value is 55.
RGB:
(20,12,55)
(8%,5%,22%)

RGB channels and saturation

R 20 of 255 = 8%
G 12 of 255 = 5%
B 55 of 255 = 22%

20
12
55

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

Portions of RGB colors in percentages

R + G + B =
20 + 12 + 55 = 87 (100%)
R 20 of 87 ~ 22.99%
G 12 of 87 ~ 13.79%
B 55 of 87 ~ 63.22%

%22.99
%13.79
%63.22

CMYK color model

#140C37 color CMYK value is (64,78,0,78).

  • cyan value is 63.64%
  • magenta value is 78.18%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(64,78,0,78)
C64M78Y0K78 
(64%,78%,0%,78%)
(0.64/0.78/0.00/0.78)	

CMYK percentages

%63.64
%78.18
%0
%78.43

Codes

Color #140C37 in popluar color models

140C37
RGB201255
HSL251°64.18%13.14%
HSB/HSV251°78.18%21.57%
CMYK63.64%78.18%0.00%
78.43%

Color #140C37 in popluar number systems.

HEX140C37
Decimal201255
Binary101001100110111
Octal241467

Shades and tints

Shades of #140C37

#140C37
(20,12,55)
#130B32
(19,11,50)
#120A2D
(18,10,45)
#110928
(17,9,40)
#100823
(16,8,35)
#0F071E
(15,7,30)
#0E0619
(14,6,25)
#0D0514
(13,5,20)
#0C040F
(12,4,15)
#0B030A
(11,3,10)
#0A0205
(10,2,5)
#000000
(0,0,0)

Tints of #140C37

#140C37
(20,12,55)
#292249
(41,34,73)
#3E385B
(62,56,91)
#534E6D
(83,78,109)
#68647F
(104,100,127)
#7D7A91
(125,122,145)
#9290A3
(146,144,163)
#A7A6B5
(167,166,181)
#BCBCC7
(188,188,199)
#D1D2D9
(209,210,217)
#E6E8EB
(230,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #140C37 color. Also use rgb(20,12,55) instead hex code.

Text Font Color

.myTextColor { color: #140C37; }

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

This text font color is #140C37.


Background Color

.myBgColor { background-color: #140C37; }

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

This div background color is #140C37.


Border color

.myBorderColor { border: 1px solid #140C37; }

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

This div border color is #140C37.


Opacity

.myOpacity80 { color: #140C37; opacity: 0.8; }

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

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

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

This text has shadow with #140C37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #140C37 on black background.


Color preview on white background

This text has color #140C37 on white background.



Black color preview on #140C37 background

This text has black color on #140C37 background.


White color preview on #140C37 background

This text has white color on #140C37 background.