COLOR #121929

HEX: #121929
RGB: (18,25,41)

Color info

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

RGB color model

#121929 color RGB value is (18,25,41).

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

RGB channels and saturation

R 18 of 255 = 7%
G 25 of 255 = 10%
B 41 of 255 = 16%

18
25
41

R + G + B ~ 11%. #121929 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 25 + 41 = 84 (100%)
R 18 of 84 ~ 21.43%
G 25 of 84 ~ 29.76%
B 41 of 84 ~ 48.81%

%21.43
%29.76
%48.81

CMYK color model

#121929 color CMYK value is (56,39,0,84).

  • cyan value is 56.10%
  • magenta value is 39.02%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK:
(56,39,0,84)
C56M39Y0K84 
(56%,39%,0%,84%)
(0.56/0.39/0.00/0.84)	

CMYK percentages

%56.1
%39.02
%0
%83.92

Codes

Color #121929 in popluar color models

121929
RGB182541
HSL222°38.98%11.57%
HSB/HSV222°56.10%16.08%
CMYK56.10%39.02%0.00%
83.92%

Color #121929 in popluar number systems.

HEX121929
Decimal182541
Binary1001011001101001
Octal223151

Shades and tints

Shades of #121929

#121929
(18,25,41)
#111726
(17,23,38)
#101523
(16,21,35)
#0F1320
(15,19,32)
#0E111D
(14,17,29)
#0D0F1A
(13,15,26)
#0C0D17
(12,13,23)
#0B0B14
(11,11,20)
#0A0911
(10,9,17)
#09070E
(9,7,14)
#08050B
(8,5,11)
#000000
(0,0,0)

Tints of #121929

#121929
(18,25,41)
#272D3C
(39,45,60)
#3C414F
(60,65,79)
#515562
(81,85,98)
#666975
(102,105,117)
#7B7D88
(123,125,136)
#90919B
(144,145,155)
#A5A5AE
(165,165,174)
#BAB9C1
(186,185,193)
#CFCDD4
(207,205,212)
#E4E1E7
(228,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121929; }

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

This text font color is #121929.


Background Color

.myBgColor { background-color: #121929; }

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

This div background color is #121929.


Border color

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

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

This div border color is #121929.


Opacity

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

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

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

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

This text has shadow with #121929 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121929 on black background.


Color preview on white background

This text has color #121929 on white background.



Black color preview on #121929 background

This text has black color on #121929 background.


White color preview on #121929 background

This text has white color on #121929 background.