COLOR #202328

HEX: #202328
RGB: (32,35,40)

Color info

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

RGB color model

#202328 color RGB value is (32,35,40).

  • red value is 32;
  • green value is 35;
  • blue value is 40.
RGB:
(32,35,40)
(13%,14%,16%)

RGB channels and saturation

R 32 of 255 = 13%
G 35 of 255 = 14%
B 40 of 255 = 16%

32
35
40

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

Portions of RGB colors in percentages

R + G + B =
32 + 35 + 40 = 107 (100%)
R 32 of 107 ~ 29.91%
G 35 of 107 ~ 32.71%
B 40 of 107 ~ 37.38%

%29.91
%32.71
%37.38

CMYK color model

#202328 color CMYK value is (20,13,0,84).

  • cyan value is 20.00%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 84.31%
CMYK:
(20,13,0,84)
C20M13Y0K84 
(20%,13%,0%,84%)
(0.20/0.13/0.00/0.84)	

CMYK percentages

%20
%12.5
%0
%84.31

Codes

Color #202328 in popluar color models

202328
RGB323540
HSL218°11.11%14.12%
HSB/HSV218°20.00%15.69%
CMYK20.00%12.50%0.00%
84.31%

Color #202328 in popluar number systems.

HEX202328
Decimal323540
Binary100000100011101000
Octal404350

Shades and tints

Shades of #202328

#202328
(32,35,40)
#1E2025
(30,32,37)
#1C1D22
(28,29,34)
#1A1A1F
(26,26,31)
#18171C
(24,23,28)
#161419
(22,20,25)
#141116
(20,17,22)
#120E13
(18,14,19)
#100B10
(16,11,16)
#0E080D
(14,8,13)
#0C050A
(12,5,10)
#000000
(0,0,0)

Tints of #202328

#202328
(32,35,40)
#34373B
(52,55,59)
#484B4E
(72,75,78)
#5C5F61
(92,95,97)
#707374
(112,115,116)
#848787
(132,135,135)
#989B9A
(152,155,154)
#ACAFAD
(172,175,173)
#C0C3C0
(192,195,192)
#D4D7D3
(212,215,211)
#E8EBE6
(232,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #202328 color. Also use rgb(32,35,40) instead hex code.

Text Font Color

.myTextColor { color: #202328; }

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

This text font color is #202328.


Background Color

.myBgColor { background-color: #202328; }

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

This div background color is #202328.


Border color

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

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

This div border color is #202328.


Opacity

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

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

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

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

This text has shadow with #202328 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #202328 on black background.


Color preview on white background

This text has color #202328 on white background.



Black color preview on #202328 background

This text has black color on #202328 background.


White color preview on #202328 background

This text has white color on #202328 background.