COLOR #050615

HEX: #050615 RGB: (5,6,21)

Color info

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

RGB color model

#050615 color RGB value is (5,6,21).

RGB: (5,6,21) (2%, 2%, 8%)

RGB channels and saturation

R 5 of 255 = 2%
G 6 of 255 = 2%
B 21 of 255 = 8%

5
6
21

R + G + B ~ 4%. #050615 is dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 6 + 21 = 32 (100%)
R 5 of 32 ~ 15.63%
G 6 of 32 ~ 18.75%
B 21 of 32 ~ 65.63'%

%15.63
%18.75
%65.63

CMYK color model

#050615 color CMYK value is (76,71,0,92).

  • cyan value is 76.19%
  • magenta value is 71.43%
  • yellow value is 0.00%
  • key color value is 91.76%

CMYK: (76,71,0,92)
C76M71Y0K92 (76%, 71%, 0%, 92%)
(0.76 / 0.71 / 0.00 / 0.92)

CMYK percentages

%76.19
%71.43
%0
%91.76

Codes

Color #050615 in popluar color models

05 06 15
RGB 5 6 21
HSL 236° 61.54% 5.10%
HSB/HSV 236° 76.19% 8.24%
CMYK 76.19% 71.43% 0.00%
91.76%

Color #050615 in popluar number systems.

HEX 05 06 15
Decimal 5 6 21
Binary 101 110 10101
Octal 5 6 25

Shades and tints

Shades of #050615

#050615
(5,6,21)
#050614
(5,6,20)
#050613
(5,6,19)
#050612
(5,6,18)
#050611
(5,6,17)
#050610
(5,6,16)
#05060F
(5,6,15)
#05060E
(5,6,14)
#05060D
(5,6,13)
#05060C
(5,6,12)
#05060B
(5,6,11)
#000000
(0,0,0)

Tints of #050615

#050615
(5,6,21)
#1B1C2A
(27,28,42)
#31323F
(49,50,63)
#474854
(71,72,84)
#5D5E69
(93,94,105)
#73747E
(115,116,126)
#898A93
(137,138,147)
#9FA0A8
(159,160,168)
#B5B6BD
(181,182,189)
#CBCCD2
(203,204,210)
#E1E2E7
(225,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #050615 color. Also use rgb(5,6,21) instead hex code.

Text Font Color

.myTextColor { color: #050615; }

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

This text font color is #050615.

Background Color

.myBgColor { background-color: #050615; }

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

This div background color is #050615.

Border color

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

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

This div border color is #050615.

Opacity

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

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

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

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

This text has shadow with #050615 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #050615.

Preview

Color preview on black background

This text has color #050615 on black background.


Color preview on white background

This text has color #050615 on white background.


Black color preview on #050615 background

This text has black color on #050615 background.


White color preview on #050615 background

This text has white color on #050615 background.


Related colors

Complementary color

Complementary color for #hex is #FAF9EA.


I love getcolorcode.com

Triadic colors

1 #150506 and #061505 with #050615 are triadic colors.

2 #150605 and #060515 with #050615 are triadic colors.