COLOR #073E7A

HEX: #073E7A RGB: (7,62,122)

Color info

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

RGB color model

#073E7A color RGB value is (7,62,122).

RGB: (7,62,122) (3%, 24%, 48%)

RGB channels and saturation

R 7 of 255 = 3%
G 62 of 255 = 24%
B 122 of 255 = 48%

7
62
122

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

Portions of RGB colors in percentages

R + G + B = 7 + 62 + 122 = 191 (100%)
R 7 of 191 ~ 3.66%
G 62 of 191 ~ 32.46%
B 122 of 191 ~ 63.87'%

%32.46
%63.87

CMYK color model

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

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

CMYK: (94,49,0,52)
C94M49Y0K52 (94%, 49%, 0%, 52%)
(0.94 / 0.49 / 0.00 / 0.52)

CMYK percentages

%94.26
%49.18
%0
%52.16

Codes

Color #073E7A in popluar color models

07 3E 7A
RGB 7 62 122
HSL 211° 89.15% 25.29%
HSB/HSV 211° 94.26% 47.84%
CMYK 94.26% 49.18% 0.00%
52.16%

Color #073E7A in popluar number systems.

HEX 07 3E 7A
Decimal 7 62 122
Binary 111 111110 1111010
Octal 7 76 172

Shades and tints

Shades of #073E7A

#073E7A
(7,62,122)
#07396F
(7,57,111)
#073464
(7,52,100)
#072F59
(7,47,89)
#072A4E
(7,42,78)
#072543
(7,37,67)
#072038
(7,32,56)
#071B2D
(7,27,45)
#071622
(7,22,34)
#071117
(7,17,23)
#070C0C
(7,12,12)
#000000
(0,0,0)

Tints of #073E7A

#073E7A
(7,62,122)
#1D4F86
(29,79,134)
#336092
(51,96,146)
#49719E
(73,113,158)
#5F82AA
(95,130,170)
#7593B6
(117,147,182)
#8BA4C2
(139,164,194)
#A1B5CE
(161,181,206)
#B7C6DA
(183,198,218)
#CDD7E6
(205,215,230)
#E3E8F2
(227,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #073E7A; }

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

This text font color is #073E7A.

Background Color

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

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

This div background color is #073E7A.

Border color

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

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

This div border color is #073E7A.

Opacity

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

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

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

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

This text has shadow with #073E7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #073E7A.

Preview

Color preview on black background

This text has color #073E7A on black background.


Color preview on white background

This text has color #073E7A on white background.


Black color preview on #073E7A background

This text has black color on #073E7A background.


White color preview on #073E7A background

This text has white color on #073E7A background.


Related colors

Complementary color

Complementary color for #hex is #F8C185.


I love getcolorcode.com

Triadic colors

1 #7A073E and #3E7A07 with #073E7A are triadic colors.

2 #7A3E07 and #3E077A with #073E7A are triadic colors.