COLOR #051014

HEX: #051014 RGB: (5,16,20)

Color info

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

RGB color model

#051014 color RGB value is (5,16,20).

RGB: (5,16,20) (2%, 6%, 8%)

RGB channels and saturation

R 5 of 255 = 2%
G 16 of 255 = 6%
B 20 of 255 = 8%

5
16
20

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

Portions of RGB colors in percentages

R + G + B = 5 + 16 + 20 = 41 (100%)
R 5 of 41 ~ 12.2%
G 16 of 41 ~ 39.02%
B 20 of 41 ~ 48.78'%

%12.2
%39.02
%48.78

CMYK color model

#051014 color CMYK value is (75,20,0,92).

  • cyan value is 75.00%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 92.16%

CMYK: (75,20,0,92)
C75M20Y0K92 (75%, 20%, 0%, 92%)
(0.75 / 0.20 / 0.00 / 0.92)

CMYK percentages

%75
%20
%0
%92.16

Codes

Color #051014 in popluar color models

05 10 14
RGB 5 16 20
HSL 196° 60.00% 4.90%
HSB/HSV 196° 75.00% 7.84%
CMYK 75.00% 20.00% 0.00%
92.16%

Color #051014 in popluar number systems.

HEX 05 10 14
Decimal 5 16 20
Binary 101 10000 10100
Octal 5 20 24

Shades and tints

Shades of #051014

#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)
#05060A
(5,6,10)
#000000
(0,0,0)

Tints of #051014

#051014
(5,16,20)
#1B2529
(27,37,41)
#313A3E
(49,58,62)
#474F53
(71,79,83)
#5D6468
(93,100,104)
#73797D
(115,121,125)
#898E92
(137,142,146)
#9FA3A7
(159,163,167)
#B5B8BC
(181,184,188)
#CBCDD1
(203,205,209)
#E1E2E6
(225,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #051014 color. Also use rgb(5,16,20) instead hex code.

Text Font Color

.myTextColor { color: #051014; }

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

This text font color is #051014.

Background Color

.myBgColor { background-color: #051014; }

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

This div background color is #051014.

Border color

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

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

This div border color is #051014.

Opacity

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

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

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

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

This text has shadow with #051014 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #051014.

Preview

Color preview on black background

This text has color #051014 on black background.


Color preview on white background

This text has color #051014 on white background.


Black color preview on #051014 background

This text has black color on #051014 background.


White color preview on #051014 background

This text has white color on #051014 background.


Related colors

Complementary color

Complementary color for #hex is #FAEFEB.


I love getcolorcode.com

Triadic colors

1 #140510 and #101405 with #051014 are triadic colors.

2 #141005 and #100514 with #051014 are triadic colors.