COLOR #182824

HEX: #182824
RGB: (24,40,36)

Color info

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

RGB color model

#182824 color RGB value is (24,40,36).

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

RGB channels and saturation

R 24 of 255 = 9%
G 40 of 255 = 16%
B 36 of 255 = 14%

24
40
36

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

Portions of RGB colors in percentages

R + G + B =
24 + 40 + 36 = 100 (100%)
R 24 of 100 ~ 24%
G 40 of 100 ~ 40%
B 36 of 100 ~ 36%

%24
%40
%36

CMYK color model

#182824 color CMYK value is (40,0,10,84).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 84.31%
CMYK:
(40,0,10,84)
C40M0Y10K84 
(40%,0%,10%,84%)
(0.40/0.00/0.10/0.84)	

CMYK percentages

%40
%0
%10
%84.31

Codes

Color #182824 in popluar color models

182824
RGB244036
HSL165°25.00%12.55%
HSB/HSV165°40.00%15.69%
CMYK40.00%0.00%10.00%
84.31%

Color #182824 in popluar number systems.

HEX182824
Decimal244036
Binary11000101000100100
Octal305044

Shades and tints

Shades of #182824

#182824
(24,40,36)
#162521
(22,37,33)
#14221E
(20,34,30)
#121F1B
(18,31,27)
#101C18
(16,28,24)
#0E1915
(14,25,21)
#0C1612
(12,22,18)
#0A130F
(10,19,15)
#08100C
(8,16,12)
#060D09
(6,13,9)
#040A06
(4,10,6)
#000000
(0,0,0)

Tints of #182824

#182824
(24,40,36)
#2D3B37
(45,59,55)
#424E4A
(66,78,74)
#57615D
(87,97,93)
#6C7470
(108,116,112)
#818783
(129,135,131)
#969A96
(150,154,150)
#ABADA9
(171,173,169)
#C0C0BC
(192,192,188)
#D5D3CF
(213,211,207)
#EAE6E2
(234,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #182824; }

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

This text font color is #182824.


Background Color

.myBgColor { background-color: #182824; }

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

This div background color is #182824.


Border color

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

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

This div border color is #182824.


Opacity

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

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

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

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

This text has shadow with #182824 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #182824 on black background.


Color preview on white background

This text has color #182824 on white background.



Black color preview on #182824 background

This text has black color on #182824 background.


White color preview on #182824 background

This text has white color on #182824 background.