COLOR #24135E

HEX: #24135E
RGB: (36,19,94)

Color info

#24135E contains mainly red and blue colors. Web safe color of #24135E is #330066 (or #306).

RGB color model

#24135E color RGB value is (36,19,94).

  • red value is 36;
  • green value is 19;
  • blue value is 94.
RGB:
(36,19,94)
(14%,7%,37%)

RGB channels and saturation

R 36 of 255 = 14%
G 19 of 255 = 7%
B 94 of 255 = 37%

36
19
94

R + G + B ~ 19%. #24135E is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 19 + 94 = 149 (100%)
R 36 of 149 ~ 24.16%
G 19 of 149 ~ 12.75%
B 94 of 149 ~ 63.09%

%24.16
%12.75
%63.09

CMYK color model

#24135E color CMYK value is (62,80,0,63).

  • cyan value is 61.70%
  • magenta value is 79.79%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(62,80,0,63)
C62M80Y0K63 
(62%,80%,0%,63%)
(0.62/0.80/0.00/0.63)	

CMYK percentages

%61.7
%79.79
%0
%63.14

Codes

Color #24135E in popluar color models

24135E
RGB361994
HSL254°66.37%22.16%
HSB/HSV254°79.79%36.86%
CMYK61.70%79.79%0.00%
63.14%

Color #24135E in popluar number systems.

HEX24135E
Decimal361994
Binary100100100111011110
Octal4423136

Shades and tints

Shades of #24135E

#24135E
(36,19,94)
#211256
(33,18,86)
#1E114E
(30,17,78)
#1B1046
(27,16,70)
#180F3E
(24,15,62)
#150E36
(21,14,54)
#120D2E
(18,13,46)
#0F0C26
(15,12,38)
#0C0B1E
(12,11,30)
#090A16
(9,10,22)
#06090E
(6,9,14)
#000000
(0,0,0)

Tints of #24135E

#24135E
(36,19,94)
#37286C
(55,40,108)
#4A3D7A
(74,61,122)
#5D5288
(93,82,136)
#706796
(112,103,150)
#837CA4
(131,124,164)
#9691B2
(150,145,178)
#A9A6C0
(169,166,192)
#BCBBCE
(188,187,206)
#CFD0DC
(207,208,220)
#E2E5EA
(226,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24135E color. Also use rgb(36,19,94) instead hex code.

Text Font Color

.myTextColor { color: #24135E; }

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

This text font color is #24135E.


Background Color

.myBgColor { background-color: #24135E; }

<div style="background-color:#24135E">Inner text</div>

This div background color is #24135E.


Border color

.myBorderColor { border: 1px solid #24135E; }

<div style="border:3px solid #24135E">Div</div>

This div border color is #24135E.


Opacity

.myOpacity80 { color: #24135E; opacity: 0.8; }

<p style="color:#24135E;opacity:0.8;">80%</p>

Text with #24135E 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 #24135E;}

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

This text has shadow with #24135E color.

.textShadow {text-shadow: 3px 3px 1px #24135E, 3px 3px 1px red;}

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

This text has shadow with #24135E primary color and red secondary color.


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

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

This text has shadow with #24135E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24135E on black background.


Color preview on white background

This text has color #24135E on white background.



Black color preview on #24135E background

This text has black color on #24135E background.


White color preview on #24135E background

This text has white color on #24135E background.