COLOR #050407

HEX: #050407
RGB: (5,4,7)

Color info

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

RGB color model

#050407 color RGB value is (5,4,7).

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

RGB channels and saturation

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

5
4
7

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

Portions of RGB colors in percentages

R + G + B =
5 + 4 + 7 = 16 (100%)
R 5 of 16 ~ 31.25%
G 4 of 16 ~ 25%
B 7 of 16 ~ 43.75%

%31.25
%25
%43.75

CMYK color model

#050407 color CMYK value is (29,43,0,97).

  • cyan value is 28.57%
  • magenta value is 42.86%
  • yellow value is 0.00%
  • key color value is 97.25%
CMYK:
(29,43,0,97)
C29M43Y0K97 
(29%,43%,0%,97%)
(0.29/0.43/0.00/0.97)	

CMYK percentages

%28.57
%42.86
%0
%97.25

Codes

Color #050407 in popluar color models

050407
RGB547
HSL260°27.27%2.16%
HSB/HSV260°42.86%2.75%
CMYK28.57%42.86%0.00%
97.25%

Color #050407 in popluar number systems.

HEX050407
Decimal547
Binary101100111
Octal547

Shades and tints

Tints of #050407

#050407
(5,4,7)
#1B1A1D
(27,26,29)
#313033
(49,48,51)
#474649
(71,70,73)
#5D5C5F
(93,92,95)
#737275
(115,114,117)
#89888B
(137,136,139)
#9F9EA1
(159,158,161)
#B5B4B7
(181,180,183)
#CBCACD
(203,202,205)
#E1E0E3
(225,224,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #050407; }

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

This text font color is #050407.


Background Color

.myBgColor { background-color: #050407; }

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

This div background color is #050407.


Border color

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

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

This div border color is #050407.


Opacity

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

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

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

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

This text has shadow with #050407 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #050407 on black background.


Color preview on white background

This text has color #050407 on white background.



Black color preview on #050407 background

This text has black color on #050407 background.


White color preview on #050407 background

This text has white color on #050407 background.