COLOR #180F09

HEX: #180F09
RGB: (24,15,9)

Color info

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

RGB color model

#180F09 color RGB value is (24,15,9).

  • red value is 24;
  • green value is 15;
  • blue value is 9.
RGB:
(24,15,9)
(9%,6%,4%)

RGB channels and saturation

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

24
15
9

R + G + B ~ 6%. #180F09 is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 15 + 9 = 48 (100%)
R 24 of 48 ~ 50%
G 15 of 48 ~ 31.25%
B 9 of 48 ~ 18.75%

%50
%31.25
%18.75

CMYK color model

#180F09 color CMYK value is (0,38,63,91).

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 62.50%
  • key color value is 90.59%
CMYK:
(0,38,63,91)
C0M38Y63K91 
(0%,38%,63%,91%)
(0.00/0.38/0.63/0.91)	

CMYK percentages

%0
%37.5
%62.5
%90.59

Codes

Color #180F09 in popluar color models

180F09
RGB24159
HSL24°45.45%6.47%
HSB/HSV24°62.50%9.41%
CMYK0.00%37.50%62.50%
90.59%

Color #180F09 in popluar number systems.

HEX180F09
Decimal24159
Binary1100011111001
Octal301711

Shades and tints

Shades of #180F09

#180F09
(24,15,9)
#160E09
(22,14,9)
#140D09
(20,13,9)
#120C09
(18,12,9)
#100B09
(16,11,9)
#0E0A09
(14,10,9)
#0C0909
(12,9,9)
#0A0809
(10,8,9)
#080709
(8,7,9)
#060609
(6,6,9)
#040509
(4,5,9)
#000000
(0,0,0)

Tints of #180F09

#180F09
(24,15,9)
#2D241F
(45,36,31)
#423935
(66,57,53)
#574E4B
(87,78,75)
#6C6361
(108,99,97)
#817877
(129,120,119)
#968D8D
(150,141,141)
#ABA2A3
(171,162,163)
#C0B7B9
(192,183,185)
#D5CCCF
(213,204,207)
#EAE1E5
(234,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #180F09; }

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

This text font color is #180F09.


Background Color

.myBgColor { background-color: #180F09; }

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

This div background color is #180F09.


Border color

.myBorderColor { border: 1px solid #180F09; }

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

This div border color is #180F09.


Opacity

.myOpacity80 { color: #180F09; opacity: 0.8; }

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

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

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

This text has shadow with #180F09 color.

.textShadow {text-shadow: 3px 3px 1px #180F09, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #180F09 on black background.


Color preview on white background

This text has color #180F09 on white background.



Black color preview on #180F09 background

This text has black color on #180F09 background.


White color preview on #180F09 background

This text has white color on #180F09 background.