COLOR #070519

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

Color info

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

RGB color model

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

  • red value is 7;
  • green value is 5;
  • blue value is 25.
RGB:
(7,5,25)
(3%,2%,10%)

RGB channels and saturation

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

7
5
25

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

Portions of RGB colors in percentages

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

%18.92
%13.51
%67.57

CMYK color model

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

  • cyan value is 72.00%
  • magenta value is 80.00%
  • yellow value is 0.00%
  • key color value is 90.20%
CMYK:
(72,80,0,90)
C72M80Y0K90 
(72%,80%,0%,90%)
(0.72/0.80/0.00/0.90)	

CMYK percentages

%72
%80
%0
%90.2

Codes

Color #070519 in popluar color models

070519
RGB7525
HSL246°66.67%5.88%
HSB/HSV246°80.00%9.80%
CMYK72.00%80.00%0.00%
90.20%

Color #070519 in popluar number systems.

HEX070519
Decimal7525
Binary11110111001
Octal7531

Shades and tints

Shades of #070519

#070519
(7,5,25)
#070517
(7,5,23)
#070515
(7,5,21)
#070513
(7,5,19)
#070511
(7,5,17)
#07050F
(7,5,15)
#07050D
(7,5,13)
#07050B
(7,5,11)
#070509
(7,5,9)
#070507
(7,5,7)
#070505
(7,5,5)
#000000
(0,0,0)

Tints of #070519

#070519
(7,5,25)
#1D1B2D
(29,27,45)
#333141
(51,49,65)
#494755
(73,71,85)
#5F5D69
(95,93,105)
#75737D
(117,115,125)
#8B8991
(139,137,145)
#A19FA5
(161,159,165)
#B7B5B9
(183,181,185)
#CDCBCD
(205,203,205)
#E3E1E1
(227,225,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #070519; }

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

This text font color is #070519.


Background Color

.myBgColor { background-color: #070519; }

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

This div background color is #070519.


Border color

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

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

This div border color is #070519.


Opacity

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

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

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

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

This text has shadow with #070519 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #070519 on black background.


Color preview on white background

This text has color #070519 on white background.



Black color preview on #070519 background

This text has black color on #070519 background.


White color preview on #070519 background

This text has white color on #070519 background.