COLOR #141425

HEX: #141425
RGB: (20,20,37)

Color info

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

RGB color model

#141425 color RGB value is (20,20,37).

  • red value is 20;
  • green value is 20;
  • blue value is 37.
RGB: (20,20,37) (8%,8%,15%)

RGB channels and saturation

R 20 of 255 = 8%
G 20 of 255 = 8%
B 37 of 255 = 15%

20
20
37

R + G + B ~ 10%. #141425 is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 20 + 37 = 77 (100%)
R 20 of 77 ~ 25.97%
G 20 of 77 ~ 25.97%
B 37 of 77 ~ 48.05%

%25.97
%25.97
%48.05

CMYK color model

#141425 color CMYK value is (46,46,0,85).

  • cyan value is 45.95%
  • magenta value is 45.95%
  • yellow value is 0.00%
  • key color value is 85.49%
CMYK: (46,46,0,85) C46M46Y0K85 (46%,46%,0%,85%) (0.46/0.46/0.00/0.85)

CMYK percentages

%45.95
%45.95
%0
%85.49

Codes

Color #141425 in popluar color models

141425
RGB202037
HSL240°29.82%11.18%
HSB/HSV240°45.95%14.51%
CMYK45.95%45.95%0.00%
85.49%

Color #141425 in popluar number systems.

HEX141425
Decimal202037
Binary1010010100100101
Octal242445

Shades and tints

Shades of #141425

#141425
(20,20,37)
#131322
(19,19,34)
#12121F
(18,18,31)
#11111C
(17,17,28)
#101019
(16,16,25)
#0F0F16
(15,15,22)
#0E0E13
(14,14,19)
#0D0D10
(13,13,16)
#0C0C0D
(12,12,13)
#0B0B0A
(11,11,10)
#0A0A07
(10,10,7)
#000000
(0,0,0)

Tints of #141425

#141425
(20,20,37)
#292938
(41,41,56)
#3E3E4B
(62,62,75)
#53535E
(83,83,94)
#686871
(104,104,113)
#7D7D84
(125,125,132)
#929297
(146,146,151)
#A7A7AA
(167,167,170)
#BCBCBD
(188,188,189)
#D1D1D0
(209,209,208)
#E6E6E3
(230,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #141425; }

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

This text font color is #141425.


Background Color

.myBgColor { background-color: #141425; }

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

This div background color is #141425.


Border color

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

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

This div border color is #141425.


Opacity

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

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

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

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

This text has shadow with #141425 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #141425 on black background.


Color preview on white background

This text has color #141425 on white background.



Black color preview on #141425 background

This text has black color on #141425 background.


White color preview on #141425 background

This text has white color on #141425 background.