COLOR #242828

HEX: #242828
RGB: (36,40,40)

Color info

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

RGB color model

#242828 color RGB value is (36,40,40).

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

RGB channels and saturation

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

36
40
40

R + G + B ~ 15%. #242828 is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 40 + 40 = 116 (100%)
R 36 of 116 ~ 31.03%
G 40 of 116 ~ 34.48%
B 40 of 116 ~ 34.48%

%31.03
%34.48
%34.48

CMYK color model

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

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

CMYK percentages

%10
%0
%0
%84.31

Codes

Color #242828 in popluar color models

242828
RGB364040
HSL180°5.26%14.90%
HSB/HSV180°10.00%15.69%
CMYK10.00%0.00%0.00%
84.31%

Color #242828 in popluar number systems.

HEX242828
Decimal364040
Binary100100101000101000
Octal445050

Shades and tints

Shades of #242828

#242828
(36,40,40)
#212525
(33,37,37)
#1E2222
(30,34,34)
#1B1F1F
(27,31,31)
#181C1C
(24,28,28)
#151919
(21,25,25)
#121616
(18,22,22)
#0F1313
(15,19,19)
#0C1010
(12,16,16)
#090D0D
(9,13,13)
#060A0A
(6,10,10)
#000000
(0,0,0)

Tints of #242828

#242828
(36,40,40)
#373B3B
(55,59,59)
#4A4E4E
(74,78,78)
#5D6161
(93,97,97)
#707474
(112,116,116)
#838787
(131,135,135)
#969A9A
(150,154,154)
#A9ADAD
(169,173,173)
#BCC0C0
(188,192,192)
#CFD3D3
(207,211,211)
#E2E6E6
(226,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #242828; }

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

This text font color is #242828.


Background Color

.myBgColor { background-color: #242828; }

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

This div background color is #242828.


Border color

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

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

This div border color is #242828.


Opacity

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

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

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

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

This text has shadow with #242828 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #242828 on black background.


Color preview on white background

This text has color #242828 on white background.



Black color preview on #242828 background

This text has black color on #242828 background.


White color preview on #242828 background

This text has white color on #242828 background.