COLOR #161515

HEX: #161515
RGB: (22,21,21)

Color info

#161515 contains red, green and blue colors in about the same proportion. Web safe color of #161515 is #000000 (or #000).

RGB color model

#161515 color RGB value is (22,21,21).

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

RGB channels and saturation

R 22 of 255 = 9%
G 21 of 255 = 8%
B 21 of 255 = 8%

22
21
21

R + G + B ~ 8%. #161515 is dark color.

Portions of RGB colors in percentages

R + G + B =
22 + 21 + 21 = 64 (100%)
R 22 of 64 ~ 34.38%
G 21 of 64 ~ 32.81%
B 21 of 64 ~ 32.81%

%34.38
%32.81
%32.81

CMYK color model

#161515 color CMYK value is (0,5,5,91).

  • cyan value is 0.00%
  • magenta value is 4.55%
  • yellow value is 4.55%
  • key color value is 91.37%
CMYK:
(0,5,5,91)
C0M5Y5K91 
(0%,5%,5%,91%)
(0.00/0.05/0.05/0.91)	

CMYK percentages

%0
%4.55
%4.55
%91.37

Codes

Color #161515 in popluar color models

161515
RGB222121
HSL2.33%8.43%
HSB/HSV4.55%8.63%
CMYK0.00%4.55%4.55%
91.37%

Color #161515 in popluar number systems.

HEX161515
Decimal222121
Binary101101010110101
Octal262525

Shades and tints

Shades of #161515

#161515
(22,21,21)
#141414
(20,20,20)
#121313
(18,19,19)
#101212
(16,18,18)
#0E1111
(14,17,17)
#0C1010
(12,16,16)
#0A0F0F
(10,15,15)
#080E0E
(8,14,14)
#060D0D
(6,13,13)
#040C0C
(4,12,12)
#020B0B
(2,11,11)
#000000
(0,0,0)

Tints of #161515

#161515
(22,21,21)
#2B2A2A
(43,42,42)
#403F3F
(64,63,63)
#555454
(85,84,84)
#6A6969
(106,105,105)
#7F7E7E
(127,126,126)
#949393
(148,147,147)
#A9A8A8
(169,168,168)
#BEBDBD
(190,189,189)
#D3D2D2
(211,210,210)
#E8E7E7
(232,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #161515; }

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

This text font color is #161515.


Background Color

.myBgColor { background-color: #161515; }

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

This div background color is #161515.


Border color

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

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

This div border color is #161515.


Opacity

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

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

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

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

This text has shadow with #161515 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #161515 on black background.


Color preview on white background

This text has color #161515 on white background.



Black color preview on #161515 background

This text has black color on #161515 background.


White color preview on #161515 background

This text has white color on #161515 background.