COLOR #030728

HEX: #030728 RGB: (3,7,40)

Color info

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

RGB color model

#030728 color RGB value is (3,7,40).

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

RGB channels and saturation

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

3
7
40

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

Portions of RGB colors in percentages

R + G + B = 3 + 7 + 40 = 50 (100%)
R 3 of 50 ~ 6%
G 7 of 50 ~ 14%
B 40 of 50 ~ 80'%

%14
%80

CMYK color model

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

  • cyan value is 92.50%
  • magenta value is 82.50%
  • yellow value is 0.00%
  • key color value is 84.31%

CMYK: (93,83,0,84)
C93M83Y0K84 (93%, 83%, 0%, 84%)
(0.93 / 0.83 / 0.00 / 0.84)

CMYK percentages

%92.5
%82.5
%0
%84.31

Codes

Color #030728 in popluar color models

03 07 28
RGB 3 7 40
HSL 234° 86.05% 8.43%
HSB/HSV 234° 92.50% 15.69%
CMYK 92.50% 82.50% 0.00%
84.31%

Color #030728 in popluar number systems.

HEX 03 07 28
Decimal 3 7 40
Binary 11 111 101000
Octal 3 7 50

Shades and tints

Shades of #030728

#030728
(3,7,40)
#030725
(3,7,37)
#030722
(3,7,34)
#03071F
(3,7,31)
#03071C
(3,7,28)
#030719
(3,7,25)
#030716
(3,7,22)
#030713
(3,7,19)
#030710
(3,7,16)
#03070D
(3,7,13)
#03070A
(3,7,10)
#000000
(0,0,0)

Tints of #030728

#030728
(3,7,40)
#191D3B
(25,29,59)
#2F334E
(47,51,78)
#454961
(69,73,97)
#5B5F74
(91,95,116)
#717587
(113,117,135)
#878B9A
(135,139,154)
#9DA1AD
(157,161,173)
#B3B7C0
(179,183,192)
#C9CDD3
(201,205,211)
#DFE3E6
(223,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #030728; }

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

This text font color is #030728.

Background Color

.myBgColor { background-color: #030728; }

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

This div background color is #030728.

Border color

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

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

This div border color is #030728.

Opacity

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

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

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

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

This text has shadow with #030728 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #030728.

Preview

Color preview on black background

This text has color #030728 on black background.


Color preview on white background

This text has color #030728 on white background.


Black color preview on #030728 background

This text has black color on #030728 background.


White color preview on #030728 background

This text has white color on #030728 background.


Related colors

Complementary color

Complementary color for #hex is #FCF8D7.


I love getcolorcode.com

Triadic colors

1 #280307 and #072803 with #030728 are triadic colors.

2 #280703 and #070328 with #030728 are triadic colors.