COLOR #050719

HEX: #050719 RGB: (5,7,25)

Color info

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

RGB color model

#050719 color RGB value is (5,7,25).

RGB: (5,7,25) (2%, 3%, 10%)

RGB channels and saturation

R 5 of 255 = 2%
G 7 of 255 = 3%
B 25 of 255 = 10%

5
7
25

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

Portions of RGB colors in percentages

R + G + B = 5 + 7 + 25 = 37 (100%)
R 5 of 37 ~ 13.51%
G 7 of 37 ~ 18.92%
B 25 of 37 ~ 67.57'%

%13.51
%18.92
%67.57

CMYK color model

#050719 color CMYK value is (80,72,0,90).

  • cyan value is 80.00%
  • magenta value is 72.00%
  • yellow value is 0.00%
  • key color value is 90.20%

CMYK: (80,72,0,90)
C80M72Y0K90 (80%, 72%, 0%, 90%)
(0.80 / 0.72 / 0.00 / 0.90)

CMYK percentages

%80
%72
%0
%90.2

Codes

Color #050719 in popluar color models

05 07 19
RGB 5 7 25
HSL 234° 66.67% 5.88%
HSB/HSV 234° 80.00% 9.80%
CMYK 80.00% 72.00% 0.00%
90.20%

Color #050719 in popluar number systems.

HEX 05 07 19
Decimal 5 7 25
Binary 101 111 11001
Octal 5 7 31

Shades and tints

Shades of #050719

#050719
(5,7,25)
#050717
(5,7,23)
#050715
(5,7,21)
#050713
(5,7,19)
#050711
(5,7,17)
#05070F
(5,7,15)
#05070D
(5,7,13)
#05070B
(5,7,11)
#050709
(5,7,9)
#050707
(5,7,7)
#050705
(5,7,5)
#000000
(0,0,0)

Tints of #050719

#050719
(5,7,25)
#1B1D2D
(27,29,45)
#313341
(49,51,65)
#474955
(71,73,85)
#5D5F69
(93,95,105)
#73757D
(115,117,125)
#898B91
(137,139,145)
#9FA1A5
(159,161,165)
#B5B7B9
(181,183,185)
#CBCDCD
(203,205,205)
#E1E3E1
(225,227,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #050719 color. Also use rgb(5,7,25) instead hex code.

Text Font Color

.myTextColor { color: #050719; }

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

This text font color is #050719.

Background Color

.myBgColor { background-color: #050719; }

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

This div background color is #050719.

Border color

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

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

This div border color is #050719.

Opacity

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

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

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

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

This text has shadow with #050719 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #050719.

Preview

Color preview on black background

This text has color #050719 on black background.


Color preview on white background

This text has color #050719 on white background.


Black color preview on #050719 background

This text has black color on #050719 background.


White color preview on #050719 background

This text has white color on #050719 background.


Related colors

Complementary color

Complementary color for #hex is #FAF8E6.


I love getcolorcode.com

Triadic colors

1 #190507 and #071905 with #050719 are triadic colors.

2 #190705 and #070519 with #050719 are triadic colors.