COLOR #242827

HEX: #242827
RGB: (36,40,39)

Color info

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

RGB color model

#242827 color RGB value is (36,40,39).

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

RGB channels and saturation

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

36
40
39

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

Portions of RGB colors in percentages

R + G + B =
36 + 40 + 39 = 115 (100%)
R 36 of 115 ~ 31.3%
G 40 of 115 ~ 34.78%
B 39 of 115 ~ 33.91%

%31.3
%34.78
%33.91

CMYK color model

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

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

CMYK percentages

%10
%0
%2.5
%84.31

Codes

Color #242827 in popluar color models

242827
RGB364039
HSL165°5.26%14.90%
HSB/HSV165°10.00%15.69%
CMYK10.00%0.00%2.50%
84.31%

Color #242827 in popluar number systems.

HEX242827
Decimal364039
Binary100100101000100111
Octal445047

Shades and tints

Shades of #242827

#242827
(36,40,39)
#212524
(33,37,36)
#1E2221
(30,34,33)
#1B1F1E
(27,31,30)
#181C1B
(24,28,27)
#151918
(21,25,24)
#121615
(18,22,21)
#0F1312
(15,19,18)
#0C100F
(12,16,15)
#090D0C
(9,13,12)
#060A09
(6,10,9)
#000000
(0,0,0)

Tints of #242827

#242827
(36,40,39)
#373B3A
(55,59,58)
#4A4E4D
(74,78,77)
#5D6160
(93,97,96)
#707473
(112,116,115)
#838786
(131,135,134)
#969A99
(150,154,153)
#A9ADAC
(169,173,172)
#BCC0BF
(188,192,191)
#CFD3D2
(207,211,210)
#E2E6E5
(226,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #242827; }

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

This text font color is #242827.


Background Color

.myBgColor { background-color: #242827; }

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

This div background color is #242827.


Border color

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

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

This div border color is #242827.


Opacity

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

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

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

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

This text has shadow with #242827 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #242827 on black background.


Color preview on white background

This text has color #242827 on white background.



Black color preview on #242827 background

This text has black color on #242827 background.


White color preview on #242827 background

This text has white color on #242827 background.