COLOR #040103

HEX: #040103 RGB: (4,1,3)

Color info

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

RGB color model

#040103 color RGB value is (4,1,3).

RGB: (4,1,3) (2%, 0%, 1%)

RGB channels and saturation

R 4 of 255 = 2%
G 1 of 255 = 0%
B 3 of 255 = 1%

4
1
3

R + G + B ~ 1%. #040103 is dark color.

Portions of RGB colors in percentages

R + G + B = 4 + 1 + 3 = 8 (100%)
R 4 of 8 ~ 50%
G 1 of 8 ~ 12.5%
B 3 of 8 ~ 37.5'%

%50
%12.5
%37.5

CMYK color model

#040103 color CMYK value is (0,75,25,98).

  • cyan value is 0.00%
  • magenta value is 75.00%
  • yellow value is 25.00%
  • key color value is 98.43%

CMYK: (0,75,25,98)
C0M75Y25K98 (0%, 75%, 25%, 98%)
(0.00 / 0.75 / 0.25 / 0.98)

CMYK percentages

%0
%75
%25
%98.43

Codes

Color #040103 in popluar color models

04 01 03
RGB 4 1 3
HSL 320° 60.00% 0.98%
HSB/HSV 320° 75.00% 1.57%
CMYK 0.00% 75.00% 25.00%
98.43%

Color #040103 in popluar number systems.

HEX 04 01 03
Decimal 4 1 3
Binary 100 1 11
Octal 4 1 3

Shades and tints

Tints of #040103

#040103
(4,1,3)
#1A1819
(26,24,25)
#302F2F
(48,47,47)
#464645
(70,70,69)
#5C5D5B
(92,93,91)
#727471
(114,116,113)
#888B87
(136,139,135)
#9EA29D
(158,162,157)
#B4B9B3
(180,185,179)
#CAD0C9
(202,208,201)
#E0E7DF
(224,231,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #040103; }

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

This text font color is #040103.

Background Color

.myBgColor { background-color: #040103; }

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

This div background color is #040103.

Border color

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

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

This div border color is #040103.

Opacity

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

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

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

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

This text has shadow with #040103 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #040103.

Preview

Color preview on black background

This text has color #040103 on black background.


Color preview on white background

This text has color #040103 on white background.


Black color preview on #040103 background

This text has black color on #040103 background.


White color preview on #040103 background

This text has white color on #040103 background.


Related colors

Complementary color

Complementary color for #hex is #FBFEFC.


I love getcolorcode.com

Triadic colors

1 #030401 and #010304 with #040103 are triadic colors.

2 #030104 and #010403 with #040103 are triadic colors.