COLOR #24423A

HEX: #24423A RGB: (36,66,58)

Color info

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

RGB color model

#24423A color RGB value is (36,66,58).

RGB: (36,66,58) (14%, 26%, 23%)

RGB channels and saturation

R 36 of 255 = 14%
G 66 of 255 = 26%
B 58 of 255 = 23%

36
66
58

R + G + B ~ 21%. #24423A is dark color.

Portions of RGB colors in percentages

R + G + B = 36 + 66 + 58 = 160 (100%)
R 36 of 160 ~ 22.5%
G 66 of 160 ~ 41.25%
B 58 of 160 ~ 36.25'%

%22.5
%41.25
%36.25

CMYK color model

#24423A color CMYK value is (45,0,12,74).

  • cyan value is 45.45%
  • magenta value is 0.00%
  • yellow value is 12.12%
  • key color value is 74.12%

CMYK: (45,0,12,74)
C45M0Y12K74 (45%, 0%, 12%, 74%)
(0.45 / 0.00 / 0.12 / 0.74)

CMYK percentages

%45.45
%0
%12.12
%74.12

Codes

Color #24423A in popluar color models

24 42 3A
RGB 36 66 58
HSL 164° 29.41% 20.00%
HSB/HSV 164° 45.45% 25.88%
CMYK 45.45% 0.00% 12.12%
74.12%

Color #24423A in popluar number systems.

HEX 24 42 3A
Decimal 36 66 58
Binary 100100 1000010 111010
Octal 44 102 72

Shades and tints

Shades of #24423A

#24423A
(36,66,58)
#213C35
(33,60,53)
#1E3630
(30,54,48)
#1B302B
(27,48,43)
#182A26
(24,42,38)
#152421
(21,36,33)
#121E1C
(18,30,28)
#0F1817
(15,24,23)
#0C1212
(12,18,18)
#090C0D
(9,12,13)
#060608
(6,6,8)
#000000
(0,0,0)

Tints of #24423A

#24423A
(36,66,58)
#37534B
(55,83,75)
#4A645C
(74,100,92)
#5D756D
(93,117,109)
#70867E
(112,134,126)
#83978F
(131,151,143)
#96A8A0
(150,168,160)
#A9B9B1
(169,185,177)
#BCCAC2
(188,202,194)
#CFDBD3
(207,219,211)
#E2ECE4
(226,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #24423A; }

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

This text font color is #24423A.

Background Color

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

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

This div background color is #24423A.

Border color

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

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

This div border color is #24423A.

Opacity

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

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

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

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

This text has shadow with #24423A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #24423A.

Preview

Color preview on black background

This text has color #24423A on black background.


Color preview on white background

This text has color #24423A on white background.


Black color preview on #24423A background

This text has black color on #24423A background.


White color preview on #24423A background

This text has white color on #24423A background.


Related colors

Complementary color

Complementary color for #hex is #DBBDC5.


I love getcolorcode.com

Triadic colors

1 #3A2442 and #423A24 with #24423A are triadic colors.

2 #3A4224 and #42243A with #24423A are triadic colors.