COLOR #242715

HEX: #242715
RGB: (36,39,21)

Color info

#242715 contains red, green and blue colors in about the same proportion. Web safe color of #242715 is #333300 (or #330).

RGB color model

#242715 color RGB value is (36,39,21).

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

RGB channels and saturation

R 36 of 255 = 14%
G 39 of 255 = 15%
B 21 of 255 = 8%

36
39
21

R + G + B ~ 12%. #242715 is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 39 + 21 = 96 (100%)
R 36 of 96 ~ 37.5%
G 39 of 96 ~ 40.63%
B 21 of 96 ~ 21.88%

%37.5
%40.63
%21.88

CMYK color model

#242715 color CMYK value is (8,0,46,85).

  • cyan value is 7.69%
  • magenta value is 0.00%
  • yellow value is 46.15%
  • key color value is 84.71%
CMYK:
(8,0,46,85)
C8M0Y46K85 
(8%,0%,46%,85%)
(0.08/0.00/0.46/0.85)	

CMYK percentages

%7.69
%0
%46.15
%84.71

Codes

Color #242715 in popluar color models

242715
RGB363921
HSL70°30.00%11.76%
HSB/HSV70°46.15%15.29%
CMYK7.69%0.00%46.15%
84.71%

Color #242715 in popluar number systems.

HEX242715
Decimal363921
Binary10010010011110101
Octal444725

Shades and tints

Shades of #242715

#242715
(36,39,21)
#212414
(33,36,20)
#1E2113
(30,33,19)
#1B1E12
(27,30,18)
#181B11
(24,27,17)
#151810
(21,24,16)
#12150F
(18,21,15)
#0F120E
(15,18,14)
#0C0F0D
(12,15,13)
#090C0C
(9,12,12)
#06090B
(6,9,11)
#000000
(0,0,0)

Tints of #242715

#242715
(36,39,21)
#373A2A
(55,58,42)
#4A4D3F
(74,77,63)
#5D6054
(93,96,84)
#707369
(112,115,105)
#83867E
(131,134,126)
#969993
(150,153,147)
#A9ACA8
(169,172,168)
#BCBFBD
(188,191,189)
#CFD2D2
(207,210,210)
#E2E5E7
(226,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #242715; }

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

This text font color is #242715.


Background Color

.myBgColor { background-color: #242715; }

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

This div background color is #242715.


Border color

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

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

This div border color is #242715.


Opacity

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

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

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

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

This text has shadow with #242715 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #242715 on black background.


Color preview on white background

This text has color #242715 on white background.



Black color preview on #242715 background

This text has black color on #242715 background.


White color preview on #242715 background

This text has white color on #242715 background.