COLOR #242839

HEX: #242839
RGB: (36,40,57)

Color info

#242839 contains red, green and blue colors in about the same proportion. Web safe color of #242839 is #333333 (or #333).

RGB color model

#242839 color RGB value is (36,40,57).

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

RGB channels and saturation

R 36 of 255 = 14%
G 40 of 255 = 16%
B 57 of 255 = 22%

36
40
57

R + G + B ~ 17%. #242839 is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 40 + 57 = 133 (100%)
R 36 of 133 ~ 27.07%
G 40 of 133 ~ 30.08%
B 57 of 133 ~ 42.86%

%27.07
%30.08
%42.86

CMYK color model

#242839 color CMYK value is (37,30,0,78).

  • cyan value is 36.84%
  • magenta value is 29.82%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(37,30,0,78)
C37M30Y0K78 
(37%,30%,0%,78%)
(0.37/0.30/0.00/0.78)	

CMYK percentages

%36.84
%29.82
%0
%77.65

Codes

Color #242839 in popluar color models

242839
RGB364057
HSL229°22.58%18.24%
HSB/HSV229°36.84%22.35%
CMYK36.84%29.82%0.00%
77.65%

Color #242839 in popluar number systems.

HEX242839
Decimal364057
Binary100100101000111001
Octal445071

Shades and tints

Shades of #242839

#242839
(36,40,57)
#212534
(33,37,52)
#1E222F
(30,34,47)
#1B1F2A
(27,31,42)
#181C25
(24,28,37)
#151920
(21,25,32)
#12161B
(18,22,27)
#0F1316
(15,19,22)
#0C1011
(12,16,17)
#090D0C
(9,13,12)
#060A07
(6,10,7)
#000000
(0,0,0)

Tints of #242839

#242839
(36,40,57)
#373B4B
(55,59,75)
#4A4E5D
(74,78,93)
#5D616F
(93,97,111)
#707481
(112,116,129)
#838793
(131,135,147)
#969AA5
(150,154,165)
#A9ADB7
(169,173,183)
#BCC0C9
(188,192,201)
#CFD3DB
(207,211,219)
#E2E6ED
(226,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #242839; }

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

This text font color is #242839.


Background Color

.myBgColor { background-color: #242839; }

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

This div background color is #242839.


Border color

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

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

This div border color is #242839.


Opacity

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

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

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

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

This text has shadow with #242839 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #242839 on black background.


Color preview on white background

This text has color #242839 on white background.



Black color preview on #242839 background

This text has black color on #242839 background.


White color preview on #242839 background

This text has white color on #242839 background.