COLOR #1E1B04

HEX: #1E1B04
RGB: (30,27,4)

Color info

#1E1B04 contains red, green and blue colors in about the same proportion. Web safe color of #1E1B04 is #333300 (or #330).

RGB color model

#1E1B04 color RGB value is (30,27,4).

  • red value is 30;
  • green value is 27;
  • blue value is 4.
RGB:
(30,27,4)
(12%,11%,2%)

RGB channels and saturation

R 30 of 255 = 12%
G 27 of 255 = 11%
B 4 of 255 = 2%

30
27
4

R + G + B ~ 8%. #1E1B04 is dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 27 + 4 = 61 (100%)
R 30 of 61 ~ 49.18%
G 27 of 61 ~ 44.26%
B 4 of 61 ~ 6.56%

%49.18
%44.26

CMYK color model

#1E1B04 color CMYK value is (0,10,87,88).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 86.67%
  • key color value is 88.24%
CMYK:
(0,10,87,88)
C0M10Y87K88 
(0%,10%,87%,88%)
(0.00/0.10/0.87/0.88)	

CMYK percentages

%0
%10
%86.67
%88.24

Codes

Color #1E1B04 in popluar color models

1E1B04
RGB30274
HSL53°76.47%6.67%
HSB/HSV53°86.67%11.76%
CMYK0.00%10.00%86.67%
88.24%

Color #1E1B04 in popluar number systems.

HEX1E1B04
Decimal30274
Binary1111011011100
Octal36334

Shades and tints

Shades of #1E1B04

#1E1B04
(30,27,4)
#1C1904
(28,25,4)
#1A1704
(26,23,4)
#181504
(24,21,4)
#161304
(22,19,4)
#141104
(20,17,4)
#120F04
(18,15,4)
#100D04
(16,13,4)
#0E0B04
(14,11,4)
#0C0904
(12,9,4)
#0A0704
(10,7,4)
#000000
(0,0,0)

Tints of #1E1B04

#1E1B04
(30,27,4)
#322F1A
(50,47,26)
#464330
(70,67,48)
#5A5746
(90,87,70)
#6E6B5C
(110,107,92)
#827F72
(130,127,114)
#969388
(150,147,136)
#AAA79E
(170,167,158)
#BEBBB4
(190,187,180)
#D2CFCA
(210,207,202)
#E6E3E0
(230,227,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E1B04; }

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

This text font color is #1E1B04.


Background Color

.myBgColor { background-color: #1E1B04; }

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

This div background color is #1E1B04.


Border color

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

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

This div border color is #1E1B04.


Opacity

.myOpacity80 { color: #1E1B04; opacity: 0.8; }

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

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

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

This text has shadow with #1E1B04 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E1B04 on black background.


Color preview on white background

This text has color #1E1B04 on white background.



Black color preview on #1E1B04 background

This text has black color on #1E1B04 background.


White color preview on #1E1B04 background

This text has white color on #1E1B04 background.