COLOR #24311B

HEX: #24311B
RGB: (36,49,27)

Color info

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

RGB color model

#24311B color RGB value is (36,49,27).

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

RGB channels and saturation

R 36 of 255 = 14%
G 49 of 255 = 19%
B 27 of 255 = 11%

36
49
27

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

Portions of RGB colors in percentages

R + G + B =
36 + 49 + 27 = 112 (100%)
R 36 of 112 ~ 32.14%
G 49 of 112 ~ 43.75%
B 27 of 112 ~ 24.11%

%32.14
%43.75
%24.11

CMYK color model

#24311B color CMYK value is (27,0,45,81).

  • cyan value is 26.53%
  • magenta value is 0.00%
  • yellow value is 44.90%
  • key color value is 80.78%
CMYK:
(27,0,45,81)
C27M0Y45K81 
(27%,0%,45%,81%)
(0.27/0.00/0.45/0.81)	

CMYK percentages

%26.53
%0
%44.9
%80.78

Codes

Color #24311B in popluar color models

24311B
RGB364927
HSL95°28.95%14.90%
HSB/HSV95°44.90%19.22%
CMYK26.53%0.00%44.90%
80.78%

Color #24311B in popluar number systems.

HEX24311B
Decimal364927
Binary10010011000111011
Octal446133

Shades and tints

Shades of #24311B

#24311B
(36,49,27)
#212D19
(33,45,25)
#1E2917
(30,41,23)
#1B2515
(27,37,21)
#182113
(24,33,19)
#151D11
(21,29,17)
#12190F
(18,25,15)
#0F150D
(15,21,13)
#0C110B
(12,17,11)
#090D09
(9,13,9)
#060907
(6,9,7)
#000000
(0,0,0)

Tints of #24311B

#24311B
(36,49,27)
#37432F
(55,67,47)
#4A5543
(74,85,67)
#5D6757
(93,103,87)
#70796B
(112,121,107)
#838B7F
(131,139,127)
#969D93
(150,157,147)
#A9AFA7
(169,175,167)
#BCC1BB
(188,193,187)
#CFD3CF
(207,211,207)
#E2E5E3
(226,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #24311B; }

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

This text font color is #24311B.


Background Color

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

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

This div background color is #24311B.


Border color

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

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

This div border color is #24311B.


Opacity

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

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

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

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

This text has shadow with #24311B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24311B on black background.


Color preview on white background

This text has color #24311B on white background.



Black color preview on #24311B background

This text has black color on #24311B background.


White color preview on #24311B background

This text has white color on #24311B background.