COLOR #161713

HEX: #161713
RGB: (22,23,19)

Color info

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

RGB color model

#161713 color RGB value is (22,23,19).

  • red value is 22;
  • green value is 23;
  • blue value is 19.
RGB:
(22,23,19)
(9%,9%,7%)

RGB channels and saturation

R 22 of 255 = 9%
G 23 of 255 = 9%
B 19 of 255 = 7%

22
23
19

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

Portions of RGB colors in percentages

R + G + B =
22 + 23 + 19 = 64 (100%)
R 22 of 64 ~ 34.38%
G 23 of 64 ~ 35.94%
B 19 of 64 ~ 29.69%

%34.38
%35.94
%29.69

CMYK color model

#161713 color CMYK value is (4,0,17,91).

  • cyan value is 4.35%
  • magenta value is 0.00%
  • yellow value is 17.39%
  • key color value is 90.98%
CMYK:
(4,0,17,91)
C4M0Y17K91 
(4%,0%,17%,91%)
(0.04/0.00/0.17/0.91)	

CMYK percentages

%4.35
%0
%17.39
%90.98

Codes

Color #161713 in popluar color models

161713
RGB222319
HSL75°9.52%8.24%
HSB/HSV75°17.39%9.02%
CMYK4.35%0.00%17.39%
90.98%

Color #161713 in popluar number systems.

HEX161713
Decimal222319
Binary101101011110011
Octal262723

Shades and tints

Shades of #161713

#161713
(22,23,19)
#141512
(20,21,18)
#121311
(18,19,17)
#101110
(16,17,16)
#0E0F0F
(14,15,15)
#0C0D0E
(12,13,14)
#0A0B0D
(10,11,13)
#08090C
(8,9,12)
#06070B
(6,7,11)
#04050A
(4,5,10)
#020309
(2,3,9)
#000000
(0,0,0)

Tints of #161713

#161713
(22,23,19)
#2B2C28
(43,44,40)
#40413D
(64,65,61)
#555652
(85,86,82)
#6A6B67
(106,107,103)
#7F807C
(127,128,124)
#949591
(148,149,145)
#A9AAA6
(169,170,166)
#BEBFBB
(190,191,187)
#D3D4D0
(211,212,208)
#E8E9E5
(232,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #161713; }

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

This text font color is #161713.


Background Color

.myBgColor { background-color: #161713; }

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

This div background color is #161713.


Border color

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

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

This div border color is #161713.


Opacity

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

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

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

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

This text has shadow with #161713 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #161713 on black background.


Color preview on white background

This text has color #161713 on white background.



Black color preview on #161713 background

This text has black color on #161713 background.


White color preview on #161713 background

This text has white color on #161713 background.