COLOR #18063A

HEX: #18063A
RGB: (24,6,58)

Color info

#18063A contains red, green and blue colors in about the same proportion. Web safe color of #18063A is #000033 (or #003).

RGB color model

#18063A color RGB value is (24,6,58).

  • red value is 24;
  • green value is 6;
  • blue value is 58.
RGB:
(24,6,58)
(9%,2%,23%)

RGB channels and saturation

R 24 of 255 = 9%
G 6 of 255 = 2%
B 58 of 255 = 23%

24
6
58

R + G + B ~ 11%. #18063A is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 6 + 58 = 88 (100%)
R 24 of 88 ~ 27.27%
G 6 of 88 ~ 6.82%
B 58 of 88 ~ 65.91%

%27.27
%65.91

CMYK color model

#18063A color CMYK value is (59,90,0,77).

  • cyan value is 58.62%
  • magenta value is 89.66%
  • yellow value is 0.00%
  • key color value is 77.25%
CMYK:
(59,90,0,77)
C59M90Y0K77 
(59%,90%,0%,77%)
(0.59/0.90/0.00/0.77)	

CMYK percentages

%58.62
%89.66
%0
%77.25

Codes

Color #18063A in popluar color models

18063A
RGB24658
HSL261°81.25%12.55%
HSB/HSV261°89.66%22.75%
CMYK58.62%89.66%0.00%
77.25%

Color #18063A in popluar number systems.

HEX18063A
Decimal24658
Binary11000110111010
Octal30672

Shades and tints

Shades of #18063A

#18063A
(24,6,58)
#160635
(22,6,53)
#140630
(20,6,48)
#12062B
(18,6,43)
#100626
(16,6,38)
#0E0621
(14,6,33)
#0C061C
(12,6,28)
#0A0617
(10,6,23)
#080612
(8,6,18)
#06060D
(6,6,13)
#040608
(4,6,8)
#000000
(0,0,0)

Tints of #18063A

#18063A
(24,6,58)
#2D1C4B
(45,28,75)
#42325C
(66,50,92)
#57486D
(87,72,109)
#6C5E7E
(108,94,126)
#81748F
(129,116,143)
#968AA0
(150,138,160)
#ABA0B1
(171,160,177)
#C0B6C2
(192,182,194)
#D5CCD3
(213,204,211)
#EAE2E4
(234,226,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #18063A color. Also use rgb(24,6,58) instead hex code.

Text Font Color

.myTextColor { color: #18063A; }

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

This text font color is #18063A.


Background Color

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

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

This div background color is #18063A.


Border color

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

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

This div border color is #18063A.


Opacity

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

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

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

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

This text has shadow with #18063A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #18063A on black background.


Color preview on white background

This text has color #18063A on white background.



Black color preview on #18063A background

This text has black color on #18063A background.


White color preview on #18063A background

This text has white color on #18063A background.