COLOR #24343A

HEX: #24343A
RGB: (36,52,58)

Color info

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

RGB color model

#24343A color RGB value is (36,52,58).

  • red value is 36;
  • green value is 52;
  • blue value is 58.
RGB:
(36,52,58)
(14%,20%,23%)

RGB channels and saturation

R 36 of 255 = 14%
G 52 of 255 = 20%
B 58 of 255 = 23%

36
52
58

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

Portions of RGB colors in percentages

R + G + B =
36 + 52 + 58 = 146 (100%)
R 36 of 146 ~ 24.66%
G 52 of 146 ~ 35.62%
B 58 of 146 ~ 39.73%

%24.66
%35.62
%39.73

CMYK color model

#24343A color CMYK value is (38,10,0,77).

  • cyan value is 37.93%
  • magenta value is 10.34%
  • yellow value is 0.00%
  • key color value is 77.25%
CMYK:
(38,10,0,77)
C38M10Y0K77 
(38%,10%,0%,77%)
(0.38/0.10/0.00/0.77)	

CMYK percentages

%37.93
%10.34
%0
%77.25

Codes

Color #24343A in popluar color models

24343A
RGB365258
HSL196°23.40%18.43%
HSB/HSV196°37.93%22.75%
CMYK37.93%10.34%0.00%
77.25%

Color #24343A in popluar number systems.

HEX24343A
Decimal365258
Binary100100110100111010
Octal446472

Shades and tints

Shades of #24343A

#24343A
(36,52,58)
#213035
(33,48,53)
#1E2C30
(30,44,48)
#1B282B
(27,40,43)
#182426
(24,36,38)
#152021
(21,32,33)
#121C1C
(18,28,28)
#0F1817
(15,24,23)
#0C1412
(12,20,18)
#09100D
(9,16,13)
#060C08
(6,12,8)
#000000
(0,0,0)

Tints of #24343A

#24343A
(36,52,58)
#37464B
(55,70,75)
#4A585C
(74,88,92)
#5D6A6D
(93,106,109)
#707C7E
(112,124,126)
#838E8F
(131,142,143)
#96A0A0
(150,160,160)
#A9B2B1
(169,178,177)
#BCC4C2
(188,196,194)
#CFD6D3
(207,214,211)
#E2E8E4
(226,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #24343A; }

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

This text font color is #24343A.


Background Color

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

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

This div background color is #24343A.


Border color

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

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

This div border color is #24343A.


Opacity

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

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

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

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

This text has shadow with #24343A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24343A on black background.


Color preview on white background

This text has color #24343A on white background.



Black color preview on #24343A background

This text has black color on #24343A background.


White color preview on #24343A background

This text has white color on #24343A background.