COLOR #041005

HEX: #041005 RGB: (4,16,5)

Color info

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

RGB color model

#041005 color RGB value is (4,16,5).

RGB: (4,16,5) (2%, 6%, 2%)

RGB channels and saturation

R 4 of 255 = 2%
G 16 of 255 = 6%
B 5 of 255 = 2%

4
16
5

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

Portions of RGB colors in percentages

R + G + B = 4 + 16 + 5 = 25 (100%)
R 4 of 25 ~ 16%
G 16 of 25 ~ 64%
B 5 of 25 ~ 20'%

%16
%64
%20

CMYK color model

#041005 color CMYK value is (75,0,69,94).

  • cyan value is 75.00%
  • magenta value is 0.00%
  • yellow value is 68.75%
  • key color value is 93.73%

CMYK: (75,0,69,94)
C75M0Y69K94 (75%, 0%, 69%, 94%)
(0.75 / 0.00 / 0.69 / 0.94)

CMYK percentages

%75
%0
%68.75
%93.73

Codes

Color #041005 in popluar color models

04 10 05
RGB 4 16 5
HSL 125° 60.00% 3.92%
HSB/HSV 125° 75.00% 6.27%
CMYK 75.00% 0.00% 68.75%
93.73%

Color #041005 in popluar number systems.

HEX 04 10 05
Decimal 4 16 5
Binary 100 10000 101
Octal 4 20 5

Shades and tints

Shades of #041005

#041005
(4,16,5)
#040F05
(4,15,5)
#040E05
(4,14,5)
#040D05
(4,13,5)
#040C05
(4,12,5)
#040B05
(4,11,5)
#040A05
(4,10,5)
#040905
(4,9,5)
#040805
(4,8,5)
#040705
(4,7,5)
#040605
(4,6,5)
#000000
(0,0,0)

Tints of #041005

#041005
(4,16,5)
#1A251B
(26,37,27)
#303A31
(48,58,49)
#464F47
(70,79,71)
#5C645D
(92,100,93)
#727973
(114,121,115)
#888E89
(136,142,137)
#9EA39F
(158,163,159)
#B4B8B5
(180,184,181)
#CACDCB
(202,205,203)
#E0E2E1
(224,226,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #041005; }

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

This text font color is #041005.

Background Color

.myBgColor { background-color: #041005; }

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

This div background color is #041005.

Border color

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

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

This div border color is #041005.

Opacity

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

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

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

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

This text has shadow with #041005 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #041005.

Preview

Color preview on black background

This text has color #041005 on black background.


Color preview on white background

This text has color #041005 on white background.


Black color preview on #041005 background

This text has black color on #041005 background.


White color preview on #041005 background

This text has white color on #041005 background.


Related colors

Complementary color

Complementary color for #hex is #FBEFFA.


I love getcolorcode.com

Triadic colors

1 #050410 and #100504 with #041005 are triadic colors.

2 #051004 and #100405 with #041005 are triadic colors.