COLOR #182829

HEX: #182829
RGB: (24,40,41)

Color info

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

RGB color model

#182829 color RGB value is (24,40,41).

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

RGB channels and saturation

R 24 of 255 = 9%
G 40 of 255 = 16%
B 41 of 255 = 16%

24
40
41

R + G + B ~ 14%. #182829 is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 40 + 41 = 105 (100%)
R 24 of 105 ~ 22.86%
G 40 of 105 ~ 38.1%
B 41 of 105 ~ 39.05%

%22.86
%38.1
%39.05

CMYK color model

#182829 color CMYK value is (41,2,0,84).

  • cyan value is 41.46%
  • magenta value is 2.44%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK:
(41,2,0,84)
C41M2Y0K84 
(41%,2%,0%,84%)
(0.41/0.02/0.00/0.84)	

CMYK percentages

%41.46
%2.44
%0
%83.92

Codes

Color #182829 in popluar color models

182829
RGB244041
HSL184°26.15%12.75%
HSB/HSV184°41.46%16.08%
CMYK41.46%2.44%0.00%
83.92%

Color #182829 in popluar number systems.

HEX182829
Decimal244041
Binary11000101000101001
Octal305051

Shades and tints

Shades of #182829

#182829
(24,40,41)
#162526
(22,37,38)
#142223
(20,34,35)
#121F20
(18,31,32)
#101C1D
(16,28,29)
#0E191A
(14,25,26)
#0C1617
(12,22,23)
#0A1314
(10,19,20)
#081011
(8,16,17)
#060D0E
(6,13,14)
#040A0B
(4,10,11)
#000000
(0,0,0)

Tints of #182829

#182829
(24,40,41)
#2D3B3C
(45,59,60)
#424E4F
(66,78,79)
#576162
(87,97,98)
#6C7475
(108,116,117)
#818788
(129,135,136)
#969A9B
(150,154,155)
#ABADAE
(171,173,174)
#C0C0C1
(192,192,193)
#D5D3D4
(213,211,212)
#EAE6E7
(234,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #182829; }

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

This text font color is #182829.


Background Color

.myBgColor { background-color: #182829; }

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

This div background color is #182829.


Border color

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

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

This div border color is #182829.


Opacity

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

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

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

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

This text has shadow with #182829 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #182829 on black background.


Color preview on white background

This text has color #182829 on white background.



Black color preview on #182829 background

This text has black color on #182829 background.


White color preview on #182829 background

This text has white color on #182829 background.