COLOR #073464

HEX: #073464 RGB: (7,52,100)

Color info

#073464 contains mainly green and blue colors. Web safe color of #073464 is #003366 (or #036).

RGB color model

#073464 color RGB value is (7,52,100).

RGB: (7,52,100) (3%, 20%, 39%)

RGB channels and saturation

R 7 of 255 = 3%
G 52 of 255 = 20%
B 100 of 255 = 39%

7
52
100

R + G + B ~ 21%. #073464 is dark color.

Portions of RGB colors in percentages

R + G + B = 7 + 52 + 100 = 159 (100%)
R 7 of 159 ~ 4.4%
G 52 of 159 ~ 32.7%
B 100 of 159 ~ 62.89'%

%32.7
%62.89

CMYK color model

#073464 color CMYK value is (93,48,0,61).

  • cyan value is 93.00%
  • magenta value is 48.00%
  • yellow value is 0.00%
  • key color value is 60.78%

CMYK: (93,48,0,61)
C93M48Y0K61 (93%, 48%, 0%, 61%)
(0.93 / 0.48 / 0.00 / 0.61)

CMYK percentages

%93
%48
%0
%60.78

Codes

Color #073464 in popluar color models

07 34 64
RGB 7 52 100
HSL 211° 86.92% 20.98%
HSB/HSV 211° 93.00% 39.22%
CMYK 93.00% 48.00% 0.00%
60.78%

Color #073464 in popluar number systems.

HEX 07 34 64
Decimal 7 52 100
Binary 111 110100 1100100
Octal 7 64 144

Shades and tints

Shades of #073464

#073464
(7,52,100)
#07305B
(7,48,91)
#072C52
(7,44,82)
#072849
(7,40,73)
#072440
(7,36,64)
#072037
(7,32,55)
#071C2E
(7,28,46)
#071825
(7,24,37)
#07141C
(7,20,28)
#071013
(7,16,19)
#070C0A
(7,12,10)
#000000
(0,0,0)

Tints of #073464

#073464
(7,52,100)
#1D4672
(29,70,114)
#335880
(51,88,128)
#496A8E
(73,106,142)
#5F7C9C
(95,124,156)
#758EAA
(117,142,170)
#8BA0B8
(139,160,184)
#A1B2C6
(161,178,198)
#B7C4D4
(183,196,212)
#CDD6E2
(205,214,226)
#E3E8F0
(227,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #073464 color. Also use rgb(7,52,100) instead hex code.

Text Font Color

.myTextColor { color: #073464; }

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

This text font color is #073464.

Background Color

.myBgColor { background-color: #073464; }

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

This div background color is #073464.

Border color

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

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

This div border color is #073464.

Opacity

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

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

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

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

This text has shadow with #073464 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #073464.

Preview

Color preview on black background

This text has color #073464 on black background.


Color preview on white background

This text has color #073464 on white background.


Black color preview on #073464 background

This text has black color on #073464 background.


White color preview on #073464 background

This text has white color on #073464 background.


Related colors

Complementary color

Complementary color for #hex is #F8CB9B.


I love getcolorcode.com

Triadic colors

1 #640734 and #346407 with #073464 are triadic colors.

2 #643407 and #340764 with #073464 are triadic colors.