COLOR #070728

HEX: #070728
RGB: (7,7,40)

Color info

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

RGB color model

#070728 color RGB value is (7,7,40).

  • red value is 7;
  • green value is 7;
  • blue value is 40.
RGB:
(7,7,40)
(3%,3%,16%)

RGB channels and saturation

R 7 of 255 = 3%
G 7 of 255 = 3%
B 40 of 255 = 16%

7
7
40

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

Portions of RGB colors in percentages

R + G + B =
7 + 7 + 40 = 54 (100%)
R 7 of 54 ~ 12.96%
G 7 of 54 ~ 12.96%
B 40 of 54 ~ 74.07%

%12.96
%12.96
%74.07

CMYK color model

#070728 color CMYK value is (83,83,0,84).

  • cyan value is 82.50%
  • magenta value is 82.50%
  • yellow value is 0.00%
  • key color value is 84.31%
CMYK:
(83,83,0,84)
C83M83Y0K84 
(83%,83%,0%,84%)
(0.83/0.83/0.00/0.84)	

CMYK percentages

%82.5
%82.5
%0
%84.31

Codes

Color #070728 in popluar color models

070728
RGB7740
HSL240°70.21%9.22%
HSB/HSV240°82.50%15.69%
CMYK82.50%82.50%0.00%
84.31%

Color #070728 in popluar number systems.

HEX070728
Decimal7740
Binary111111101000
Octal7750

Shades and tints

Shades of #070728

#070728
(7,7,40)
#070725
(7,7,37)
#070722
(7,7,34)
#07071F
(7,7,31)
#07071C
(7,7,28)
#070719
(7,7,25)
#070716
(7,7,22)
#070713
(7,7,19)
#070710
(7,7,16)
#07070D
(7,7,13)
#07070A
(7,7,10)
#000000
(0,0,0)

Tints of #070728

#070728
(7,7,40)
#1D1D3B
(29,29,59)
#33334E
(51,51,78)
#494961
(73,73,97)
#5F5F74
(95,95,116)
#757587
(117,117,135)
#8B8B9A
(139,139,154)
#A1A1AD
(161,161,173)
#B7B7C0
(183,183,192)
#CDCDD3
(205,205,211)
#E3E3E6
(227,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #070728; }

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

This text font color is #070728.


Background Color

.myBgColor { background-color: #070728; }

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

This div background color is #070728.


Border color

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

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

This div border color is #070728.


Opacity

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

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

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

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

This text has shadow with #070728 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #070728 on black background.


Color preview on white background

This text has color #070728 on white background.



Black color preview on #070728 background

This text has black color on #070728 background.


White color preview on #070728 background

This text has white color on #070728 background.