COLOR #18273C

HEX: #18273C RGB: (24,39,60)

Color info

#18273C contains red, green and blue colors in about the same proportion. Web safe color of #18273C is #003333 (or #033).

RGB color model

#18273C color RGB value is (24,39,60).

RGB: (24,39,60) (9%, 15%, 24%)

RGB channels and saturation

R 24 of 255 = 9%
G 39 of 255 = 15%
B 60 of 255 = 24%

24
39
60

R + G + B ~ 16%. #18273C is dark color.

Portions of RGB colors in percentages

R + G + B = 24 + 39 + 60 = 123 (100%)
R 24 of 123 ~ 19.51%
G 39 of 123 ~ 31.71%
B 60 of 123 ~ 48.78'%

%19.51
%31.71
%48.78

CMYK color model

#18273C color CMYK value is (60,35,0,76).

  • cyan value is 60.00%
  • magenta value is 35.00%
  • yellow value is 0.00%
  • key color value is 76.47%

CMYK: (60,35,0,76)
C60M35Y0K76 (60%, 35%, 0%, 76%)
(0.60 / 0.35 / 0.00 / 0.76)

CMYK percentages

%60
%35
%0
%76.47

Codes

Color #18273C in popluar color models

18 27 3C
RGB 24 39 60
HSL 215° 42.86% 16.47%
HSB/HSV 215° 60.00% 23.53%
CMYK 60.00% 35.00% 0.00%
76.47%

Color #18273C in popluar number systems.

HEX 18 27 3C
Decimal 24 39 60
Binary 11000 100111 111100
Octal 30 47 74

Shades and tints

Shades of #18273C

#18273C
(24,39,60)
#162437
(22,36,55)
#142132
(20,33,50)
#121E2D
(18,30,45)
#101B28
(16,27,40)
#0E1823
(14,24,35)
#0C151E
(12,21,30)
#0A1219
(10,18,25)
#080F14
(8,15,20)
#060C0F
(6,12,15)
#04090A
(4,9,10)
#000000
(0,0,0)

Tints of #18273C

#18273C
(24,39,60)
#2D3A4D
(45,58,77)
#424D5E
(66,77,94)
#57606F
(87,96,111)
#6C7380
(108,115,128)
#818691
(129,134,145)
#9699A2
(150,153,162)
#ABACB3
(171,172,179)
#C0BFC4
(192,191,196)
#D5D2D5
(213,210,213)
#EAE5E6
(234,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #18273C color. Also use rgb(24,39,60) instead hex code.

Text Font Color

.myTextColor { color: #18273C; }

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

This text font color is #18273C.

Background Color

.myBgColor { background-color: #18273C; }

<div style="background-color:#18273C">Inner text</div>

This div background color is #18273C.

Border color

.myBorderColor { border: 1px solid #18273C; }

<div style="border:3px solid #18273C">Div</div>

This div border color is #18273C.

Opacity

.myOpacity80 { color: #18273C; opacity: 0.8; }

<p style="color:#18273C;opacity:0.8;">80%</p>

Text with #18273C 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 #18273C;}

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

This text has shadow with #18273C color.


.textShadow {text-shadow: 3px 3px 1px #18273C', 3px 3px 1px red;}

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

This text has shadow with #18273C primary color and red secondary color.


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

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

This text has shadow with #18273C and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #18273C; -webkit-box-shadow: 1px 1px 3px 2px #18273C; box-shadow:1px 1px 3px 2px #18273C;">
Div content here
</div>

This div box has shadow with color #18273C.

Preview

Color preview on black background

This text has color #18273C on black background.


Color preview on white background

This text has color #18273C on white background.


Black color preview on #18273C background

This text has black color on #18273C background.


White color preview on #18273C background

This text has white color on #18273C background.


Related colors

Complementary color

Complementary color for #hex is #E7D8C3.


I love getcolorcode.com

Triadic colors

1 #3C1827 and #273C18 with #18273C are triadic colors.

2 #3C2718 and #27183C with #18273C are triadic colors.