COLOR #180401

HEX: #180401
RGB: (24,4,1)

Color info

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

RGB color model

#180401 color RGB value is (24,4,1).

  • red value is 24;
  • green value is 4;
  • blue value is 1.
RGB:
(24,4,1)
(9%,2%,0%)

RGB channels and saturation

R 24 of 255 = 9%
G 4 of 255 = 2%
B 1 of 255 = 0%

24
4
1

R + G + B ~ 4%. #180401 is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 4 + 1 = 29 (100%)
R 24 of 29 ~ 82.76%
G 4 of 29 ~ 13.79%
B 1 of 29 ~ 3.45%

%82.76
%13.79

CMYK color model

#180401 color CMYK value is (0,83,96,91).

  • cyan value is 0.00%
  • magenta value is 83.33%
  • yellow value is 95.83%
  • key color value is 90.59%
CMYK:
(0,83,96,91)
C0M83Y96K91 
(0%,83%,96%,91%)
(0.00/0.83/0.96/0.91)	

CMYK percentages

%0
%83.33
%95.83
%90.59

Codes

Color #180401 in popluar color models

180401
RGB2441
HSL92.00%4.90%
HSB/HSV95.83%9.41%
CMYK0.00%83.33%95.83%
90.59%

Color #180401 in popluar number systems.

HEX180401
Decimal2441
Binary110001001
Octal3041

Shades and tints

Shades of #180401

#180401
(24,4,1)
#160401
(22,4,1)
#140401
(20,4,1)
#120401
(18,4,1)
#100401
(16,4,1)
#0E0401
(14,4,1)
#0C0401
(12,4,1)
#0A0401
(10,4,1)
#080401
(8,4,1)
#060401
(6,4,1)
#040401
(4,4,1)
#000000
(0,0,0)

Tints of #180401

#180401
(24,4,1)
#2D1A18
(45,26,24)
#42302F
(66,48,47)
#574646
(87,70,70)
#6C5C5D
(108,92,93)
#817274
(129,114,116)
#96888B
(150,136,139)
#AB9EA2
(171,158,162)
#C0B4B9
(192,180,185)
#D5CAD0
(213,202,208)
#EAE0E7
(234,224,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #180401 color. Also use rgb(24,4,1) instead hex code.

Text Font Color

.myTextColor { color: #180401; }

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

This text font color is #180401.


Background Color

.myBgColor { background-color: #180401; }

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

This div background color is #180401.


Border color

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

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

This div border color is #180401.


Opacity

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

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

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

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

This text has shadow with #180401 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #180401 on black background.


Color preview on white background

This text has color #180401 on white background.



Black color preview on #180401 background

This text has black color on #180401 background.


White color preview on #180401 background

This text has white color on #180401 background.