COLOR #181429

HEX: #181429
RGB: (24,20,41)

Color info

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

RGB color model

#181429 color RGB value is (24,20,41).

  • red value is 24;
  • green value is 20;
  • blue value is 41.
RGB:
(24,20,41)
(9%,8%,16%)

RGB channels and saturation

R 24 of 255 = 9%
G 20 of 255 = 8%
B 41 of 255 = 16%

24
20
41

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

Portions of RGB colors in percentages

R + G + B =
24 + 20 + 41 = 85 (100%)
R 24 of 85 ~ 28.24%
G 20 of 85 ~ 23.53%
B 41 of 85 ~ 48.24%

%28.24
%23.53
%48.24

CMYK color model

#181429 color CMYK value is (41,51,0,84).

  • cyan value is 41.46%
  • magenta value is 51.22%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK:
(41,51,0,84)
C41M51Y0K84 
(41%,51%,0%,84%)
(0.41/0.51/0.00/0.84)	

CMYK percentages

%41.46
%51.22
%0
%83.92

Codes

Color #181429 in popluar color models

181429
RGB242041
HSL251°34.43%11.96%
HSB/HSV251°51.22%16.08%
CMYK41.46%51.22%0.00%
83.92%

Color #181429 in popluar number systems.

HEX181429
Decimal242041
Binary1100010100101001
Octal302451

Shades and tints

Shades of #181429

#181429
(24,20,41)
#161326
(22,19,38)
#141223
(20,18,35)
#121120
(18,17,32)
#10101D
(16,16,29)
#0E0F1A
(14,15,26)
#0C0E17
(12,14,23)
#0A0D14
(10,13,20)
#080C11
(8,12,17)
#060B0E
(6,11,14)
#040A0B
(4,10,11)
#000000
(0,0,0)

Tints of #181429

#181429
(24,20,41)
#2D293C
(45,41,60)
#423E4F
(66,62,79)
#575362
(87,83,98)
#6C6875
(108,104,117)
#817D88
(129,125,136)
#96929B
(150,146,155)
#ABA7AE
(171,167,174)
#C0BCC1
(192,188,193)
#D5D1D4
(213,209,212)
#EAE6E7
(234,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #181429 color. Also use rgb(24,20,41) instead hex code.

Text Font Color

.myTextColor { color: #181429; }

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

This text font color is #181429.


Background Color

.myBgColor { background-color: #181429; }

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

This div background color is #181429.


Border color

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

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

This div border color is #181429.


Opacity

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

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

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

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

This text has shadow with #181429 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #181429 on black background.


Color preview on white background

This text has color #181429 on white background.



Black color preview on #181429 background

This text has black color on #181429 background.


White color preview on #181429 background

This text has white color on #181429 background.