COLOR #151721

HEX: #151721
RGB: (21,23,33)

Color info

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

RGB color model

#151721 color RGB value is (21,23,33).

  • red value is 21;
  • green value is 23;
  • blue value is 33.
RGB:
(21,23,33)
(8%,9%,13%)

RGB channels and saturation

R 21 of 255 = 8%
G 23 of 255 = 9%
B 33 of 255 = 13%

21
23
33

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

Portions of RGB colors in percentages

R + G + B =
21 + 23 + 33 = 77 (100%)
R 21 of 77 ~ 27.27%
G 23 of 77 ~ 29.87%
B 33 of 77 ~ 42.86%

%27.27
%29.87
%42.86

CMYK color model

#151721 color CMYK value is (36,30,0,87).

  • cyan value is 36.36%
  • magenta value is 30.30%
  • yellow value is 0.00%
  • key color value is 87.06%
CMYK:
(36,30,0,87)
C36M30Y0K87 
(36%,30%,0%,87%)
(0.36/0.30/0.00/0.87)	

CMYK percentages

%36.36
%30.3
%0
%87.06

Codes

Color #151721 in popluar color models

151721
RGB212333
HSL230°22.22%10.59%
HSB/HSV230°36.36%12.94%
CMYK36.36%30.30%0.00%
87.06%

Color #151721 in popluar number systems.

HEX151721
Decimal212333
Binary1010110111100001
Octal252741

Shades and tints

Shades of #151721

#151721
(21,23,33)
#14151E
(20,21,30)
#13131B
(19,19,27)
#121118
(18,17,24)
#110F15
(17,15,21)
#100D12
(16,13,18)
#0F0B0F
(15,11,15)
#0E090C
(14,9,12)
#0D0709
(13,7,9)
#0C0506
(12,5,6)
#0B0303
(11,3,3)
#000000
(0,0,0)

Tints of #151721

#151721
(21,23,33)
#2A2C35
(42,44,53)
#3F4149
(63,65,73)
#54565D
(84,86,93)
#696B71
(105,107,113)
#7E8085
(126,128,133)
#939599
(147,149,153)
#A8AAAD
(168,170,173)
#BDBFC1
(189,191,193)
#D2D4D5
(210,212,213)
#E7E9E9
(231,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #151721 color. Also use rgb(21,23,33) instead hex code.

Text Font Color

.myTextColor { color: #151721; }

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

This text font color is #151721.


Background Color

.myBgColor { background-color: #151721; }

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

This div background color is #151721.


Border color

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

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

This div border color is #151721.


Opacity

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

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

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

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

This text has shadow with #151721 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #151721 on black background.


Color preview on white background

This text has color #151721 on white background.



Black color preview on #151721 background

This text has black color on #151721 background.


White color preview on #151721 background

This text has white color on #151721 background.