COLOR #05151C

HEX: #05151C
RGB: (5,21,28)

Color info

#05151C contains red, green and blue colors in about the same proportion. Web safe color of #05151C is #000033 (or #003).

RGB color model

#05151C color RGB value is (5,21,28).

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

RGB channels and saturation

R 5 of 255 = 2%
G 21 of 255 = 8%
B 28 of 255 = 11%

5
21
28

R + G + B ~ 7%. #05151C is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 21 + 28 = 54 (100%)
R 5 of 54 ~ 9.26%
G 21 of 54 ~ 38.89%
B 28 of 54 ~ 51.85%

%38.89
%51.85

CMYK color model

#05151C color CMYK value is (82,25,0,89).

  • cyan value is 82.14%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 89.02%
CMYK:
(82,25,0,89)
C82M25Y0K89 
(82%,25%,0%,89%)
(0.82/0.25/0.00/0.89)	

CMYK percentages

%82.14
%25
%0
%89.02

Codes

Color #05151C in popluar color models

05151C
RGB52128
HSL198°69.70%6.47%
HSB/HSV198°82.14%10.98%
CMYK82.14%25.00%0.00%
89.02%

Color #05151C in popluar number systems.

HEX05151C
Decimal52128
Binary1011010111100
Octal52534

Shades and tints

Shades of #05151C

#05151C
(5,21,28)
#05141A
(5,20,26)
#051318
(5,19,24)
#051216
(5,18,22)
#051114
(5,17,20)
#051012
(5,16,18)
#050F10
(5,15,16)
#050E0E
(5,14,14)
#050D0C
(5,13,12)
#050C0A
(5,12,10)
#050B08
(5,11,8)
#000000
(0,0,0)

Tints of #05151C

#05151C
(5,21,28)
#1B2A30
(27,42,48)
#313F44
(49,63,68)
#475458
(71,84,88)
#5D696C
(93,105,108)
#737E80
(115,126,128)
#899394
(137,147,148)
#9FA8A8
(159,168,168)
#B5BDBC
(181,189,188)
#CBD2D0
(203,210,208)
#E1E7E4
(225,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #05151C; }

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

This text font color is #05151C.


Background Color

.myBgColor { background-color: #05151C; }

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

This div background color is #05151C.


Border color

.myBorderColor { border: 1px solid #05151C; }

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

This div border color is #05151C.


Opacity

.myOpacity80 { color: #05151C; opacity: 0.8; }

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

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

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

This text has shadow with #05151C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05151C on black background.


Color preview on white background

This text has color #05151C on white background.



Black color preview on #05151C background

This text has black color on #05151C background.


White color preview on #05151C background

This text has white color on #05151C background.