COLOR #24214A

HEX: #24214A
RGB: (36,33,74)

Color info

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

RGB color model

#24214A color RGB value is (36,33,74).

  • red value is 36;
  • green value is 33;
  • blue value is 74.
RGB:
(36,33,74)
(14%,13%,29%)

RGB channels and saturation

R 36 of 255 = 14%
G 33 of 255 = 13%
B 74 of 255 = 29%

36
33
74

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

Portions of RGB colors in percentages

R + G + B =
36 + 33 + 74 = 143 (100%)
R 36 of 143 ~ 25.17%
G 33 of 143 ~ 23.08%
B 74 of 143 ~ 51.75%

%25.17
%23.08
%51.75

CMYK color model

#24214A color CMYK value is (51,55,0,71).

  • cyan value is 51.35%
  • magenta value is 55.41%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(51,55,0,71)
C51M55Y0K71 
(51%,55%,0%,71%)
(0.51/0.55/0.00/0.71)	

CMYK percentages

%51.35
%55.41
%0
%70.98

Codes

Color #24214A in popluar color models

24214A
RGB363374
HSL244°38.32%20.98%
HSB/HSV244°55.41%29.02%
CMYK51.35%55.41%0.00%
70.98%

Color #24214A in popluar number systems.

HEX24214A
Decimal363374
Binary1001001000011001010
Octal4441112

Shades and tints

Shades of #24214A

#24214A
(36,33,74)
#211E44
(33,30,68)
#1E1B3E
(30,27,62)
#1B1838
(27,24,56)
#181532
(24,21,50)
#15122C
(21,18,44)
#120F26
(18,15,38)
#0F0C20
(15,12,32)
#0C091A
(12,9,26)
#090614
(9,6,20)
#06030E
(6,3,14)
#000000
(0,0,0)

Tints of #24214A

#24214A
(36,33,74)
#37355A
(55,53,90)
#4A496A
(74,73,106)
#5D5D7A
(93,93,122)
#70718A
(112,113,138)
#83859A
(131,133,154)
#9699AA
(150,153,170)
#A9ADBA
(169,173,186)
#BCC1CA
(188,193,202)
#CFD5DA
(207,213,218)
#E2E9EA
(226,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24214A color. Also use rgb(36,33,74) instead hex code.

Text Font Color

.myTextColor { color: #24214A; }

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

This text font color is #24214A.


Background Color

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

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

This div background color is #24214A.


Border color

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

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

This div border color is #24214A.


Opacity

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

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

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

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

This text has shadow with #24214A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24214A on black background.


Color preview on white background

This text has color #24214A on white background.



Black color preview on #24214A background

This text has black color on #24214A background.


White color preview on #24214A background

This text has white color on #24214A background.