COLOR #141122

HEX: #141122
RGB: (20,17,34)

Color info

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

RGB color model

#141122 color RGB value is (20,17,34).

  • red value is 20;
  • green value is 17;
  • blue value is 34.
RGB:
(20,17,34)
(8%,7%,13%)

RGB channels and saturation

R 20 of 255 = 8%
G 17 of 255 = 7%
B 34 of 255 = 13%

20
17
34

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

Portions of RGB colors in percentages

R + G + B =
20 + 17 + 34 = 71 (100%)
R 20 of 71 ~ 28.17%
G 17 of 71 ~ 23.94%
B 34 of 71 ~ 47.89%

%28.17
%23.94
%47.89

CMYK color model

#141122 color CMYK value is (41,50,0,87).

  • cyan value is 41.18%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 86.67%
CMYK:
(41,50,0,87)
C41M50Y0K87 
(41%,50%,0%,87%)
(0.41/0.50/0.00/0.87)	

CMYK percentages

%41.18
%50
%0
%86.67

Codes

Color #141122 in popluar color models

141122
RGB201734
HSL251°33.33%10.00%
HSB/HSV251°50.00%13.33%
CMYK41.18%50.00%0.00%
86.67%

Color #141122 in popluar number systems.

HEX141122
Decimal201734
Binary1010010001100010
Octal242142

Shades and tints

Shades of #141122

#141122
(20,17,34)
#13101F
(19,16,31)
#120F1C
(18,15,28)
#110E19
(17,14,25)
#100D16
(16,13,22)
#0F0C13
(15,12,19)
#0E0B10
(14,11,16)
#0D0A0D
(13,10,13)
#0C090A
(12,9,10)
#0B0807
(11,8,7)
#0A0704
(10,7,4)
#000000
(0,0,0)

Tints of #141122

#141122
(20,17,34)
#292636
(41,38,54)
#3E3B4A
(62,59,74)
#53505E
(83,80,94)
#686572
(104,101,114)
#7D7A86
(125,122,134)
#928F9A
(146,143,154)
#A7A4AE
(167,164,174)
#BCB9C2
(188,185,194)
#D1CED6
(209,206,214)
#E6E3EA
(230,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #141122 color. Also use rgb(20,17,34) instead hex code.

Text Font Color

.myTextColor { color: #141122; }

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

This text font color is #141122.


Background Color

.myBgColor { background-color: #141122; }

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

This div background color is #141122.


Border color

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

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

This div border color is #141122.


Opacity

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

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

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

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

This text has shadow with #141122 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #141122 on black background.


Color preview on white background

This text has color #141122 on white background.



Black color preview on #141122 background

This text has black color on #141122 background.


White color preview on #141122 background

This text has white color on #141122 background.