COLOR #140C23

HEX: #140C23
RGB: (20,12,35)

Color info

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

RGB color model

#140C23 color RGB value is (20,12,35).

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

RGB channels and saturation

R 20 of 255 = 8%
G 12 of 255 = 5%
B 35 of 255 = 14%

20
12
35

R + G + B ~ 9%. #140C23 is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 12 + 35 = 67 (100%)
R 20 of 67 ~ 29.85%
G 12 of 67 ~ 17.91%
B 35 of 67 ~ 52.24%

%29.85
%17.91
%52.24

CMYK color model

#140C23 color CMYK value is (43,66,0,86).

  • cyan value is 42.86%
  • magenta value is 65.71%
  • yellow value is 0.00%
  • key color value is 86.27%
CMYK:
(43,66,0,86)
C43M66Y0K86 
(43%,66%,0%,86%)
(0.43/0.66/0.00/0.86)	

CMYK percentages

%42.86
%65.71
%0
%86.27

Codes

Color #140C23 in popluar color models

140C23
RGB201235
HSL261°48.94%9.22%
HSB/HSV261°65.71%13.73%
CMYK42.86%65.71%0.00%
86.27%

Color #140C23 in popluar number systems.

HEX140C23
Decimal201235
Binary101001100100011
Octal241443

Shades and tints

Shades of #140C23

#140C23
(20,12,35)
#130B20
(19,11,32)
#120A1D
(18,10,29)
#11091A
(17,9,26)
#100817
(16,8,23)
#0F0714
(15,7,20)
#0E0611
(14,6,17)
#0D050E
(13,5,14)
#0C040B
(12,4,11)
#0B0308
(11,3,8)
#0A0205
(10,2,5)
#000000
(0,0,0)

Tints of #140C23

#140C23
(20,12,35)
#292237
(41,34,55)
#3E384B
(62,56,75)
#534E5F
(83,78,95)
#686473
(104,100,115)
#7D7A87
(125,122,135)
#92909B
(146,144,155)
#A7A6AF
(167,166,175)
#BCBCC3
(188,188,195)
#D1D2D7
(209,210,215)
#E6E8EB
(230,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #140C23; }

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

This text font color is #140C23.


Background Color

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

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

This div background color is #140C23.


Border color

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

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

This div border color is #140C23.


Opacity

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

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

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

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

This text has shadow with #140C23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #140C23 on black background.


Color preview on white background

This text has color #140C23 on white background.



Black color preview on #140C23 background

This text has black color on #140C23 background.


White color preview on #140C23 background

This text has white color on #140C23 background.