COLOR #122409

HEX: #122409
RGB: (18,36,9)

Color info

#122409 contains red, green and blue colors in about the same proportion. Web safe color of #122409 is #003300 (or #030).

RGB color model

#122409 color RGB value is (18,36,9).

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

RGB channels and saturation

R 18 of 255 = 7%
G 36 of 255 = 14%
B 9 of 255 = 4%

18
36
9

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

Portions of RGB colors in percentages

R + G + B =
18 + 36 + 9 = 63 (100%)
R 18 of 63 ~ 28.57%
G 36 of 63 ~ 57.14%
B 9 of 63 ~ 14.29%

%28.57
%57.14
%14.29

CMYK color model

#122409 color CMYK value is (50,0,75,86).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 75.00%
  • key color value is 85.88%
CMYK:
(50,0,75,86)
C50M0Y75K86 
(50%,0%,75%,86%)
(0.50/0.00/0.75/0.86)	

CMYK percentages

%50
%0
%75
%85.88

Codes

Color #122409 in popluar color models

122409
RGB18369
HSL100°60.00%8.82%
HSB/HSV100°75.00%14.12%
CMYK50.00%0.00%75.00%
85.88%

Color #122409 in popluar number systems.

HEX122409
Decimal18369
Binary100101001001001
Octal224411

Shades and tints

Shades of #122409

#122409
(18,36,9)
#112109
(17,33,9)
#101E09
(16,30,9)
#0F1B09
(15,27,9)
#0E1809
(14,24,9)
#0D1509
(13,21,9)
#0C1209
(12,18,9)
#0B0F09
(11,15,9)
#0A0C09
(10,12,9)
#090909
(9,9,9)
#080609
(8,6,9)
#000000
(0,0,0)

Tints of #122409

#122409
(18,36,9)
#27371F
(39,55,31)
#3C4A35
(60,74,53)
#515D4B
(81,93,75)
#667061
(102,112,97)
#7B8377
(123,131,119)
#90968D
(144,150,141)
#A5A9A3
(165,169,163)
#BABCB9
(186,188,185)
#CFCFCF
(207,207,207)
#E4E2E5
(228,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #122409; }

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

This text font color is #122409.


Background Color

.myBgColor { background-color: #122409; }

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

This div background color is #122409.


Border color

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

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

This div border color is #122409.


Opacity

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

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

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

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

This text has shadow with #122409 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #122409 on black background.


Color preview on white background

This text has color #122409 on white background.



Black color preview on #122409 background

This text has black color on #122409 background.


White color preview on #122409 background

This text has white color on #122409 background.