COLOR #14252E

HEX: #14252E
RGB: (20,37,46)

Color info

#14252E contains red, green and blue colors in about the same proportion. Web safe color of #14252E is #003333 (or #033).

RGB color model

#14252E color RGB value is (20,37,46).

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

RGB channels and saturation

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

20
37
46

R + G + B ~ 14%. #14252E is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 37 + 46 = 103 (100%)
R 20 of 103 ~ 19.42%
G 37 of 103 ~ 35.92%
B 46 of 103 ~ 44.66%

%19.42
%35.92
%44.66

CMYK color model

#14252E color CMYK value is (57,20,0,82).

  • cyan value is 56.52%
  • magenta value is 19.57%
  • yellow value is 0.00%
  • key color value is 81.96%
CMYK: (57,20,0,82) C57M20Y0K82 (57%,20%,0%,82%) (0.57/0.20/0.00/0.82)

CMYK percentages

%56.52
%19.57
%0
%81.96

Codes

Color #14252E in popluar color models

14252E
RGB203746
HSL201°39.39%12.94%
HSB/HSV201°56.52%18.04%
CMYK56.52%19.57%0.00%
81.96%

Color #14252E in popluar number systems.

HEX14252E
Decimal203746
Binary10100100101101110
Octal244556

Shades and tints

Shades of #14252E

#14252E
(20,37,46)
#13222A
(19,34,42)
#121F26
(18,31,38)
#111C22
(17,28,34)
#10191E
(16,25,30)
#0F161A
(15,22,26)
#0E1316
(14,19,22)
#0D1012
(13,16,18)
#0C0D0E
(12,13,14)
#0B0A0A
(11,10,10)
#0A0706
(10,7,6)
#000000
(0,0,0)

Tints of #14252E

#14252E
(20,37,46)
#293841
(41,56,65)
#3E4B54
(62,75,84)
#535E67
(83,94,103)
#68717A
(104,113,122)
#7D848D
(125,132,141)
#9297A0
(146,151,160)
#A7AAB3
(167,170,179)
#BCBDC6
(188,189,198)
#D1D0D9
(209,208,217)
#E6E3EC
(230,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #14252E; }

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

This text font color is #14252E.


Background Color

.myBgColor { background-color: #14252E; }

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

This div background color is #14252E.


Border color

.myBorderColor { border: 1px solid #14252E; }

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

This div border color is #14252E.


Opacity

.myOpacity80 { color: #14252E; opacity: 0.8; }

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

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

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

This text has shadow with #14252E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #14252E on black background.


Color preview on white background

This text has color #14252E on white background.



Black color preview on #14252E background

This text has black color on #14252E background.


White color preview on #14252E background

This text has white color on #14252E background.