COLOR #24312A

HEX: #24312A
RGB: (36,49,42)

Color info

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

RGB color model

#24312A color RGB value is (36,49,42).

  • red value is 36;
  • green value is 49;
  • blue value is 42.
RGB:
(36,49,42)
(14%,19%,16%)

RGB channels and saturation

R 36 of 255 = 14%
G 49 of 255 = 19%
B 42 of 255 = 16%

36
49
42

R + G + B ~ 16%. #24312A is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 49 + 42 = 127 (100%)
R 36 of 127 ~ 28.35%
G 49 of 127 ~ 38.58%
B 42 of 127 ~ 33.07%

%28.35
%38.58
%33.07

CMYK color model

#24312A color CMYK value is (27,0,14,81).

  • cyan value is 26.53%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 80.78%
CMYK:
(27,0,14,81)
C27M0Y14K81 
(27%,0%,14%,81%)
(0.27/0.00/0.14/0.81)	

CMYK percentages

%26.53
%0
%14.29
%80.78

Codes

Color #24312A in popluar color models

24312A
RGB364942
HSL148°15.29%16.67%
HSB/HSV148°26.53%19.22%
CMYK26.53%0.00%14.29%
80.78%

Color #24312A in popluar number systems.

HEX24312A
Decimal364942
Binary100100110001101010
Octal446152

Shades and tints

Shades of #24312A

#24312A
(36,49,42)
#212D27
(33,45,39)
#1E2924
(30,41,36)
#1B2521
(27,37,33)
#18211E
(24,33,30)
#151D1B
(21,29,27)
#121918
(18,25,24)
#0F1515
(15,21,21)
#0C1112
(12,17,18)
#090D0F
(9,13,15)
#06090C
(6,9,12)
#000000
(0,0,0)

Tints of #24312A

#24312A
(36,49,42)
#37433D
(55,67,61)
#4A5550
(74,85,80)
#5D6763
(93,103,99)
#707976
(112,121,118)
#838B89
(131,139,137)
#969D9C
(150,157,156)
#A9AFAF
(169,175,175)
#BCC1C2
(188,193,194)
#CFD3D5
(207,211,213)
#E2E5E8
(226,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24312A color. Also use rgb(36,49,42) instead hex code.

Text Font Color

.myTextColor { color: #24312A; }

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

This text font color is #24312A.


Background Color

.myBgColor { background-color: #24312A; }

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

This div background color is #24312A.


Border color

.myBorderColor { border: 1px solid #24312A; }

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

This div border color is #24312A.


Opacity

.myOpacity80 { color: #24312A; opacity: 0.8; }

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

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

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

This text has shadow with #24312A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24312A on black background.


Color preview on white background

This text has color #24312A on white background.



Black color preview on #24312A background

This text has black color on #24312A background.


White color preview on #24312A background

This text has white color on #24312A background.