COLOR #180609

HEX: #180609 RGB: (24,6,9)

Color info

#180609 contains red, green and blue colors in about the same proportion. Web safe color of #180609 is #000000 (or #000).

RGB color model

#180609 color RGB value is (24,6,9).

RGB: (24,6,9) (9%, 2%, 4%)

RGB channels and saturation

R 24 of 255 = 9%
G 6 of 255 = 2%
B 9 of 255 = 4%

24
6
9

R + G + B ~ 5%. #180609 is dark color.

Portions of RGB colors in percentages

R + G + B = 24 + 6 + 9 = 39 (100%)
R 24 of 39 ~ 61.54%
G 6 of 39 ~ 15.38%
B 9 of 39 ~ 23.08'%

%61.54
%15.38
%23.08

CMYK color model

#180609 color CMYK value is (0,75,63,91).

  • cyan value is 0.00%
  • magenta value is 75.00%
  • yellow value is 62.50%
  • key color value is 90.59%

CMYK: (0,75,63,91)
C0M75Y63K91 (0%, 75%, 63%, 91%)
(0.00 / 0.75 / 0.63 / 0.91)

CMYK percentages

%0
%75
%62.5
%90.59

Codes

Color #180609 in popluar color models

18 06 09
RGB 24 6 9
HSL 350° 60.00% 5.88%
HSB/HSV 350° 75.00% 9.41%
CMYK 0.00% 75.00% 62.50%
90.59%

Color #180609 in popluar number systems.

HEX 18 06 09
Decimal 24 6 9
Binary 11000 110 1001
Octal 30 6 11

Shades and tints

Shades of #180609

#180609
(24,6,9)
#160609
(22,6,9)
#140609
(20,6,9)
#120609
(18,6,9)
#100609
(16,6,9)
#0E0609
(14,6,9)
#0C0609
(12,6,9)
#0A0609
(10,6,9)
#080609
(8,6,9)
#060609
(6,6,9)
#040609
(4,6,9)
#000000
(0,0,0)

Tints of #180609

#180609
(24,6,9)
#2D1C1F
(45,28,31)
#423235
(66,50,53)
#57484B
(87,72,75)
#6C5E61
(108,94,97)
#817477
(129,116,119)
#968A8D
(150,138,141)
#ABA0A3
(171,160,163)
#C0B6B9
(192,182,185)
#D5CCCF
(213,204,207)
#EAE2E5
(234,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #180609; }

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

This text font color is #180609.

Background Color

.myBgColor { background-color: #180609; }

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

This div background color is #180609.

Border color

.myBorderColor { border: 1px solid #180609; }

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

This div border color is #180609.

Opacity

.myOpacity80 { color: #180609; opacity: 0.8; }

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

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

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

This text has shadow with #180609 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #180609.

Preview

Color preview on black background

This text has color #180609 on black background.


Color preview on white background

This text has color #180609 on white background.


Black color preview on #180609 background

This text has black color on #180609 background.


White color preview on #180609 background

This text has white color on #180609 background.


Related colors

Complementary color

Complementary color for #hex is #E7F9F6.


I love getcolorcode.com

Triadic colors

1 #091806 and #060918 with #180609 are triadic colors.

2 #090618 and #061809 with #180609 are triadic colors.