COLOR #181E01

HEX: #181E01
RGB: (24,30,1)

Color info

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

RGB color model

#181E01 color RGB value is (24,30,1).

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

RGB channels and saturation

R 24 of 255 = 9%
G 30 of 255 = 12%
B 1 of 255 = 0%

24
30
1

R + G + B ~ 7%. #181E01 is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 30 + 1 = 55 (100%)
R 24 of 55 ~ 43.64%
G 30 of 55 ~ 54.55%
B 1 of 55 ~ 1.82%

%43.64
%54.55

CMYK color model

#181E01 color CMYK value is (20,0,97,88).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 96.67%
  • key color value is 88.24%
CMYK:
(20,0,97,88)
C20M0Y97K88 
(20%,0%,97%,88%)
(0.20/0.00/0.97/0.88)	

CMYK percentages

%20
%0
%96.67
%88.24

Codes

Color #181E01 in popluar color models

181E01
RGB24301
HSL72°93.55%6.08%
HSB/HSV72°96.67%11.76%
CMYK20.00%0.00%96.67%
88.24%

Color #181E01 in popluar number systems.

HEX181E01
Decimal24301
Binary11000111101
Octal30361

Shades and tints

Shades of #181E01

#181E01
(24,30,1)
#161C01
(22,28,1)
#141A01
(20,26,1)
#121801
(18,24,1)
#101601
(16,22,1)
#0E1401
(14,20,1)
#0C1201
(12,18,1)
#0A1001
(10,16,1)
#080E01
(8,14,1)
#060C01
(6,12,1)
#040A01
(4,10,1)
#000000
(0,0,0)

Tints of #181E01

#181E01
(24,30,1)
#2D3218
(45,50,24)
#42462F
(66,70,47)
#575A46
(87,90,70)
#6C6E5D
(108,110,93)
#818274
(129,130,116)
#96968B
(150,150,139)
#ABAAA2
(171,170,162)
#C0BEB9
(192,190,185)
#D5D2D0
(213,210,208)
#EAE6E7
(234,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #181E01; }

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

This text font color is #181E01.


Background Color

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

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

This div background color is #181E01.


Border color

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

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

This div border color is #181E01.


Opacity

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

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

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

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

This text has shadow with #181E01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #181E01 on black background.


Color preview on white background

This text has color #181E01 on white background.



Black color preview on #181E01 background

This text has black color on #181E01 background.


White color preview on #181E01 background

This text has white color on #181E01 background.