COLOR #121511

HEX: #121511
RGB: (18,21,17)

Color info

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

RGB color model

#121511 color RGB value is (18,21,17).

  • red value is 18;
  • green value is 21;
  • blue value is 17.
RGB:
(18,21,17)
(7%,8%,7%)

RGB channels and saturation

R 18 of 255 = 7%
G 21 of 255 = 8%
B 17 of 255 = 7%

18
21
17

R + G + B ~ 7%. #121511 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 21 + 17 = 56 (100%)
R 18 of 56 ~ 32.14%
G 21 of 56 ~ 37.5%
B 17 of 56 ~ 30.36%

%32.14
%37.5
%30.36

CMYK color model

#121511 color CMYK value is (14,0,19,92).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 19.05%
  • key color value is 91.76%
CMYK:
(14,0,19,92)
C14M0Y19K92 
(14%,0%,19%,92%)
(0.14/0.00/0.19/0.92)	

CMYK percentages

%14.29
%0
%19.05
%91.76

Codes

Color #121511 in popluar color models

121511
RGB182117
HSL105°10.53%7.45%
HSB/HSV105°19.05%8.24%
CMYK14.29%0.00%19.05%
91.76%

Color #121511 in popluar number systems.

HEX121511
Decimal182117
Binary100101010110001
Octal222521

Shades and tints

Shades of #121511

#121511
(18,21,17)
#111410
(17,20,16)
#10130F
(16,19,15)
#0F120E
(15,18,14)
#0E110D
(14,17,13)
#0D100C
(13,16,12)
#0C0F0B
(12,15,11)
#0B0E0A
(11,14,10)
#0A0D09
(10,13,9)
#090C08
(9,12,8)
#080B07
(8,11,7)
#000000
(0,0,0)

Tints of #121511

#121511
(18,21,17)
#272A26
(39,42,38)
#3C3F3B
(60,63,59)
#515450
(81,84,80)
#666965
(102,105,101)
#7B7E7A
(123,126,122)
#90938F
(144,147,143)
#A5A8A4
(165,168,164)
#BABDB9
(186,189,185)
#CFD2CE
(207,210,206)
#E4E7E3
(228,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121511; }

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

This text font color is #121511.


Background Color

.myBgColor { background-color: #121511; }

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

This div background color is #121511.


Border color

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

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

This div border color is #121511.


Opacity

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

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

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

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

This text has shadow with #121511 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121511 on black background.


Color preview on white background

This text has color #121511 on white background.



Black color preview on #121511 background

This text has black color on #121511 background.


White color preview on #121511 background

This text has white color on #121511 background.