COLOR #20253B

HEX: #20253B
RGB: (32,37,59)

Color info

#20253B contains red, green and blue colors in about the same proportion. Web safe color of #20253B is #333333 (or #333).

RGB color model

#20253B color RGB value is (32,37,59).

  • red value is 32;
  • green value is 37;
  • blue value is 59.
RGB:
(32,37,59)
(13%,15%,23%)

RGB channels and saturation

R 32 of 255 = 13%
G 37 of 255 = 15%
B 59 of 255 = 23%

32
37
59

R + G + B ~ 17%. #20253B is dark color.

Portions of RGB colors in percentages

R + G + B =
32 + 37 + 59 = 128 (100%)
R 32 of 128 ~ 25%
G 37 of 128 ~ 28.91%
B 59 of 128 ~ 46.09%

%25
%28.91
%46.09

CMYK color model

#20253B color CMYK value is (46,37,0,77).

  • cyan value is 45.76%
  • magenta value is 37.29%
  • yellow value is 0.00%
  • key color value is 76.86%
CMYK:
(46,37,0,77)
C46M37Y0K77 
(46%,37%,0%,77%)
(0.46/0.37/0.00/0.77)	

CMYK percentages

%45.76
%37.29
%0
%76.86

Codes

Color #20253B in popluar color models

20253B
RGB323759
HSL229°29.67%17.84%
HSB/HSV229°45.76%23.14%
CMYK45.76%37.29%0.00%
76.86%

Color #20253B in popluar number systems.

HEX20253B
Decimal323759
Binary100000100101111011
Octal404573

Shades and tints

Shades of #20253B

#20253B
(32,37,59)
#1E2236
(30,34,54)
#1C1F31
(28,31,49)
#1A1C2C
(26,28,44)
#181927
(24,25,39)
#161622
(22,22,34)
#14131D
(20,19,29)
#121018
(18,16,24)
#100D13
(16,13,19)
#0E0A0E
(14,10,14)
#0C0709
(12,7,9)
#000000
(0,0,0)

Tints of #20253B

#20253B
(32,37,59)
#34384C
(52,56,76)
#484B5D
(72,75,93)
#5C5E6E
(92,94,110)
#70717F
(112,113,127)
#848490
(132,132,144)
#9897A1
(152,151,161)
#ACAAB2
(172,170,178)
#C0BDC3
(192,189,195)
#D4D0D4
(212,208,212)
#E8E3E5
(232,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #20253B color. Also use rgb(32,37,59) instead hex code.

Text Font Color

.myTextColor { color: #20253B; }

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

This text font color is #20253B.


Background Color

.myBgColor { background-color: #20253B; }

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

This div background color is #20253B.


Border color

.myBorderColor { border: 1px solid #20253B; }

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

This div border color is #20253B.


Opacity

.myOpacity80 { color: #20253B; opacity: 0.8; }

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

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

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

This text has shadow with #20253B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #20253B on black background.


Color preview on white background

This text has color #20253B on white background.



Black color preview on #20253B background

This text has black color on #20253B background.


White color preview on #20253B background

This text has white color on #20253B background.