COLOR #073B7A

HEX: #073B7A RGB: (7,59,122)

Color info

#073B7A contains mainly blue color. Web safe color of #073B7A is #003366 (or #036).

RGB color model

#073B7A color RGB value is (7,59,122).

RGB: (7,59,122) (3%, 23%, 48%)

RGB channels and saturation

R 7 of 255 = 3%
G 59 of 255 = 23%
B 122 of 255 = 48%

7
59
122

R + G + B ~ 25%. #073B7A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 7 + 59 + 122 = 188 (100%)
R 7 of 188 ~ 3.72%
G 59 of 188 ~ 31.38%
B 122 of 188 ~ 64.89'%

%31.38
%64.89

CMYK color model

#073B7A color CMYK value is (94,52,0,52).

  • cyan value is 94.26%
  • magenta value is 51.64%
  • yellow value is 0.00%
  • key color value is 52.16%

CMYK: (94,52,0,52)
C94M52Y0K52 (94%, 52%, 0%, 52%)
(0.94 / 0.52 / 0.00 / 0.52)

CMYK percentages

%94.26
%51.64
%0
%52.16

Codes

Color #073B7A in popluar color models

07 3B 7A
RGB 7 59 122
HSL 213° 89.15% 25.29%
HSB/HSV 213° 94.26% 47.84%
CMYK 94.26% 51.64% 0.00%
52.16%

Color #073B7A in popluar number systems.

HEX 07 3B 7A
Decimal 7 59 122
Binary 111 111011 1111010
Octal 7 73 172

Shades and tints

Shades of #073B7A

#073B7A
(7,59,122)
#07366F
(7,54,111)
#073164
(7,49,100)
#072C59
(7,44,89)
#07274E
(7,39,78)
#072243
(7,34,67)
#071D38
(7,29,56)
#07182D
(7,24,45)
#071322
(7,19,34)
#070E17
(7,14,23)
#07090C
(7,9,12)
#000000
(0,0,0)

Tints of #073B7A

#073B7A
(7,59,122)
#1D4C86
(29,76,134)
#335D92
(51,93,146)
#496E9E
(73,110,158)
#5F7FAA
(95,127,170)
#7590B6
(117,144,182)
#8BA1C2
(139,161,194)
#A1B2CE
(161,178,206)
#B7C3DA
(183,195,218)
#CDD4E6
(205,212,230)
#E3E5F2
(227,229,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #073B7A color. Also use rgb(7,59,122) instead hex code.

Text Font Color

.myTextColor { color: #073B7A; }

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

This text font color is #073B7A.

Background Color

.myBgColor { background-color: #073B7A; }

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

This div background color is #073B7A.

Border color

.myBorderColor { border: 1px solid #073B7A; }

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

This div border color is #073B7A.

Opacity

.myOpacity80 { color: #073B7A; opacity: 0.8; }

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

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

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

This text has shadow with #073B7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #073B7A.

Preview

Color preview on black background

This text has color #073B7A on black background.


Color preview on white background

This text has color #073B7A on white background.


Black color preview on #073B7A background

This text has black color on #073B7A background.


White color preview on #073B7A background

This text has white color on #073B7A background.


Related colors

Complementary color

Complementary color for #hex is #F8C485.


I love getcolorcode.com

Triadic colors

1 #7A073B and #3B7A07 with #073B7A are triadic colors.

2 #7A3B07 and #3B077A with #073B7A are triadic colors.