COLOR #210828

HEX: #210828
RGB: (33,8,40)

Color info

#210828 contains red, green and blue colors in about the same proportion. Web safe color of #210828 is #330033 (or #303).

RGB color model

#210828 color RGB value is (33,8,40).

  • red value is 33;
  • green value is 8;
  • blue value is 40.
RGB:
(33,8,40)
(13%,3%,16%)

RGB channels and saturation

R 33 of 255 = 13%
G 8 of 255 = 3%
B 40 of 255 = 16%

33
8
40

R + G + B ~ 11%. #210828 is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 8 + 40 = 81 (100%)
R 33 of 81 ~ 40.74%
G 8 of 81 ~ 9.88%
B 40 of 81 ~ 49.38%

%40.74
%9.88
%49.38

CMYK color model

#210828 color CMYK value is (18,80,0,84).

  • cyan value is 17.50%
  • magenta value is 80.00%
  • yellow value is 0.00%
  • key color value is 84.31%
CMYK:
(18,80,0,84)
C18M80Y0K84 
(18%,80%,0%,84%)
(0.18/0.80/0.00/0.84)	

CMYK percentages

%17.5
%80
%0
%84.31

Codes

Color #210828 in popluar color models

210828
RGB33840
HSL287°66.67%9.41%
HSB/HSV287°80.00%15.69%
CMYK17.50%80.00%0.00%
84.31%

Color #210828 in popluar number systems.

HEX210828
Decimal33840
Binary1000011000101000
Octal411050

Shades and tints

Shades of #210828

#210828
(33,8,40)
#1E0825
(30,8,37)
#1B0822
(27,8,34)
#18081F
(24,8,31)
#15081C
(21,8,28)
#120819
(18,8,25)
#0F0816
(15,8,22)
#0C0813
(12,8,19)
#090810
(9,8,16)
#06080D
(6,8,13)
#03080A
(3,8,10)
#000000
(0,0,0)

Tints of #210828

#210828
(33,8,40)
#351E3B
(53,30,59)
#49344E
(73,52,78)
#5D4A61
(93,74,97)
#716074
(113,96,116)
#857687
(133,118,135)
#998C9A
(153,140,154)
#ADA2AD
(173,162,173)
#C1B8C0
(193,184,192)
#D5CED3
(213,206,211)
#E9E4E6
(233,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #210828 color. Also use rgb(33,8,40) instead hex code.

Text Font Color

.myTextColor { color: #210828; }

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

This text font color is #210828.


Background Color

.myBgColor { background-color: #210828; }

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

This div background color is #210828.


Border color

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

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

This div border color is #210828.


Opacity

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

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

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

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

This text has shadow with #210828 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #210828 on black background.


Color preview on white background

This text has color #210828 on white background.



Black color preview on #210828 background

This text has black color on #210828 background.


White color preview on #210828 background

This text has white color on #210828 background.