COLOR #050104

HEX: #050104 RGB: (5,1,4)

Color info

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

RGB color model

#050104 color RGB value is (5,1,4).

RGB: (5,1,4) (2%, 0%, 2%)

RGB channels and saturation

R 5 of 255 = 2%
G 1 of 255 = 0%
B 4 of 255 = 2%

5
1
4

R + G + B ~ 1%. #050104 is dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 1 + 4 = 10 (100%)
R 5 of 10 ~ 50%
G 1 of 10 ~ 10%
B 4 of 10 ~ 40'%

%50
%10
%40

CMYK color model

#050104 color CMYK value is (0,80,20,98).

  • cyan value is 0.00%
  • magenta value is 80.00%
  • yellow value is 20.00%
  • key color value is 98.04%
CMYK: (0,80,20,98) C0M80Y20K98 (0%,80%,20%,98%) (0.00/0.80/0.20/0.98) 

CMYK percentages

%0
%80
%20
%98.04

Codes

Color #050104 in popluar color models

05 01 04
RGB 5 1 4
HSL 315° 66.67% 1.18%
HSB/HSV 315° 80.00% 1.96%
CMYK 0.00% 80.00% 20.00%
98.04%

Color #050104 in popluar number systems.

HEX 05 01 04
Decimal 5 1 4
Binary 101 1 100
Octal 5 1 4

Shades and tints

Tints of #050104

#050104
(5,1,4)
#1B181A
(27,24,26)
#312F30
(49,47,48)
#474646
(71,70,70)
#5D5D5C
(93,93,92)
#737472
(115,116,114)
#898B88
(137,139,136)
#9FA29E
(159,162,158)
#B5B9B4
(181,185,180)
#CBD0CA
(203,208,202)
#E1E7E0
(225,231,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #050104; }

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

This text font color is #050104.

Background Color

.myBgColor { background-color: #050104; }

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

This div background color is #050104.

Border color

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

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

This div border color is #050104.

Opacity

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

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

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

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

This text has shadow with #050104 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #050104.

Preview

Color preview on black background

This text has color #050104 on black background.


Color preview on white background

This text has color #050104 on white background.


Black color preview on #050104 background

This text has black color on #050104 background.


White color preview on #050104 background

This text has white color on #050104 background.


Related colors

Complementary color

Complementary color for #hex is #FAFEFB.


I love getcolorcode.com

Triadic colors

1 #040501 and #010405 with #050104 are triadic colors.

2 #040105 and #010504 with #050104 are triadic colors.