COLOR #040207

HEX: #040207
RGB: (4,2,7)

Color info

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

RGB color model

#040207 color RGB value is (4,2,7).

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

RGB channels and saturation

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

4
2
7

R + G + B ~ 2%. #040207 is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 2 + 7 = 13 (100%)
R 4 of 13 ~ 30.77%
G 2 of 13 ~ 15.38%
B 7 of 13 ~ 53.85%

%30.77
%15.38
%53.85

CMYK color model

#040207 color CMYK value is (43,71,0,97).

  • cyan value is 42.86%
  • magenta value is 71.43%
  • yellow value is 0.00%
  • key color value is 97.25%
CMYK:
(43,71,0,97)
C43M71Y0K97 
(43%,71%,0%,97%)
(0.43/0.71/0.00/0.97)	

CMYK percentages

%42.86
%71.43
%0
%97.25

Codes

Color #040207 in popluar color models

040207
RGB427
HSL264°55.56%1.76%
HSB/HSV264°71.43%2.75%
CMYK42.86%71.43%0.00%
97.25%

Color #040207 in popluar number systems.

HEX040207
Decimal427
Binary10010111
Octal427

Shades and tints

Tints of #040207

#040207
(4,2,7)
#1A191D
(26,25,29)
#303033
(48,48,51)
#464749
(70,71,73)
#5C5E5F
(92,94,95)
#727575
(114,117,117)
#888C8B
(136,140,139)
#9EA3A1
(158,163,161)
#B4BAB7
(180,186,183)
#CAD1CD
(202,209,205)
#E0E8E3
(224,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #040207 color. Also use rgb(4,2,7) instead hex code.

Text Font Color

.myTextColor { color: #040207; }

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

This text font color is #040207.


Background Color

.myBgColor { background-color: #040207; }

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

This div background color is #040207.


Border color

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

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

This div border color is #040207.


Opacity

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

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

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

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

This text has shadow with #040207 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #040207 on black background.


Color preview on white background

This text has color #040207 on white background.



Black color preview on #040207 background

This text has black color on #040207 background.


White color preview on #040207 background

This text has white color on #040207 background.