COLOR #24274C

HEX: #24274C RGB: (36,39,76)

Color info

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

RGB color model

#24274C color RGB value is (36,39,76).

RGB: (36,39,76) (14%, 15%, 30%)

RGB channels and saturation

R 36 of 255 = 14%
G 39 of 255 = 15%
B 76 of 255 = 30%

36
39
76

R + G + B ~ 20%. #24274C is dark color.

Portions of RGB colors in percentages

R + G + B = 36 + 39 + 76 = 151 (100%)
R 36 of 151 ~ 23.84%
G 39 of 151 ~ 25.83%
B 76 of 151 ~ 50.33'%

%23.84
%25.83
%50.33

CMYK color model

#24274C color CMYK value is (53,49,0,70).

  • cyan value is 52.63%
  • magenta value is 48.68%
  • yellow value is 0.00%
  • key color value is 70.20%

CMYK: (53,49,0,70)
C53M49Y0K70 (53%, 49%, 0%, 70%)
(0.53 / 0.49 / 0.00 / 0.70)

CMYK percentages

%52.63
%48.68
%0
%70.2

Codes

Color #24274C in popluar color models

24 27 4C
RGB 36 39 76
HSL 236° 35.71% 21.96%
HSB/HSV 236° 52.63% 29.80%
CMYK 52.63% 48.68% 0.00%
70.20%

Color #24274C in popluar number systems.

HEX 24 27 4C
Decimal 36 39 76
Binary 100100 100111 1001100
Octal 44 47 114

Shades and tints

Shades of #24274C

#24274C
(36,39,76)
#212446
(33,36,70)
#1E2140
(30,33,64)
#1B1E3A
(27,30,58)
#181B34
(24,27,52)
#15182E
(21,24,46)
#121528
(18,21,40)
#0F1222
(15,18,34)
#0C0F1C
(12,15,28)
#090C16
(9,12,22)
#060910
(6,9,16)
#000000
(0,0,0)

Tints of #24274C

#24274C
(36,39,76)
#373A5C
(55,58,92)
#4A4D6C
(74,77,108)
#5D607C
(93,96,124)
#70738C
(112,115,140)
#83869C
(131,134,156)
#9699AC
(150,153,172)
#A9ACBC
(169,172,188)
#BCBFCC
(188,191,204)
#CFD2DC
(207,210,220)
#E2E5EC
(226,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24274C color. Also use rgb(36,39,76) instead hex code.

Text Font Color

.myTextColor { color: #24274C; }

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

This text font color is #24274C.

Background Color

.myBgColor { background-color: #24274C; }

<div style="background-color:#24274C">Inner text</div>

This div background color is #24274C.

Border color

.myBorderColor { border: 1px solid #24274C; }

<div style="border:3px solid #24274C">Div</div>

This div border color is #24274C.

Opacity

.myOpacity80 { color: #24274C; opacity: 0.8; }

<p style="color:#24274C;opacity:0.8;">80%</p>

Text with #24274C 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 #24274C;}

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

This text has shadow with #24274C color.


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

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

This text has shadow with #24274C primary color and red secondary color.


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

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

This text has shadow with #24274C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #24274C.

Preview

Color preview on black background

This text has color #24274C on black background.


Color preview on white background

This text has color #24274C on white background.


Black color preview on #24274C background

This text has black color on #24274C background.


White color preview on #24274C background

This text has white color on #24274C background.


Related colors

Complementary color

Complementary color for #hex is #DBD8B3.


I love getcolorcode.com

Triadic colors

1 #4C2427 and #274C24 with #24274C are triadic colors.

2 #4C2724 and #27244C with #24274C are triadic colors.