COLOR #24311D

HEX: #24311D
RGB: (36,49,29)

Color info

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

RGB color model

#24311D color RGB value is (36,49,29).

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

RGB channels and saturation

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

36
49
29

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

Portions of RGB colors in percentages

R + G + B =
36 + 49 + 29 = 114 (100%)
R 36 of 114 ~ 31.58%
G 49 of 114 ~ 42.98%
B 29 of 114 ~ 25.44%

%31.58
%42.98
%25.44

CMYK color model

#24311D color CMYK value is (27,0,41,81).

  • cyan value is 26.53%
  • magenta value is 0.00%
  • yellow value is 40.82%
  • key color value is 80.78%
CMYK:
(27,0,41,81)
C27M0Y41K81 
(27%,0%,41%,81%)
(0.27/0.00/0.41/0.81)	

CMYK percentages

%26.53
%0
%40.82
%80.78

Codes

Color #24311D in popluar color models

24311D
RGB364929
HSL99°25.64%15.29%
HSB/HSV99°40.82%19.22%
CMYK26.53%0.00%40.82%
80.78%

Color #24311D in popluar number systems.

HEX24311D
Decimal364929
Binary10010011000111101
Octal446135

Shades and tints

Shades of #24311D

#24311D
(36,49,29)
#212D1B
(33,45,27)
#1E2919
(30,41,25)
#1B2517
(27,37,23)
#182115
(24,33,21)
#151D13
(21,29,19)
#121911
(18,25,17)
#0F150F
(15,21,15)
#0C110D
(12,17,13)
#090D0B
(9,13,11)
#060909
(6,9,9)
#000000
(0,0,0)

Tints of #24311D

#24311D
(36,49,29)
#374331
(55,67,49)
#4A5545
(74,85,69)
#5D6759
(93,103,89)
#70796D
(112,121,109)
#838B81
(131,139,129)
#969D95
(150,157,149)
#A9AFA9
(169,175,169)
#BCC1BD
(188,193,189)
#CFD3D1
(207,211,209)
#E2E5E5
(226,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #24311D; }

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

This text font color is #24311D.


Background Color

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

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

This div background color is #24311D.


Border color

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

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

This div border color is #24311D.


Opacity

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

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

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

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

This text has shadow with #24311D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24311D on black background.


Color preview on white background

This text has color #24311D on white background.



Black color preview on #24311D background

This text has black color on #24311D background.


White color preview on #24311D background

This text has white color on #24311D background.