COLOR #14253D

HEX: #14253D
RGB: (20,37,61)

Color info

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

RGB color model

#14253D color RGB value is (20,37,61).

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

RGB channels and saturation

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

20
37
61

R + G + B ~ 16%. #14253D is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 37 + 61 = 118 (100%)
R 20 of 118 ~ 16.95%
G 37 of 118 ~ 31.36%
B 61 of 118 ~ 51.69%

%16.95
%31.36
%51.69

CMYK color model

#14253D color CMYK value is (67,39,0,76).

  • cyan value is 67.21%
  • magenta value is 39.34%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(67,39,0,76)
C67M39Y0K76 
(67%,39%,0%,76%)
(0.67/0.39/0.00/0.76)	

CMYK percentages

%67.21
%39.34
%0
%76.08

Codes

Color #14253D in popluar color models

14253D
RGB203761
HSL215°50.62%15.88%
HSB/HSV215°67.21%23.92%
CMYK67.21%39.34%0.00%
76.08%

Color #14253D in popluar number systems.

HEX14253D
Decimal203761
Binary10100100101111101
Octal244575

Shades and tints

Shades of #14253D

#14253D
(20,37,61)
#132238
(19,34,56)
#121F33
(18,31,51)
#111C2E
(17,28,46)
#101929
(16,25,41)
#0F1624
(15,22,36)
#0E131F
(14,19,31)
#0D101A
(13,16,26)
#0C0D15
(12,13,21)
#0B0A10
(11,10,16)
#0A070B
(10,7,11)
#000000
(0,0,0)

Tints of #14253D

#14253D
(20,37,61)
#29384E
(41,56,78)
#3E4B5F
(62,75,95)
#535E70
(83,94,112)
#687181
(104,113,129)
#7D8492
(125,132,146)
#9297A3
(146,151,163)
#A7AAB4
(167,170,180)
#BCBDC5
(188,189,197)
#D1D0D6
(209,208,214)
#E6E3E7
(230,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #14253D; }

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

This text font color is #14253D.


Background Color

.myBgColor { background-color: #14253D; }

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

This div background color is #14253D.


Border color

.myBorderColor { border: 1px solid #14253D; }

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

This div border color is #14253D.


Opacity

.myOpacity80 { color: #14253D; opacity: 0.8; }

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

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

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

This text has shadow with #14253D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14253D on black background.


Color preview on white background

This text has color #14253D on white background.



Black color preview on #14253D background

This text has black color on #14253D background.


White color preview on #14253D background

This text has white color on #14253D background.