COLOR #24274F

HEX: #24274F
RGB: (36,39,79)

Color info

#24274F contains red, green and blue colors in about the same proportion. Web safe color of #24274F is #333366 (or #336).

RGB color model

#24274F color RGB value is (36,39,79).

  • red value is 36;
  • green value is 39;
  • blue value is 79.
RGB:
(36,39,79)
(14%,15%,31%)

RGB channels and saturation

R 36 of 255 = 14%
G 39 of 255 = 15%
B 79 of 255 = 31%

36
39
79

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

Portions of RGB colors in percentages

R + G + B =
36 + 39 + 79 = 154 (100%)
R 36 of 154 ~ 23.38%
G 39 of 154 ~ 25.32%
B 79 of 154 ~ 51.3%

%23.38
%25.32
%51.3

CMYK color model

#24274F color CMYK value is (54,51,0,69).

  • cyan value is 54.43%
  • magenta value is 50.63%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(54,51,0,69)
C54M51Y0K69 
(54%,51%,0%,69%)
(0.54/0.51/0.00/0.69)	

CMYK percentages

%54.43
%50.63
%0
%69.02

Codes

Color #24274F in popluar color models

24274F
RGB363979
HSL236°37.39%22.55%
HSB/HSV236°54.43%30.98%
CMYK54.43%50.63%0.00%
69.02%

Color #24274F in popluar number systems.

HEX24274F
Decimal363979
Binary1001001001111001111
Octal4447117

Shades and tints

Shades of #24274F

#24274F
(36,39,79)
#212448
(33,36,72)
#1E2141
(30,33,65)
#1B1E3A
(27,30,58)
#181B33
(24,27,51)
#15182C
(21,24,44)
#121525
(18,21,37)
#0F121E
(15,18,30)
#0C0F17
(12,15,23)
#090C10
(9,12,16)
#060909
(6,9,9)
#000000
(0,0,0)

Tints of #24274F

#24274F
(36,39,79)
#373A5F
(55,58,95)
#4A4D6F
(74,77,111)
#5D607F
(93,96,127)
#70738F
(112,115,143)
#83869F
(131,134,159)
#9699AF
(150,153,175)
#A9ACBF
(169,172,191)
#BCBFCF
(188,191,207)
#CFD2DF
(207,210,223)
#E2E5EF
(226,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #24274F; }

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

This text font color is #24274F.


Background Color

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

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

This div background color is #24274F.


Border color

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

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

This div border color is #24274F.


Opacity

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

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

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

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

This text has shadow with #24274F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24274F on black background.


Color preview on white background

This text has color #24274F on white background.



Black color preview on #24274F background

This text has black color on #24274F background.


White color preview on #24274F background

This text has white color on #24274F background.