COLOR #122909

HEX: #122909
RGB: (18,41,9)

Color info

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

RGB color model

#122909 color RGB value is (18,41,9).

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

RGB channels and saturation

R 18 of 255 = 7%
G 41 of 255 = 16%
B 9 of 255 = 4%

18
41
9

R + G + B ~ 9%. #122909 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 41 + 9 = 68 (100%)
R 18 of 68 ~ 26.47%
G 41 of 68 ~ 60.29%
B 9 of 68 ~ 13.24%

%26.47
%60.29
%13.24

CMYK color model

#122909 color CMYK value is (56,0,78,84).

  • cyan value is 56.10%
  • magenta value is 0.00%
  • yellow value is 78.05%
  • key color value is 83.92%
CMYK:
(56,0,78,84)
C56M0Y78K84 
(56%,0%,78%,84%)
(0.56/0.00/0.78/0.84)	

CMYK percentages

%56.1
%0
%78.05
%83.92

Codes

Color #122909 in popluar color models

122909
RGB18419
HSL103°64.00%9.80%
HSB/HSV103°78.05%16.08%
CMYK56.10%0.00%78.05%
83.92%

Color #122909 in popluar number systems.

HEX122909
Decimal18419
Binary100101010011001
Octal225111

Shades and tints

Shades of #122909

#122909
(18,41,9)
#112609
(17,38,9)
#102309
(16,35,9)
#0F2009
(15,32,9)
#0E1D09
(14,29,9)
#0D1A09
(13,26,9)
#0C1709
(12,23,9)
#0B1409
(11,20,9)
#0A1109
(10,17,9)
#090E09
(9,14,9)
#080B09
(8,11,9)
#000000
(0,0,0)

Tints of #122909

#122909
(18,41,9)
#273C1F
(39,60,31)
#3C4F35
(60,79,53)
#51624B
(81,98,75)
#667561
(102,117,97)
#7B8877
(123,136,119)
#909B8D
(144,155,141)
#A5AEA3
(165,174,163)
#BAC1B9
(186,193,185)
#CFD4CF
(207,212,207)
#E4E7E5
(228,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #122909; }

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

This text font color is #122909.


Background Color

.myBgColor { background-color: #122909; }

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

This div background color is #122909.


Border color

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

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

This div border color is #122909.


Opacity

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

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

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

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

This text has shadow with #122909 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #122909 on black background.


Color preview on white background

This text has color #122909 on white background.



Black color preview on #122909 background

This text has black color on #122909 background.


White color preview on #122909 background

This text has white color on #122909 background.