COLOR #242313

HEX: #242313
RGB: (36,35,19)

Color info

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

RGB color model

#242313 color RGB value is (36,35,19).

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

RGB channels and saturation

R 36 of 255 = 14%
G 35 of 255 = 14%
B 19 of 255 = 7%

36
35
19

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

Portions of RGB colors in percentages

R + G + B =
36 + 35 + 19 = 90 (100%)
R 36 of 90 ~ 40%
G 35 of 90 ~ 38.89%
B 19 of 90 ~ 21.11%

%40
%38.89
%21.11

CMYK color model

#242313 color CMYK value is (0,3,47,86).

  • cyan value is 0.00%
  • magenta value is 2.78%
  • yellow value is 47.22%
  • key color value is 85.88%
CMYK:
(0,3,47,86)
C0M3Y47K86 
(0%,3%,47%,86%)
(0.00/0.03/0.47/0.86)	

CMYK percentages

%0
%2.78
%47.22
%85.88

Codes

Color #242313 in popluar color models

242313
RGB363519
HSL56°30.91%10.78%
HSB/HSV56°47.22%14.12%
CMYK0.00%2.78%47.22%
85.88%

Color #242313 in popluar number systems.

HEX242313
Decimal363519
Binary10010010001110011
Octal444323

Shades and tints

Shades of #242313

#242313
(36,35,19)
#212012
(33,32,18)
#1E1D11
(30,29,17)
#1B1A10
(27,26,16)
#18170F
(24,23,15)
#15140E
(21,20,14)
#12110D
(18,17,13)
#0F0E0C
(15,14,12)
#0C0B0B
(12,11,11)
#09080A
(9,8,10)
#060509
(6,5,9)
#000000
(0,0,0)

Tints of #242313

#242313
(36,35,19)
#373728
(55,55,40)
#4A4B3D
(74,75,61)
#5D5F52
(93,95,82)
#707367
(112,115,103)
#83877C
(131,135,124)
#969B91
(150,155,145)
#A9AFA6
(169,175,166)
#BCC3BB
(188,195,187)
#CFD7D0
(207,215,208)
#E2EBE5
(226,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #242313; }

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

This text font color is #242313.


Background Color

.myBgColor { background-color: #242313; }

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

This div background color is #242313.


Border color

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

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

This div border color is #242313.


Opacity

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

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

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

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

This text has shadow with #242313 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #242313 on black background.


Color preview on white background

This text has color #242313 on white background.



Black color preview on #242313 background

This text has black color on #242313 background.


White color preview on #242313 background

This text has white color on #242313 background.