COLOR #070828

HEX: #070828
RGB: (7,8,40)

Color info

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

RGB color model

#070828 color RGB value is (7,8,40).

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

RGB channels and saturation

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

7
8
40

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

Portions of RGB colors in percentages

R + G + B =
7 + 8 + 40 = 55 (100%)
R 7 of 55 ~ 12.73%
G 8 of 55 ~ 14.55%
B 40 of 55 ~ 72.73%

%12.73
%14.55
%72.73

CMYK color model

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

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

CMYK percentages

%82.5
%80
%0
%84.31

Codes

Color #070828 in popluar color models

070828
RGB7840
HSL238°70.21%9.22%
HSB/HSV238°82.50%15.69%
CMYK82.50%80.00%0.00%
84.31%

Color #070828 in popluar number systems.

HEX070828
Decimal7840
Binary1111000101000
Octal71050

Shades and tints

Shades of #070828

#070828
(7,8,40)
#070825
(7,8,37)
#070822
(7,8,34)
#07081F
(7,8,31)
#07081C
(7,8,28)
#070819
(7,8,25)
#070816
(7,8,22)
#070813
(7,8,19)
#070810
(7,8,16)
#07080D
(7,8,13)
#07080A
(7,8,10)
#000000
(0,0,0)

Tints of #070828

#070828
(7,8,40)
#1D1E3B
(29,30,59)
#33344E
(51,52,78)
#494A61
(73,74,97)
#5F6074
(95,96,116)
#757687
(117,118,135)
#8B8C9A
(139,140,154)
#A1A2AD
(161,162,173)
#B7B8C0
(183,184,192)
#CDCED3
(205,206,211)
#E3E4E6
(227,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #070828; }

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

This text font color is #070828.


Background Color

.myBgColor { background-color: #070828; }

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

This div background color is #070828.


Border color

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

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

This div border color is #070828.


Opacity

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

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

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

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

This text has shadow with #070828 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #070828 on black background.


Color preview on white background

This text has color #070828 on white background.



Black color preview on #070828 background

This text has black color on #070828 background.


White color preview on #070828 background

This text has white color on #070828 background.