COLOR #05041A

HEX: #05041A
RGB: (5,4,26)

Color info

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

RGB color model

#05041A color RGB value is (5,4,26).

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

RGB channels and saturation

R 5 of 255 = 2%
G 4 of 255 = 2%
B 26 of 255 = 10%

5
4
26

R + G + B ~ 5%. #05041A is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 4 + 26 = 35 (100%)
R 5 of 35 ~ 14.29%
G 4 of 35 ~ 11.43%
B 26 of 35 ~ 74.29%

%14.29
%11.43
%74.29

CMYK color model

#05041A color CMYK value is (81,85,0,90).

  • cyan value is 80.77%
  • magenta value is 84.62%
  • yellow value is 0.00%
  • key color value is 89.80%
CMYK:
(81,85,0,90)
C81M85Y0K90 
(81%,85%,0%,90%)
(0.81/0.85/0.00/0.90)	

CMYK percentages

%80.77
%84.62
%0
%89.8

Codes

Color #05041A in popluar color models

05041A
RGB5426
HSL243°73.33%5.88%
HSB/HSV243°84.62%10.20%
CMYK80.77%84.62%0.00%
89.80%

Color #05041A in popluar number systems.

HEX05041A
Decimal5426
Binary10110011010
Octal5432

Shades and tints

Shades of #05041A

#05041A
(5,4,26)
#050418
(5,4,24)
#050416
(5,4,22)
#050414
(5,4,20)
#050412
(5,4,18)
#050410
(5,4,16)
#05040E
(5,4,14)
#05040C
(5,4,12)
#05040A
(5,4,10)
#050408
(5,4,8)
#050406
(5,4,6)
#000000
(0,0,0)

Tints of #05041A

#05041A
(5,4,26)
#1B1A2E
(27,26,46)
#313042
(49,48,66)
#474656
(71,70,86)
#5D5C6A
(93,92,106)
#73727E
(115,114,126)
#898892
(137,136,146)
#9F9EA6
(159,158,166)
#B5B4BA
(181,180,186)
#CBCACE
(203,202,206)
#E1E0E2
(225,224,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #05041A; }

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

This text font color is #05041A.


Background Color

.myBgColor { background-color: #05041A; }

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

This div background color is #05041A.


Border color

.myBorderColor { border: 1px solid #05041A; }

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

This div border color is #05041A.


Opacity

.myOpacity80 { color: #05041A; opacity: 0.8; }

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

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

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

This text has shadow with #05041A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05041A on black background.


Color preview on white background

This text has color #05041A on white background.



Black color preview on #05041A background

This text has black color on #05041A background.


White color preview on #05041A background

This text has white color on #05041A background.