COLOR #121509

HEX: #121509
RGB: (18,21,9)

Color info

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

RGB color model

#121509 color RGB value is (18,21,9).

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

RGB channels and saturation

R 18 of 255 = 7%
G 21 of 255 = 8%
B 9 of 255 = 4%

18
21
9

R + G + B ~ 6%. #121509 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 21 + 9 = 48 (100%)
R 18 of 48 ~ 37.5%
G 21 of 48 ~ 43.75%
B 9 of 48 ~ 18.75%

%37.5
%43.75
%18.75

CMYK color model

#121509 color CMYK value is (14,0,57,92).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 57.14%
  • key color value is 91.76%
CMYK:
(14,0,57,92)
C14M0Y57K92 
(14%,0%,57%,92%)
(0.14/0.00/0.57/0.92)	

CMYK percentages

%14.29
%0
%57.14
%91.76

Codes

Color #121509 in popluar color models

121509
RGB18219
HSL75°40.00%5.88%
HSB/HSV75°57.14%8.24%
CMYK14.29%0.00%57.14%
91.76%

Color #121509 in popluar number systems.

HEX121509
Decimal18219
Binary10010101011001
Octal222511

Shades and tints

Shades of #121509

#121509
(18,21,9)
#111409
(17,20,9)
#101309
(16,19,9)
#0F1209
(15,18,9)
#0E1109
(14,17,9)
#0D1009
(13,16,9)
#0C0F09
(12,15,9)
#0B0E09
(11,14,9)
#0A0D09
(10,13,9)
#090C09
(9,12,9)
#080B09
(8,11,9)
#000000
(0,0,0)

Tints of #121509

#121509
(18,21,9)
#272A1F
(39,42,31)
#3C3F35
(60,63,53)
#51544B
(81,84,75)
#666961
(102,105,97)
#7B7E77
(123,126,119)
#90938D
(144,147,141)
#A5A8A3
(165,168,163)
#BABDB9
(186,189,185)
#CFD2CF
(207,210,207)
#E4E7E5
(228,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121509; }

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

This text font color is #121509.


Background Color

.myBgColor { background-color: #121509; }

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

This div background color is #121509.


Border color

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

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

This div border color is #121509.


Opacity

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

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

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

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

This text has shadow with #121509 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121509 on black background.


Color preview on white background

This text has color #121509 on white background.



Black color preview on #121509 background

This text has black color on #121509 background.


White color preview on #121509 background

This text has white color on #121509 background.