COLOR #182728

HEX: #182728
RGB: (24,39,40)

Color info

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

RGB color model

#182728 color RGB value is (24,39,40).

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

RGB channels and saturation

R 24 of 255 = 9%
G 39 of 255 = 15%
B 40 of 255 = 16%

24
39
40

R + G + B ~ 13%. #182728 is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 39 + 40 = 103 (100%)
R 24 of 103 ~ 23.3%
G 39 of 103 ~ 37.86%
B 40 of 103 ~ 38.83%

%23.3
%37.86
%38.83

CMYK color model

#182728 color CMYK value is (40,2,0,84).

  • cyan value is 40.00%
  • magenta value is 2.50%
  • yellow value is 0.00%
  • key color value is 84.31%
CMYK:
(40,2,0,84)
C40M2Y0K84 
(40%,2%,0%,84%)
(0.40/0.02/0.00/0.84)	

CMYK percentages

%40
%2.5
%0
%84.31

Codes

Color #182728 in popluar color models

182728
RGB243940
HSL184°25.00%12.55%
HSB/HSV184°40.00%15.69%
CMYK40.00%2.50%0.00%
84.31%

Color #182728 in popluar number systems.

HEX182728
Decimal243940
Binary11000100111101000
Octal304750

Shades and tints

Shades of #182728

#182728
(24,39,40)
#162425
(22,36,37)
#142122
(20,33,34)
#121E1F
(18,30,31)
#101B1C
(16,27,28)
#0E1819
(14,24,25)
#0C1516
(12,21,22)
#0A1213
(10,18,19)
#080F10
(8,15,16)
#060C0D
(6,12,13)
#04090A
(4,9,10)
#000000
(0,0,0)

Tints of #182728

#182728
(24,39,40)
#2D3A3B
(45,58,59)
#424D4E
(66,77,78)
#576061
(87,96,97)
#6C7374
(108,115,116)
#818687
(129,134,135)
#96999A
(150,153,154)
#ABACAD
(171,172,173)
#C0BFC0
(192,191,192)
#D5D2D3
(213,210,211)
#EAE5E6
(234,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #182728; }

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

This text font color is #182728.


Background Color

.myBgColor { background-color: #182728; }

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

This div background color is #182728.


Border color

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

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

This div border color is #182728.


Opacity

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

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

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

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

This text has shadow with #182728 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #182728 on black background.


Color preview on white background

This text has color #182728 on white background.



Black color preview on #182728 background

This text has black color on #182728 background.


White color preview on #182728 background

This text has white color on #182728 background.