COLOR #24311F

HEX: #24311F
RGB: (36,49,31)

Color info

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

RGB color model

#24311F color RGB value is (36,49,31).

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

RGB channels and saturation

R 36 of 255 = 14%
G 49 of 255 = 19%
B 31 of 255 = 12%

36
49
31

R + G + B ~ 15%. #24311F is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 49 + 31 = 116 (100%)
R 36 of 116 ~ 31.03%
G 49 of 116 ~ 42.24%
B 31 of 116 ~ 26.72%

%31.03
%42.24
%26.72

CMYK color model

#24311F color CMYK value is (27,0,37,81).

  • cyan value is 26.53%
  • magenta value is 0.00%
  • yellow value is 36.73%
  • key color value is 80.78%
CMYK:
(27,0,37,81)
C27M0Y37K81 
(27%,0%,37%,81%)
(0.27/0.00/0.37/0.81)	

CMYK percentages

%26.53
%0
%36.73
%80.78

Codes

Color #24311F in popluar color models

24311F
RGB364931
HSL103°22.50%15.69%
HSB/HSV103°36.73%19.22%
CMYK26.53%0.00%36.73%
80.78%

Color #24311F in popluar number systems.

HEX24311F
Decimal364931
Binary10010011000111111
Octal446137

Shades and tints

Shades of #24311F

#24311F
(36,49,31)
#212D1D
(33,45,29)
#1E291B
(30,41,27)
#1B2519
(27,37,25)
#182117
(24,33,23)
#151D15
(21,29,21)
#121913
(18,25,19)
#0F1511
(15,21,17)
#0C110F
(12,17,15)
#090D0D
(9,13,13)
#06090B
(6,9,11)
#000000
(0,0,0)

Tints of #24311F

#24311F
(36,49,31)
#374333
(55,67,51)
#4A5547
(74,85,71)
#5D675B
(93,103,91)
#70796F
(112,121,111)
#838B83
(131,139,131)
#969D97
(150,157,151)
#A9AFAB
(169,175,171)
#BCC1BF
(188,193,191)
#CFD3D3
(207,211,211)
#E2E5E7
(226,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24311F color. Also use rgb(36,49,31) instead hex code.

Text Font Color

.myTextColor { color: #24311F; }

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

This text font color is #24311F.


Background Color

.myBgColor { background-color: #24311F; }

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

This div background color is #24311F.


Border color

.myBorderColor { border: 1px solid #24311F; }

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

This div border color is #24311F.


Opacity

.myOpacity80 { color: #24311F; opacity: 0.8; }

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

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

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

This text has shadow with #24311F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24311F on black background.


Color preview on white background

This text has color #24311F on white background.



Black color preview on #24311F background

This text has black color on #24311F background.


White color preview on #24311F background

This text has white color on #24311F background.