COLOR #051115

HEX: #051115
RGB: (5,17,21)

Color info

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

RGB color model

#051115 color RGB value is (5,17,21).

  • red value is 5;
  • green value is 17;
  • blue value is 21.
RGB: (5,17,21) (2%,7%,8%)

RGB channels and saturation

R 5 of 255 = 2%
G 17 of 255 = 7%
B 21 of 255 = 8%

5
17
21

R + G + B ~ 6%. #051115 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 17 + 21 = 43 (100%)
R 5 of 43 ~ 11.63%
G 17 of 43 ~ 39.53%
B 21 of 43 ~ 48.84%

%11.63
%39.53
%48.84

CMYK color model

#051115 color CMYK value is (76,19,0,92).

  • cyan value is 76.19%
  • magenta value is 19.05%
  • yellow value is 0.00%
  • key color value is 91.76%
CMYK: (76,19,0,92) C76M19Y0K92 (76%,19%,0%,92%) (0.76/0.19/0.00/0.92)

CMYK percentages

%76.19
%19.05
%0
%91.76

Codes

Color #051115 in popluar color models

051115
RGB51721
HSL195°61.54%5.10%
HSB/HSV195°76.19%8.24%
CMYK76.19%19.05%0.00%
91.76%

Color #051115 in popluar number systems.

HEX051115
Decimal51721
Binary1011000110101
Octal52125

Shades and tints

Shades of #051115

#051115
(5,17,21)
#051014
(5,16,20)
#050F13
(5,15,19)
#050E12
(5,14,18)
#050D11
(5,13,17)
#050C10
(5,12,16)
#050B0F
(5,11,15)
#050A0E
(5,10,14)
#05090D
(5,9,13)
#05080C
(5,8,12)
#05070B
(5,7,11)
#000000
(0,0,0)

Tints of #051115

#051115
(5,17,21)
#1B262A
(27,38,42)
#313B3F
(49,59,63)
#475054
(71,80,84)
#5D6569
(93,101,105)
#737A7E
(115,122,126)
#898F93
(137,143,147)
#9FA4A8
(159,164,168)
#B5B9BD
(181,185,189)
#CBCED2
(203,206,210)
#E1E3E7
(225,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #051115; }

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

This text font color is #051115.


Background Color

.myBgColor { background-color: #051115; }

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

This div background color is #051115.


Border color

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

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

This div border color is #051115.


Opacity

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

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

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

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

This text has shadow with #051115 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #051115 on black background.


Color preview on white background

This text has color #051115 on white background.



Black color preview on #051115 background

This text has black color on #051115 background.


White color preview on #051115 background

This text has white color on #051115 background.