COLOR #041B12

HEX: #041B12
RGB: (4,27,18)

Color info

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

RGB color model

#041B12 color RGB value is (4,27,18).

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

RGB channels and saturation

R 4 of 255 = 2%
G 27 of 255 = 11%
B 18 of 255 = 7%

4
27
18

R + G + B ~ 7%. #041B12 is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 27 + 18 = 49 (100%)
R 4 of 49 ~ 8.16%
G 27 of 49 ~ 55.1%
B 18 of 49 ~ 36.73%

%55.1
%36.73

CMYK color model

#041B12 color CMYK value is (85,0,33,89).

  • cyan value is 85.19%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 89.41%
CMYK:
(85,0,33,89)
C85M0Y33K89 
(85%,0%,33%,89%)
(0.85/0.00/0.33/0.89)	

CMYK percentages

%85.19
%0
%33.33
%89.41

Codes

Color #041B12 in popluar color models

041B12
RGB42718
HSL157°74.19%6.08%
HSB/HSV157°85.19%10.59%
CMYK85.19%0.00%33.33%
89.41%

Color #041B12 in popluar number systems.

HEX041B12
Decimal42718
Binary1001101110010
Octal43322

Shades and tints

Shades of #041B12

#041B12
(4,27,18)
#041911
(4,25,17)
#041710
(4,23,16)
#04150F
(4,21,15)
#04130E
(4,19,14)
#04110D
(4,17,13)
#040F0C
(4,15,12)
#040D0B
(4,13,11)
#040B0A
(4,11,10)
#040909
(4,9,9)
#040708
(4,7,8)
#000000
(0,0,0)

Tints of #041B12

#041B12
(4,27,18)
#1A2F27
(26,47,39)
#30433C
(48,67,60)
#465751
(70,87,81)
#5C6B66
(92,107,102)
#727F7B
(114,127,123)
#889390
(136,147,144)
#9EA7A5
(158,167,165)
#B4BBBA
(180,187,186)
#CACFCF
(202,207,207)
#E0E3E4
(224,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #041B12; }

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

This text font color is #041B12.


Background Color

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

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

This div background color is #041B12.


Border color

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

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

This div border color is #041B12.


Opacity

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

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

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

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

This text has shadow with #041B12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #041B12 on black background.


Color preview on white background

This text has color #041B12 on white background.



Black color preview on #041B12 background

This text has black color on #041B12 background.


White color preview on #041B12 background

This text has white color on #041B12 background.