COLOR #242721

HEX: #242721
RGB: (36,39,33)

Color info

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

RGB color model

#242721 color RGB value is (36,39,33).

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

RGB channels and saturation

R 36 of 255 = 14%
G 39 of 255 = 15%
B 33 of 255 = 13%

36
39
33

R + G + B ~ 14%. #242721 is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 39 + 33 = 108 (100%)
R 36 of 108 ~ 33.33%
G 39 of 108 ~ 36.11%
B 33 of 108 ~ 30.56%

%33.33
%36.11
%30.56

CMYK color model

#242721 color CMYK value is (8,0,15,85).

  • cyan value is 7.69%
  • magenta value is 0.00%
  • yellow value is 15.38%
  • key color value is 84.71%
CMYK:
(8,0,15,85)
C8M0Y15K85 
(8%,0%,15%,85%)
(0.08/0.00/0.15/0.85)	

CMYK percentages

%7.69
%0
%15.38
%84.71

Codes

Color #242721 in popluar color models

242721
RGB363933
HSL90°8.33%14.12%
HSB/HSV90°15.38%15.29%
CMYK7.69%0.00%15.38%
84.71%

Color #242721 in popluar number systems.

HEX242721
Decimal363933
Binary100100100111100001
Octal444741

Shades and tints

Shades of #242721

#242721
(36,39,33)
#21241E
(33,36,30)
#1E211B
(30,33,27)
#1B1E18
(27,30,24)
#181B15
(24,27,21)
#151812
(21,24,18)
#12150F
(18,21,15)
#0F120C
(15,18,12)
#0C0F09
(12,15,9)
#090C06
(9,12,6)
#060903
(6,9,3)
#000000
(0,0,0)

Tints of #242721

#242721
(36,39,33)
#373A35
(55,58,53)
#4A4D49
(74,77,73)
#5D605D
(93,96,93)
#707371
(112,115,113)
#838685
(131,134,133)
#969999
(150,153,153)
#A9ACAD
(169,172,173)
#BCBFC1
(188,191,193)
#CFD2D5
(207,210,213)
#E2E5E9
(226,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #242721; }

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

This text font color is #242721.


Background Color

.myBgColor { background-color: #242721; }

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

This div background color is #242721.


Border color

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

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

This div border color is #242721.


Opacity

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

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

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

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

This text has shadow with #242721 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #242721 on black background.


Color preview on white background

This text has color #242721 on white background.



Black color preview on #242721 background

This text has black color on #242721 background.


White color preview on #242721 background

This text has white color on #242721 background.