COLOR #041308

HEX: #041308
RGB: (4,19,8)

Color info

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

RGB color model

#041308 color RGB value is (4,19,8).

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

RGB channels and saturation

R 4 of 255 = 2%
G 19 of 255 = 7%
B 8 of 255 = 3%

4
19
8

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

Portions of RGB colors in percentages

R + G + B =
4 + 19 + 8 = 31 (100%)
R 4 of 31 ~ 12.9%
G 19 of 31 ~ 61.29%
B 8 of 31 ~ 25.81%

%12.9
%61.29
%25.81

CMYK color model

#041308 color CMYK value is (79,0,58,93).

  • cyan value is 78.95%
  • magenta value is 0.00%
  • yellow value is 57.89%
  • key color value is 92.55%
CMYK:
(79,0,58,93)
C79M0Y58K93 
(79%,0%,58%,93%)
(0.79/0.00/0.58/0.93)	

CMYK percentages

%78.95
%0
%57.89
%92.55

Codes

Color #041308 in popluar color models

041308
RGB4198
HSL136°65.22%4.51%
HSB/HSV136°78.95%7.45%
CMYK78.95%0.00%57.89%
92.55%

Color #041308 in popluar number systems.

HEX041308
Decimal4198
Binary100100111000
Octal42310

Shades and tints

Shades of #041308

#041308
(4,19,8)
#041208
(4,18,8)
#041108
(4,17,8)
#041008
(4,16,8)
#040F08
(4,15,8)
#040E08
(4,14,8)
#040D08
(4,13,8)
#040C08
(4,12,8)
#040B08
(4,11,8)
#040A08
(4,10,8)
#040908
(4,9,8)
#000000
(0,0,0)

Tints of #041308

#041308
(4,19,8)
#1A281E
(26,40,30)
#303D34
(48,61,52)
#46524A
(70,82,74)
#5C6760
(92,103,96)
#727C76
(114,124,118)
#88918C
(136,145,140)
#9EA6A2
(158,166,162)
#B4BBB8
(180,187,184)
#CAD0CE
(202,208,206)
#E0E5E4
(224,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #041308; }

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

This text font color is #041308.


Background Color

.myBgColor { background-color: #041308; }

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

This div background color is #041308.


Border color

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

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

This div border color is #041308.


Opacity

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

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

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

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

This text has shadow with #041308 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #041308 on black background.


Color preview on white background

This text has color #041308 on white background.



Black color preview on #041308 background

This text has black color on #041308 background.


White color preview on #041308 background

This text has white color on #041308 background.