COLOR #181C09

HEX: #181C09 RGB: (24,28,9)

Color info

#181C09 contains red, green and blue colors in about the same proportion. Web safe color of #181C09 is #003300 (or #030).

RGB color model

#181C09 color RGB value is (24,28,9).

RGB: (24,28,9) (9%, 11%, 4%)

RGB channels and saturation

R 24 of 255 = 9%
G 28 of 255 = 11%
B 9 of 255 = 4%

24
28
9

R + G + B ~ 8%. #181C09 is dark color.

Portions of RGB colors in percentages

R + G + B = 24 + 28 + 9 = 61 (100%)
R 24 of 61 ~ 39.34%
G 28 of 61 ~ 45.9%
B 9 of 61 ~ 14.75'%

%39.34
%45.9
%14.75

CMYK color model

#181C09 color CMYK value is (14,0,68,89).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 67.86%
  • key color value is 89.02%
CMYK: (14,0,68,89) C14M0Y68K89 (14%,0%,68%,89%) (0.14/0.00/0.68/0.89) 

CMYK percentages

%14.29
%0
%67.86
%89.02

Codes

Color #181C09 in popluar color models

18 1C 09
RGB 24 28 9
HSL 73° 51.35% 7.25%
HSB/HSV 73° 67.86% 10.98%
CMYK 14.29% 0.00% 67.86%
89.02%

Color #181C09 in popluar number systems.

HEX 18 1C 09
Decimal 24 28 9
Binary 11000 11100 1001
Octal 30 34 11

Shades and tints

Shades of #181C09

#181C09
(24,28,9)
#161A09
(22,26,9)
#141809
(20,24,9)
#121609
(18,22,9)
#101409
(16,20,9)
#0E1209
(14,18,9)
#0C1009
(12,16,9)
#0A0E09
(10,14,9)
#080C09
(8,12,9)
#060A09
(6,10,9)
#040809
(4,8,9)
#000000
(0,0,0)

Tints of #181C09

#181C09
(24,28,9)
#2D301F
(45,48,31)
#424435
(66,68,53)
#57584B
(87,88,75)
#6C6C61
(108,108,97)
#818077
(129,128,119)
#96948D
(150,148,141)
#ABA8A3
(171,168,163)
#C0BCB9
(192,188,185)
#D5D0CF
(213,208,207)
#EAE4E5
(234,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #181C09; }

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

This text font color is #181C09.

Background Color

.myBgColor { background-color: #181C09; }

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

This div background color is #181C09.

Border color

.myBorderColor { border: 1px solid #181C09; }

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

This div border color is #181C09.

Opacity

.myOpacity80 { color: #181C09; opacity: 0.8; }

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

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

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

This text has shadow with #181C09 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #181C09.

Preview

Color preview on black background

This text has color #181C09 on black background.


Color preview on white background

This text has color #181C09 on white background.


Black color preview on #181C09 background

This text has black color on #181C09 background.


White color preview on #181C09 background

This text has white color on #181C09 background.


Related colors

Complementary color

Complementary color for #hex is #E7E3F6.


I love getcolorcode.com

Triadic colors

1 #09181C and #1C0918 with #181C09 are triadic colors.

2 #091C18 and #1C1809 with #181C09 are triadic colors.