COLOR #041B1E

HEX: #041B1E
RGB: (4,27,30)

Color info

#041B1E contains red, green and blue colors in about the same proportion. Web safe color of #041B1E is #003333 (or #033).

RGB color model

#041B1E color RGB value is (4,27,30).

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

RGB channels and saturation

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

4
27
30

R + G + B ~ 8%. #041B1E is dark color.

Portions of RGB colors in percentages

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

%44.26
%49.18

CMYK color model

#041B1E color CMYK value is (87,10,0,88).

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

CMYK percentages

%86.67
%10
%0
%88.24

Codes

Color #041B1E in popluar color models

041B1E
RGB42730
HSL187°76.47%6.67%
HSB/HSV187°86.67%11.76%
CMYK86.67%10.00%0.00%
88.24%

Color #041B1E in popluar number systems.

HEX041B1E
Decimal42730
Binary1001101111110
Octal43336

Shades and tints

Shades of #041B1E

#041B1E
(4,27,30)
#04191C
(4,25,28)
#04171A
(4,23,26)
#041518
(4,21,24)
#041316
(4,19,22)
#041114
(4,17,20)
#040F12
(4,15,18)
#040D10
(4,13,16)
#040B0E
(4,11,14)
#04090C
(4,9,12)
#04070A
(4,7,10)
#000000
(0,0,0)

Tints of #041B1E

#041B1E
(4,27,30)
#1A2F32
(26,47,50)
#304346
(48,67,70)
#46575A
(70,87,90)
#5C6B6E
(92,107,110)
#727F82
(114,127,130)
#889396
(136,147,150)
#9EA7AA
(158,167,170)
#B4BBBE
(180,187,190)
#CACFD2
(202,207,210)
#E0E3E6
(224,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #041B1E; }

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

This text font color is #041B1E.


Background Color

.myBgColor { background-color: #041B1E; }

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

This div background color is #041B1E.


Border color

.myBorderColor { border: 1px solid #041B1E; }

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

This div border color is #041B1E.


Opacity

.myOpacity80 { color: #041B1E; opacity: 0.8; }

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

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

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

This text has shadow with #041B1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #041B1E on black background.


Color preview on white background

This text has color #041B1E on white background.



Black color preview on #041B1E background

This text has black color on #041B1E background.


White color preview on #041B1E background

This text has white color on #041B1E background.