COLOR #24316A

HEX: #24316A
RGB: (36,49,106)

Color info

#24316A contains mainly green and blue colors. Web safe color of #24316A is #333366 (or #336).

RGB color model

#24316A color RGB value is (36,49,106).

  • red value is 36;
  • green value is 49;
  • blue value is 106.
RGB:
(36,49,106)
(14%,19%,42%)

RGB channels and saturation

R 36 of 255 = 14%
G 49 of 255 = 19%
B 106 of 255 = 42%

36
49
106

R + G + B ~ 25%. #24316A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 49 + 106 = 191 (100%)
R 36 of 191 ~ 18.85%
G 49 of 191 ~ 25.65%
B 106 of 191 ~ 55.5%

%18.85
%25.65
%55.5

CMYK color model

#24316A color CMYK value is (66,54,0,58).

  • cyan value is 66.04%
  • magenta value is 53.77%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(66,54,0,58)
C66M54Y0K58 
(66%,54%,0%,58%)
(0.66/0.54/0.00/0.58)	

CMYK percentages

%66.04
%53.77
%0
%58.43

Codes

Color #24316A in popluar color models

24316A
RGB3649106
HSL229°49.30%27.84%
HSB/HSV229°66.04%41.57%
CMYK66.04%53.77%0.00%
58.43%

Color #24316A in popluar number systems.

HEX24316A
Decimal3649106
Binary1001001100011101010
Octal4461152

Shades and tints

Shades of #24316A

#24316A
(36,49,106)
#212D61
(33,45,97)
#1E2958
(30,41,88)
#1B254F
(27,37,79)
#182146
(24,33,70)
#151D3D
(21,29,61)
#121934
(18,25,52)
#0F152B
(15,21,43)
#0C1122
(12,17,34)
#090D19
(9,13,25)
#060910
(6,9,16)
#000000
(0,0,0)

Tints of #24316A

#24316A
(36,49,106)
#374377
(55,67,119)
#4A5584
(74,85,132)
#5D6791
(93,103,145)
#70799E
(112,121,158)
#838BAB
(131,139,171)
#969DB8
(150,157,184)
#A9AFC5
(169,175,197)
#BCC1D2
(188,193,210)
#CFD3DF
(207,211,223)
#E2E5EC
(226,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24316A color. Also use rgb(36,49,106) instead hex code.

Text Font Color

.myTextColor { color: #24316A; }

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

This text font color is #24316A.


Background Color

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

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

This div background color is #24316A.


Border color

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

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

This div border color is #24316A.


Opacity

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

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

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

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

This text has shadow with #24316A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24316A on black background.


Color preview on white background

This text has color #24316A on white background.



Black color preview on #24316A background

This text has black color on #24316A background.


White color preview on #24316A background

This text has white color on #24316A background.