COLOR #030743

HEX: #030743
RGB: (3,7,67)

Color info

#030743 contains mainly blue color. Web safe color of #030743 is #000033 (or #003).

RGB color model

#030743 color RGB value is (3,7,67).

  • red value is 3;
  • green value is 7;
  • blue value is 67.
RGB:
(3,7,67)
(1%,3%,26%)

RGB channels and saturation

R 3 of 255 = 1%
G 7 of 255 = 3%
B 67 of 255 = 26%

3
7
67

R + G + B ~ 10%. #030743 is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 7 + 67 = 77 (100%)
R 3 of 77 ~ 3.9%
G 7 of 77 ~ 9.09%
B 67 of 77 ~ 87.01%

%87.01

CMYK color model

#030743 color CMYK value is (96,90,0,74).

  • cyan value is 95.52%
  • magenta value is 89.55%
  • yellow value is 0.00%
  • key color value is 73.73%
CMYK:
(96,90,0,74)
C96M90Y0K74 
(96%,90%,0%,74%)
(0.96/0.90/0.00/0.74)	

CMYK percentages

%95.52
%89.55
%0
%73.73

Codes

Color #030743 in popluar color models

030743
RGB3767
HSL236°91.43%13.73%
HSB/HSV236°95.52%26.27%
CMYK95.52%89.55%0.00%
73.73%

Color #030743 in popluar number systems.

HEX030743
Decimal3767
Binary111111000011
Octal37103

Shades and tints

Shades of #030743

#030743
(3,7,67)
#03073D
(3,7,61)
#030737
(3,7,55)
#030731
(3,7,49)
#03072B
(3,7,43)
#030725
(3,7,37)
#03071F
(3,7,31)
#030719
(3,7,25)
#030713
(3,7,19)
#03070D
(3,7,13)
#030707
(3,7,7)
#000000
(0,0,0)

Tints of #030743

#030743
(3,7,67)
#191D54
(25,29,84)
#2F3365
(47,51,101)
#454976
(69,73,118)
#5B5F87
(91,95,135)
#717598
(113,117,152)
#878BA9
(135,139,169)
#9DA1BA
(157,161,186)
#B3B7CB
(179,183,203)
#C9CDDC
(201,205,220)
#DFE3ED
(223,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #030743; }

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

This text font color is #030743.


Background Color

.myBgColor { background-color: #030743; }

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

This div background color is #030743.


Border color

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

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

This div border color is #030743.


Opacity

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

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

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

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

This text has shadow with #030743 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #030743 on black background.


Color preview on white background

This text has color #030743 on white background.



Black color preview on #030743 background

This text has black color on #030743 background.


White color preview on #030743 background

This text has white color on #030743 background.