COLOR #181F29

HEX: #181F29
RGB: (24,31,41)

Color info

#181F29 contains red, green and blue colors in about the same proportion. Web safe color of #181F29 is #003333 (or #033).

RGB color model

#181F29 color RGB value is (24,31,41).

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

RGB channels and saturation

R 24 of 255 = 9%
G 31 of 255 = 12%
B 41 of 255 = 16%

24
31
41

R + G + B ~ 12%. #181F29 is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 31 + 41 = 96 (100%)
R 24 of 96 ~ 25%
G 31 of 96 ~ 32.29%
B 41 of 96 ~ 42.71%

%25
%32.29
%42.71

CMYK color model

#181F29 color CMYK value is (41,24,0,84).

  • cyan value is 41.46%
  • magenta value is 24.39%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK:
(41,24,0,84)
C41M24Y0K84 
(41%,24%,0%,84%)
(0.41/0.24/0.00/0.84)	

CMYK percentages

%41.46
%24.39
%0
%83.92

Codes

Color #181F29 in popluar color models

181F29
RGB243141
HSL215°26.15%12.75%
HSB/HSV215°41.46%16.08%
CMYK41.46%24.39%0.00%
83.92%

Color #181F29 in popluar number systems.

HEX181F29
Decimal243141
Binary1100011111101001
Octal303751

Shades and tints

Shades of #181F29

#181F29
(24,31,41)
#161D26
(22,29,38)
#141B23
(20,27,35)
#121920
(18,25,32)
#10171D
(16,23,29)
#0E151A
(14,21,26)
#0C1317
(12,19,23)
#0A1114
(10,17,20)
#080F11
(8,15,17)
#060D0E
(6,13,14)
#040B0B
(4,11,11)
#000000
(0,0,0)

Tints of #181F29

#181F29
(24,31,41)
#2D333C
(45,51,60)
#42474F
(66,71,79)
#575B62
(87,91,98)
#6C6F75
(108,111,117)
#818388
(129,131,136)
#96979B
(150,151,155)
#ABABAE
(171,171,174)
#C0BFC1
(192,191,193)
#D5D3D4
(213,211,212)
#EAE7E7
(234,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #181F29; }

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

This text font color is #181F29.


Background Color

.myBgColor { background-color: #181F29; }

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

This div background color is #181F29.


Border color

.myBorderColor { border: 1px solid #181F29; }

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

This div border color is #181F29.


Opacity

.myOpacity80 { color: #181F29; opacity: 0.8; }

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

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

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

This text has shadow with #181F29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #181F29 on black background.


Color preview on white background

This text has color #181F29 on white background.



Black color preview on #181F29 background

This text has black color on #181F29 background.


White color preview on #181F29 background

This text has white color on #181F29 background.