COLOR #121317

HEX: #121317
RGB: (18,19,23)

Color info

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

RGB color model

#121317 color RGB value is (18,19,23).

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

RGB channels and saturation

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

18
19
23

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

Portions of RGB colors in percentages

R + G + B =
18 + 19 + 23 = 60 (100%)
R 18 of 60 ~ 30%
G 19 of 60 ~ 31.67%
B 23 of 60 ~ 38.33%

%30
%31.67
%38.33

CMYK color model

#121317 color CMYK value is (22,17,0,91).

  • cyan value is 21.74%
  • magenta value is 17.39%
  • yellow value is 0.00%
  • key color value is 90.98%
CMYK:
(22,17,0,91)
C22M17Y0K91 
(22%,17%,0%,91%)
(0.22/0.17/0.00/0.91)	

CMYK percentages

%21.74
%17.39
%0
%90.98

Codes

Color #121317 in popluar color models

121317
RGB181923
HSL228°12.20%8.04%
HSB/HSV228°21.74%9.02%
CMYK21.74%17.39%0.00%
90.98%

Color #121317 in popluar number systems.

HEX121317
Decimal181923
Binary100101001110111
Octal222327

Shades and tints

Shades of #121317

#121317
(18,19,23)
#111215
(17,18,21)
#101113
(16,17,19)
#0F1011
(15,16,17)
#0E0F0F
(14,15,15)
#0D0E0D
(13,14,13)
#0C0D0B
(12,13,11)
#0B0C09
(11,12,9)
#0A0B07
(10,11,7)
#090A05
(9,10,5)
#080903
(8,9,3)
#000000
(0,0,0)

Tints of #121317

#121317
(18,19,23)
#27282C
(39,40,44)
#3C3D41
(60,61,65)
#515256
(81,82,86)
#66676B
(102,103,107)
#7B7C80
(123,124,128)
#909195
(144,145,149)
#A5A6AA
(165,166,170)
#BABBBF
(186,187,191)
#CFD0D4
(207,208,212)
#E4E5E9
(228,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121317; }

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

This text font color is #121317.


Background Color

.myBgColor { background-color: #121317; }

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

This div background color is #121317.


Border color

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

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

This div border color is #121317.


Opacity

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

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

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

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

This text has shadow with #121317 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121317 on black background.


Color preview on white background

This text has color #121317 on white background.



Black color preview on #121317 background

This text has black color on #121317 background.


White color preview on #121317 background

This text has white color on #121317 background.