COLOR #041305

HEX: #041305
RGB: (4,19,5)

Color info

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

RGB color model

#041305 color RGB value is (4,19,5).

  • red value is 4;
  • green value is 19;
  • blue value is 5.
RGB:
(4,19,5)
(2%,7%,2%)

RGB channels and saturation

R 4 of 255 = 2%
G 19 of 255 = 7%
B 5 of 255 = 2%

4
19
5

R + G + B ~ 4%. #041305 is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 19 + 5 = 28 (100%)
R 4 of 28 ~ 14.29%
G 19 of 28 ~ 67.86%
B 5 of 28 ~ 17.86%

%14.29
%67.86
%17.86

CMYK color model

#041305 color CMYK value is (79,0,74,93).

  • cyan value is 78.95%
  • magenta value is 0.00%
  • yellow value is 73.68%
  • key color value is 92.55%
CMYK:
(79,0,74,93)
C79M0Y74K93 
(79%,0%,74%,93%)
(0.79/0.00/0.74/0.93)	

CMYK percentages

%78.95
%0
%73.68
%92.55

Codes

Color #041305 in popluar color models

041305
RGB4195
HSL124°65.22%4.51%
HSB/HSV124°78.95%7.45%
CMYK78.95%0.00%73.68%
92.55%

Color #041305 in popluar number systems.

HEX041305
Decimal4195
Binary10010011101
Octal4235

Shades and tints

Shades of #041305

#041305
(4,19,5)
#041205
(4,18,5)
#041105
(4,17,5)
#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)
#000000
(0,0,0)

Tints of #041305

#041305
(4,19,5)
#1A281B
(26,40,27)
#303D31
(48,61,49)
#465247
(70,82,71)
#5C675D
(92,103,93)
#727C73
(114,124,115)
#889189
(136,145,137)
#9EA69F
(158,166,159)
#B4BBB5
(180,187,181)
#CAD0CB
(202,208,203)
#E0E5E1
(224,229,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #041305; }

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

This text font color is #041305.


Background Color

.myBgColor { background-color: #041305; }

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

This div background color is #041305.


Border color

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

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

This div border color is #041305.


Opacity

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

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

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

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

This text has shadow with #041305 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #041305 on black background.


Color preview on white background

This text has color #041305 on white background.



Black color preview on #041305 background

This text has black color on #041305 background.


White color preview on #041305 background

This text has white color on #041305 background.