COLOR #101828

HEX: #101828
RGB: (16,24,40)

Color info

#101828 contains red, green and blue colors in about the same proportion. Web safe color of #101828 is #000033 (or #003).

RGB color model

#101828 color RGB value is (16,24,40).

  • red value is 16;
  • green value is 24;
  • blue value is 40.
RGB:
(16,24,40)
(6%,9%,16%)

RGB channels and saturation

R 16 of 255 = 6%
G 24 of 255 = 9%
B 40 of 255 = 16%

16
24
40

R + G + B ~ 10%. #101828 is dark color.

Portions of RGB colors in percentages

R + G + B =
16 + 24 + 40 = 80 (100%)
R 16 of 80 ~ 20%
G 24 of 80 ~ 30%
B 40 of 80 ~ 50%

%20
%30
%50

CMYK color model

#101828 color CMYK value is (60,40,0,84).

  • cyan value is 60.00%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 84.31%
CMYK:
(60,40,0,84)
C60M40Y0K84 
(60%,40%,0%,84%)
(0.60/0.40/0.00/0.84)	

CMYK percentages

%60
%40
%0
%84.31

Codes

Color #101828 in popluar color models

101828
RGB162440
HSL220°42.86%10.98%
HSB/HSV220°60.00%15.69%
CMYK60.00%40.00%0.00%
84.31%

Color #101828 in popluar number systems.

HEX101828
Decimal162440
Binary1000011000101000
Octal203050

Shades and tints

Shades of #101828

#101828
(16,24,40)
#0F1625
(15,22,37)
#0E1422
(14,20,34)
#0D121F
(13,18,31)
#0C101C
(12,16,28)
#0B0E19
(11,14,25)
#0A0C16
(10,12,22)
#090A13
(9,10,19)
#080810
(8,8,16)
#07060D
(7,6,13)
#06040A
(6,4,10)
#000000
(0,0,0)

Tints of #101828

#101828
(16,24,40)
#252D3B
(37,45,59)
#3A424E
(58,66,78)
#4F5761
(79,87,97)
#646C74
(100,108,116)
#798187
(121,129,135)
#8E969A
(142,150,154)
#A3ABAD
(163,171,173)
#B8C0C0
(184,192,192)
#CDD5D3
(205,213,211)
#E2EAE6
(226,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #101828 color. Also use rgb(16,24,40) instead hex code.

Text Font Color

.myTextColor { color: #101828; }

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

This text font color is #101828.


Background Color

.myBgColor { background-color: #101828; }

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

This div background color is #101828.


Border color

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

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

This div border color is #101828.


Opacity

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

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

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

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

This text has shadow with #101828 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #101828 on black background.


Color preview on white background

This text has color #101828 on white background.



Black color preview on #101828 background

This text has black color on #101828 background.


White color preview on #101828 background

This text has white color on #101828 background.