COLOR #080728

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

Color info

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

RGB color model

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

RGB: (8,7,40) (3%, 3%, 16%)

RGB channels and saturation

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

8
7
40

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

Portions of RGB colors in percentages

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

%14.55
%12.73
%72.73

CMYK color model

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

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

CMYK percentages

%80
%82.5
%0
%84.31

Codes

Color #080728 in popluar color models

08 07 28
RGB 8 7 40
HSL 242° 70.21% 9.22%
HSB/HSV 242° 82.50% 15.69%
CMYK 80.00% 82.50% 0.00%
84.31%

Color #080728 in popluar number systems.

HEX 08 07 28
Decimal 8 7 40
Binary 1000 111 101000
Octal 10 7 50

Shades and tints

Shades of #080728

#080728
(8,7,40)
#080725
(8,7,37)
#080722
(8,7,34)
#08071F
(8,7,31)
#08071C
(8,7,28)
#080719
(8,7,25)
#080716
(8,7,22)
#080713
(8,7,19)
#080710
(8,7,16)
#08070D
(8,7,13)
#08070A
(8,7,10)
#000000
(0,0,0)

Tints of #080728

#080728
(8,7,40)
#1E1D3B
(30,29,59)
#34334E
(52,51,78)
#4A4961
(74,73,97)
#605F74
(96,95,116)
#767587
(118,117,135)
#8C8B9A
(140,139,154)
#A2A1AD
(162,161,173)
#B8B7C0
(184,183,192)
#CECDD3
(206,205,211)
#E4E3E6
(228,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #080728; }

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

This text font color is #080728.

Background Color

.myBgColor { background-color: #080728; }

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

This div background color is #080728.

Border color

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

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

This div border color is #080728.

Opacity

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

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

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

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

This text has shadow with #080728 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #080728.

Preview

Color preview on black background

This text has color #080728 on black background.


Color preview on white background

This text has color #080728 on white background.


Black color preview on #080728 background

This text has black color on #080728 background.


White color preview on #080728 background

This text has white color on #080728 background.


Related colors

Complementary color

Complementary color for #hex is #F7F8D7.


I love getcolorcode.com

Triadic colors

1 #280807 and #072808 with #080728 are triadic colors.

2 #280708 and #070828 with #080728 are triadic colors.