COLOR #151928

HEX: #151928
RGB: (21,25,40)

Color info

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

RGB color model

#151928 color RGB value is (21,25,40).

  • red value is 21;
  • green value is 25;
  • blue value is 40.
RGB:
(21,25,40)
(8%,10%,16%)

RGB channels and saturation

R 21 of 255 = 8%
G 25 of 255 = 10%
B 40 of 255 = 16%

21
25
40

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

Portions of RGB colors in percentages

R + G + B =
21 + 25 + 40 = 86 (100%)
R 21 of 86 ~ 24.42%
G 25 of 86 ~ 29.07%
B 40 of 86 ~ 46.51%

%24.42
%29.07
%46.51

CMYK color model

#151928 color CMYK value is (48,38,0,84).

  • cyan value is 47.50%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 84.31%
CMYK:
(48,38,0,84)
C48M38Y0K84 
(48%,38%,0%,84%)
(0.48/0.38/0.00/0.84)	

CMYK percentages

%47.5
%37.5
%0
%84.31

Codes

Color #151928 in popluar color models

151928
RGB212540
HSL227°31.15%11.96%
HSB/HSV227°47.50%15.69%
CMYK47.50%37.50%0.00%
84.31%

Color #151928 in popluar number systems.

HEX151928
Decimal212540
Binary1010111001101000
Octal253150

Shades and tints

Shades of #151928

#151928
(21,25,40)
#141725
(20,23,37)
#131522
(19,21,34)
#12131F
(18,19,31)
#11111C
(17,17,28)
#100F19
(16,15,25)
#0F0D16
(15,13,22)
#0E0B13
(14,11,19)
#0D0910
(13,9,16)
#0C070D
(12,7,13)
#0B050A
(11,5,10)
#000000
(0,0,0)

Tints of #151928

#151928
(21,25,40)
#2A2D3B
(42,45,59)
#3F414E
(63,65,78)
#545561
(84,85,97)
#696974
(105,105,116)
#7E7D87
(126,125,135)
#93919A
(147,145,154)
#A8A5AD
(168,165,173)
#BDB9C0
(189,185,192)
#D2CDD3
(210,205,211)
#E7E1E6
(231,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #151928 color. Also use rgb(21,25,40) instead hex code.

Text Font Color

.myTextColor { color: #151928; }

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

This text font color is #151928.


Background Color

.myBgColor { background-color: #151928; }

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

This div background color is #151928.


Border color

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

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

This div border color is #151928.


Opacity

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

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

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

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

This text has shadow with #151928 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #151928 on black background.


Color preview on white background

This text has color #151928 on white background.



Black color preview on #151928 background

This text has black color on #151928 background.


White color preview on #151928 background

This text has white color on #151928 background.