COLOR #041003

HEX: #041003
RGB: (4,16,3)

Color info

#041003 contains red, green and blue colors in about the same proportion. Web safe color of #041003 is #000000 (or #000).

RGB color model

#041003 color RGB value is (4,16,3).

  • red value is 4;
  • green value is 16;
  • blue value is 3.
RGB:
(4,16,3)
(2%,6%,1%)

RGB channels and saturation

R 4 of 255 = 2%
G 16 of 255 = 6%
B 3 of 255 = 1%

4
16
3

R + G + B ~ 3%. #041003 is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 16 + 3 = 23 (100%)
R 4 of 23 ~ 17.39%
G 16 of 23 ~ 69.57%
B 3 of 23 ~ 13.04%

%17.39
%69.57
%13.04

CMYK color model

#041003 color CMYK value is (75,0,81,94).

  • cyan value is 75.00%
  • magenta value is 0.00%
  • yellow value is 81.25%
  • key color value is 93.73%
CMYK:
(75,0,81,94)
C75M0Y81K94 
(75%,0%,81%,94%)
(0.75/0.00/0.81/0.94)	

CMYK percentages

%75
%0
%81.25
%93.73

Codes

Color #041003 in popluar color models

041003
RGB4163
HSL115°68.42%3.73%
HSB/HSV115°81.25%6.27%
CMYK75.00%0.00%81.25%
93.73%

Color #041003 in popluar number systems.

HEX041003
Decimal4163
Binary1001000011
Octal4203

Shades and tints

Shades of #041003

#041003
(4,16,3)
#040F03
(4,15,3)
#040E03
(4,14,3)
#040D03
(4,13,3)
#040C03
(4,12,3)
#040B03
(4,11,3)
#040A03
(4,10,3)
#040903
(4,9,3)
#040803
(4,8,3)
#040703
(4,7,3)
#040603
(4,6,3)
#000000
(0,0,0)

Tints of #041003

#041003
(4,16,3)
#1A2519
(26,37,25)
#303A2F
(48,58,47)
#464F45
(70,79,69)
#5C645B
(92,100,91)
#727971
(114,121,113)
#888E87
(136,142,135)
#9EA39D
(158,163,157)
#B4B8B3
(180,184,179)
#CACDC9
(202,205,201)
#E0E2DF
(224,226,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #041003 color. Also use rgb(4,16,3) instead hex code.

Text Font Color

.myTextColor { color: #041003; }

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

This text font color is #041003.


Background Color

.myBgColor { background-color: #041003; }

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

This div background color is #041003.


Border color

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

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

This div border color is #041003.


Opacity

.myOpacity80 { color: #041003; opacity: 0.8; }

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

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

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

This text has shadow with #041003 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #041003 on black background.


Color preview on white background

This text has color #041003 on white background.



Black color preview on #041003 background

This text has black color on #041003 background.


White color preview on #041003 background

This text has white color on #041003 background.