COLOR #041F16

HEX: #041F16
RGB: (4,31,22)

Color info

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

RGB color model

#041F16 color RGB value is (4,31,22).

  • red value is 4;
  • green value is 31;
  • blue value is 22.
RGB:
(4,31,22)
(2%,12%,9%)

RGB channels and saturation

R 4 of 255 = 2%
G 31 of 255 = 12%
B 22 of 255 = 9%

4
31
22

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

Portions of RGB colors in percentages

R + G + B =
4 + 31 + 22 = 57 (100%)
R 4 of 57 ~ 7.02%
G 31 of 57 ~ 54.39%
B 22 of 57 ~ 38.6%

%54.39
%38.6

CMYK color model

#041F16 color CMYK value is (87,0,29,88).

  • cyan value is 87.10%
  • magenta value is 0.00%
  • yellow value is 29.03%
  • key color value is 87.84%
CMYK:
(87,0,29,88)
C87M0Y29K88 
(87%,0%,29%,88%)
(0.87/0.00/0.29/0.88)	

CMYK percentages

%87.1
%0
%29.03
%87.84

Codes

Color #041F16 in popluar color models

041F16
RGB43122
HSL160°77.14%6.86%
HSB/HSV160°87.10%12.16%
CMYK87.10%0.00%29.03%
87.84%

Color #041F16 in popluar number systems.

HEX041F16
Decimal43122
Binary1001111110110
Octal43726

Shades and tints

Shades of #041F16

#041F16
(4,31,22)
#041D14
(4,29,20)
#041B12
(4,27,18)
#041910
(4,25,16)
#04170E
(4,23,14)
#04150C
(4,21,12)
#04130A
(4,19,10)
#041108
(4,17,8)
#040F06
(4,15,6)
#040D04
(4,13,4)
#040B02
(4,11,2)
#000000
(0,0,0)

Tints of #041F16

#041F16
(4,31,22)
#1A332B
(26,51,43)
#304740
(48,71,64)
#465B55
(70,91,85)
#5C6F6A
(92,111,106)
#72837F
(114,131,127)
#889794
(136,151,148)
#9EABA9
(158,171,169)
#B4BFBE
(180,191,190)
#CAD3D3
(202,211,211)
#E0E7E8
(224,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #041F16 color. Also use rgb(4,31,22) instead hex code.

Text Font Color

.myTextColor { color: #041F16; }

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

This text font color is #041F16.


Background Color

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

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

This div background color is #041F16.


Border color

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

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

This div border color is #041F16.


Opacity

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

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

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

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

This text has shadow with #041F16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #041F16 on black background.


Color preview on white background

This text has color #041F16 on white background.



Black color preview on #041F16 background

This text has black color on #041F16 background.


White color preview on #041F16 background

This text has white color on #041F16 background.