COLOR #24343F

HEX: #24343F RGB: (36,52,63)

Color info

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

RGB color model

#24343F color RGB value is (36,52,63).

RGB: (36,52,63) (14%, 20%, 25%)

RGB channels and saturation

R 36 of 255 = 14%
G 52 of 255 = 20%
B 63 of 255 = 25%

36
52
63

R + G + B ~ 20%. #24343F is dark color.

Portions of RGB colors in percentages

R + G + B = 36 + 52 + 63 = 151 (100%)
R 36 of 151 ~ 23.84%
G 52 of 151 ~ 34.44%
B 63 of 151 ~ 41.72'%

%23.84
%34.44
%41.72

CMYK color model

#24343F color CMYK value is (43,17,0,75).

  • cyan value is 42.86%
  • magenta value is 17.46%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK: (43,17,0,75) C43M17Y0K75 (43%,17%,0%,75%) (0.43/0.17/0.00/0.75) 

CMYK percentages

%42.86
%17.46
%0
%75.29

Codes

Color #24343F in popluar color models

24 34 3F
RGB 36 52 63
HSL 204° 27.27% 19.41%
HSB/HSV 204° 42.86% 24.71%
CMYK 42.86% 17.46% 0.00%
75.29%

Color #24343F in popluar number systems.

HEX 24 34 3F
Decimal 36 52 63
Binary 100100 110100 111111
Octal 44 64 77

Shades and tints

Shades of #24343F

#24343F
(36,52,63)
#21303A
(33,48,58)
#1E2C35
(30,44,53)
#1B2830
(27,40,48)
#18242B
(24,36,43)
#152026
(21,32,38)
#121C21
(18,28,33)
#0F181C
(15,24,28)
#0C1417
(12,20,23)
#091012
(9,16,18)
#060C0D
(6,12,13)
#000000
(0,0,0)

Tints of #24343F

#24343F
(36,52,63)
#374650
(55,70,80)
#4A5861
(74,88,97)
#5D6A72
(93,106,114)
#707C83
(112,124,131)
#838E94
(131,142,148)
#96A0A5
(150,160,165)
#A9B2B6
(169,178,182)
#BCC4C7
(188,196,199)
#CFD6D8
(207,214,216)
#E2E8E9
(226,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24343F color. Also use rgb(36,52,63) instead hex code.

Text Font Color

.myTextColor { color: #24343F; }

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

This text font color is #24343F.

Background Color

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

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

This div background color is #24343F.

Border color

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

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

This div border color is #24343F.

Opacity

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

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

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

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

This text has shadow with #24343F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #24343F.

Preview

Color preview on black background

This text has color #24343F on black background.


Color preview on white background

This text has color #24343F on white background.


Black color preview on #24343F background

This text has black color on #24343F background.


White color preview on #24343F background

This text has white color on #24343F background.


Related colors

Complementary color

Complementary color for #hex is #DBCBC0.


I love getcolorcode.com

Triadic colors

1 #3F2434 and #343F24 with #24343F are triadic colors.

2 #3F3424 and #34243F with #24343F are triadic colors.