COLOR #120929

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

Color info

#120929 contains red, green and blue colors in about the same proportion. Web safe color of #120929 is #000033 (or #003).

RGB color model

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

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

RGB channels and saturation

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

18
9
41

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

Portions of RGB colors in percentages

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

%26.47
%13.24
%60.29

CMYK color model

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

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

CMYK percentages

%56.1
%78.05
%0
%83.92

Codes

Color #120929 in popluar color models

120929
RGB18941
HSL257°64.00%9.80%
HSB/HSV257°78.05%16.08%
CMYK56.10%78.05%0.00%
83.92%

Color #120929 in popluar number systems.

HEX120929
Decimal18941
Binary100101001101001
Octal221151

Shades and tints

Shades of #120929

#120929
(18,9,41)
#110926
(17,9,38)
#100923
(16,9,35)
#0F0920
(15,9,32)
#0E091D
(14,9,29)
#0D091A
(13,9,26)
#0C0917
(12,9,23)
#0B0914
(11,9,20)
#0A0911
(10,9,17)
#09090E
(9,9,14)
#08090B
(8,9,11)
#000000
(0,0,0)

Tints of #120929

#120929
(18,9,41)
#271F3C
(39,31,60)
#3C354F
(60,53,79)
#514B62
(81,75,98)
#666175
(102,97,117)
#7B7788
(123,119,136)
#908D9B
(144,141,155)
#A5A3AE
(165,163,174)
#BAB9C1
(186,185,193)
#CFCFD4
(207,207,212)
#E4E5E7
(228,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #120929; }

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

This text font color is #120929.


Background Color

.myBgColor { background-color: #120929; }

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

This div background color is #120929.


Border color

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

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

This div border color is #120929.


Opacity

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

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

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

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

This text has shadow with #120929 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #120929 on black background.


Color preview on white background

This text has color #120929 on white background.



Black color preview on #120929 background

This text has black color on #120929 background.


White color preview on #120929 background

This text has white color on #120929 background.