COLOR #03040E

HEX: #03040E
RGB: (3,4,14)

Color info

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

RGB color model

#03040E color RGB value is (3,4,14).

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

RGB channels and saturation

R 3 of 255 = 1%
G 4 of 255 = 2%
B 14 of 255 = 5%

3
4
14

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

Portions of RGB colors in percentages

R + G + B =
3 + 4 + 14 = 21 (100%)
R 3 of 21 ~ 14.29%
G 4 of 21 ~ 19.05%
B 14 of 21 ~ 66.67%

%14.29
%19.05
%66.67

CMYK color model

#03040E color CMYK value is (79,71,0,95).

  • cyan value is 78.57%
  • magenta value is 71.43%
  • yellow value is 0.00%
  • key color value is 94.51%
CMYK:
(79,71,0,95)
C79M71Y0K95 
(79%,71%,0%,95%)
(0.79/0.71/0.00/0.95)	

CMYK percentages

%78.57
%71.43
%0
%94.51

Codes

Color #03040E in popluar color models

03040E
RGB3414
HSL235°64.71%3.33%
HSB/HSV235°78.57%5.49%
CMYK78.57%71.43%0.00%
94.51%

Color #03040E in popluar number systems.

HEX03040E
Decimal3414
Binary111001110
Octal3416

Shades and tints

Shades of #03040E

#03040E
(3,4,14)
#03040D
(3,4,13)
#03040C
(3,4,12)
#03040B
(3,4,11)
#03040A
(3,4,10)
#030409
(3,4,9)
#030408
(3,4,8)
#030407
(3,4,7)
#030406
(3,4,6)
#030405
(3,4,5)
#030404
(3,4,4)
#000000
(0,0,0)

Tints of #03040E

#03040E
(3,4,14)
#191A23
(25,26,35)
#2F3038
(47,48,56)
#45464D
(69,70,77)
#5B5C62
(91,92,98)
#717277
(113,114,119)
#87888C
(135,136,140)
#9D9EA1
(157,158,161)
#B3B4B6
(179,180,182)
#C9CACB
(201,202,203)
#DFE0E0
(223,224,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #03040E; }

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

This text font color is #03040E.


Background Color

.myBgColor { background-color: #03040E; }

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

This div background color is #03040E.


Border color

.myBorderColor { border: 1px solid #03040E; }

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

This div border color is #03040E.


Opacity

.myOpacity80 { color: #03040E; opacity: 0.8; }

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

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

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

This text has shadow with #03040E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #03040E on black background.


Color preview on white background

This text has color #03040E on white background.



Black color preview on #03040E background

This text has black color on #03040E background.


White color preview on #03040E background

This text has white color on #03040E background.