COLOR #24093A

HEX: #24093A
RGB: (36,9,58)

Color info

#24093A contains red, green and blue colors in about the same proportion. Web safe color of #24093A is #330033 (or #303).

RGB color model

#24093A color RGB value is (36,9,58).

  • red value is 36;
  • green value is 9;
  • blue value is 58.
RGB:
(36,9,58)
(14%,4%,23%)

RGB channels and saturation

R 36 of 255 = 14%
G 9 of 255 = 4%
B 58 of 255 = 23%

36
9
58

R + G + B ~ 14%. #24093A is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 9 + 58 = 103 (100%)
R 36 of 103 ~ 34.95%
G 9 of 103 ~ 8.74%
B 58 of 103 ~ 56.31%

%34.95
%56.31

CMYK color model

#24093A color CMYK value is (38,84,0,77).

  • cyan value is 37.93%
  • magenta value is 84.48%
  • yellow value is 0.00%
  • key color value is 77.25%
CMYK:
(38,84,0,77)
C38M84Y0K77 
(38%,84%,0%,77%)
(0.38/0.84/0.00/0.77)	

CMYK percentages

%37.93
%84.48
%0
%77.25

Codes

Color #24093A in popluar color models

24093A
RGB36958
HSL273°73.13%13.14%
HSB/HSV273°84.48%22.75%
CMYK37.93%84.48%0.00%
77.25%

Color #24093A in popluar number systems.

HEX24093A
Decimal36958
Binary1001001001111010
Octal441172

Shades and tints

Shades of #24093A

#24093A
(36,9,58)
#210935
(33,9,53)
#1E0930
(30,9,48)
#1B092B
(27,9,43)
#180926
(24,9,38)
#150921
(21,9,33)
#12091C
(18,9,28)
#0F0917
(15,9,23)
#0C0912
(12,9,18)
#09090D
(9,9,13)
#060908
(6,9,8)
#000000
(0,0,0)

Tints of #24093A

#24093A
(36,9,58)
#371F4B
(55,31,75)
#4A355C
(74,53,92)
#5D4B6D
(93,75,109)
#70617E
(112,97,126)
#83778F
(131,119,143)
#968DA0
(150,141,160)
#A9A3B1
(169,163,177)
#BCB9C2
(188,185,194)
#CFCFD3
(207,207,211)
#E2E5E4
(226,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24093A color. Also use rgb(36,9,58) instead hex code.

Text Font Color

.myTextColor { color: #24093A; }

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

This text font color is #24093A.


Background Color

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

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

This div background color is #24093A.


Border color

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

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

This div border color is #24093A.


Opacity

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

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

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

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

This text has shadow with #24093A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24093A on black background.


Color preview on white background

This text has color #24093A on white background.



Black color preview on #24093A background

This text has black color on #24093A background.


White color preview on #24093A background

This text has white color on #24093A background.