COLOR #24313A

HEX: #24313A RGB: (36,49,58)

Color info

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

RGB color model

#24313A color RGB value is (36,49,58).

RGB: (36,49,58) (14%, 19%, 23%)

RGB channels and saturation

R 36 of 255 = 14%
G 49 of 255 = 19%
B 58 of 255 = 23%

36
49
58

R + G + B ~ 19%. #24313A is dark color.

Portions of RGB colors in percentages

R + G + B = 36 + 49 + 58 = 143 (100%)
R 36 of 143 ~ 25.17%
G 49 of 143 ~ 34.27%
B 58 of 143 ~ 40.56'%

%25.17
%34.27
%40.56

CMYK color model

#24313A color CMYK value is (38,16,0,77).

  • cyan value is 37.93%
  • magenta value is 15.52%
  • yellow value is 0.00%
  • key color value is 77.25%

CMYK: (38,16,0,77)
C38M16Y0K77 (38%, 16%, 0%, 77%)
(0.38 / 0.16 / 0.00 / 0.77)

CMYK percentages

%37.93
%15.52
%0
%77.25

Codes

Color #24313A in popluar color models

24 31 3A
RGB 36 49 58
HSL 205° 23.40% 18.43%
HSB/HSV 205° 37.93% 22.75%
CMYK 37.93% 15.52% 0.00%
77.25%

Color #24313A in popluar number systems.

HEX 24 31 3A
Decimal 36 49 58
Binary 100100 110001 111010
Octal 44 61 72

Shades and tints

Shades of #24313A

#24313A
(36,49,58)
#212D35
(33,45,53)
#1E2930
(30,41,48)
#1B252B
(27,37,43)
#182126
(24,33,38)
#151D21
(21,29,33)
#12191C
(18,25,28)
#0F1517
(15,21,23)
#0C1112
(12,17,18)
#090D0D
(9,13,13)
#060908
(6,9,8)
#000000
(0,0,0)

Tints of #24313A

#24313A
(36,49,58)
#37434B
(55,67,75)
#4A555C
(74,85,92)
#5D676D
(93,103,109)
#70797E
(112,121,126)
#838B8F
(131,139,143)
#969DA0
(150,157,160)
#A9AFB1
(169,175,177)
#BCC1C2
(188,193,194)
#CFD3D3
(207,211,211)
#E2E5E4
(226,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #24313A; }

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

This text font color is #24313A.

Background Color

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

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

This div background color is #24313A.

Border color

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

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

This div border color is #24313A.

Opacity

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

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

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

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

This text has shadow with #24313A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #24313A.

Preview

Color preview on black background

This text has color #24313A on black background.


Color preview on white background

This text has color #24313A on white background.


Black color preview on #24313A background

This text has black color on #24313A background.


White color preview on #24313A background

This text has white color on #24313A background.


Related colors

Complementary color

Complementary color for #hex is #DBCEC5.


I love getcolorcode.com

Triadic colors

1 #3A2431 and #313A24 with #24313A are triadic colors.

2 #3A3124 and #31243A with #24313A are triadic colors.