COLOR #242317

HEX: #242317
RGB: (36,35,23)

Color info

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

RGB color model

#242317 color RGB value is (36,35,23).

  • red value is 36;
  • green value is 35;
  • blue value is 23.
RGB:
(36,35,23)
(14%,14%,9%)

RGB channels and saturation

R 36 of 255 = 14%
G 35 of 255 = 14%
B 23 of 255 = 9%

36
35
23

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

Portions of RGB colors in percentages

R + G + B =
36 + 35 + 23 = 94 (100%)
R 36 of 94 ~ 38.3%
G 35 of 94 ~ 37.23%
B 23 of 94 ~ 24.47%

%38.3
%37.23
%24.47

CMYK color model

#242317 color CMYK value is (0,3,36,86).

  • cyan value is 0.00%
  • magenta value is 2.78%
  • yellow value is 36.11%
  • key color value is 85.88%
CMYK:
(0,3,36,86)
C0M3Y36K86 
(0%,3%,36%,86%)
(0.00/0.03/0.36/0.86)	

CMYK percentages

%0
%2.78
%36.11
%85.88

Codes

Color #242317 in popluar color models

242317
RGB363523
HSL55°22.03%11.57%
HSB/HSV55°36.11%14.12%
CMYK0.00%2.78%36.11%
85.88%

Color #242317 in popluar number systems.

HEX242317
Decimal363523
Binary10010010001110111
Octal444327

Shades and tints

Shades of #242317

#242317
(36,35,23)
#212015
(33,32,21)
#1E1D13
(30,29,19)
#1B1A11
(27,26,17)
#18170F
(24,23,15)
#15140D
(21,20,13)
#12110B
(18,17,11)
#0F0E09
(15,14,9)
#0C0B07
(12,11,7)
#090805
(9,8,5)
#060503
(6,5,3)
#000000
(0,0,0)

Tints of #242317

#242317
(36,35,23)
#37372C
(55,55,44)
#4A4B41
(74,75,65)
#5D5F56
(93,95,86)
#70736B
(112,115,107)
#838780
(131,135,128)
#969B95
(150,155,149)
#A9AFAA
(169,175,170)
#BCC3BF
(188,195,191)
#CFD7D4
(207,215,212)
#E2EBE9
(226,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #242317; }

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

This text font color is #242317.


Background Color

.myBgColor { background-color: #242317; }

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

This div background color is #242317.


Border color

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

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

This div border color is #242317.


Opacity

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

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

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

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

This text has shadow with #242317 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #242317 on black background.


Color preview on white background

This text has color #242317 on white background.



Black color preview on #242317 background

This text has black color on #242317 background.


White color preview on #242317 background

This text has white color on #242317 background.