COLOR #041F14

HEX: #041F14
RGB: (4,31,20)

Color info

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

RGB color model

#041F14 color RGB value is (4,31,20).

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

RGB channels and saturation

R 4 of 255 = 2%
G 31 of 255 = 12%
B 20 of 255 = 8%

4
31
20

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

Portions of RGB colors in percentages

R + G + B =
4 + 31 + 20 = 55 (100%)
R 4 of 55 ~ 7.27%
G 31 of 55 ~ 56.36%
B 20 of 55 ~ 36.36%

%56.36
%36.36

CMYK color model

#041F14 color CMYK value is (87,0,35,88).

  • cyan value is 87.10%
  • magenta value is 0.00%
  • yellow value is 35.48%
  • key color value is 87.84%
CMYK:
(87,0,35,88)
C87M0Y35K88 
(87%,0%,35%,88%)
(0.87/0.00/0.35/0.88)	

CMYK percentages

%87.1
%0
%35.48
%87.84

Codes

Color #041F14 in popluar color models

041F14
RGB43120
HSL156°77.14%6.86%
HSB/HSV156°87.10%12.16%
CMYK87.10%0.00%35.48%
87.84%

Color #041F14 in popluar number systems.

HEX041F14
Decimal43120
Binary1001111110100
Octal43724

Shades and tints

Shades of #041F14

#041F14
(4,31,20)
#041D13
(4,29,19)
#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)
#000000
(0,0,0)

Tints of #041F14

#041F14
(4,31,20)
#1A3329
(26,51,41)
#30473E
(48,71,62)
#465B53
(70,91,83)
#5C6F68
(92,111,104)
#72837D
(114,131,125)
#889792
(136,151,146)
#9EABA7
(158,171,167)
#B4BFBC
(180,191,188)
#CAD3D1
(202,211,209)
#E0E7E6
(224,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #041F14; }

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

This text font color is #041F14.


Background Color

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

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

This div background color is #041F14.


Border color

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

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

This div border color is #041F14.


Opacity

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

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

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

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

This text has shadow with #041F14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #041F14 on black background.


Color preview on white background

This text has color #041F14 on white background.



Black color preview on #041F14 background

This text has black color on #041F14 background.


White color preview on #041F14 background

This text has white color on #041F14 background.