COLOR #073462

HEX: #073462
RGB: (7,52,98)

Color info

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

RGB color model

#073462 color RGB value is (7,52,98).

  • red value is 7;
  • green value is 52;
  • blue value is 98.
RGB:
(7,52,98)
(3%,20%,38%)

RGB channels and saturation

R 7 of 255 = 3%
G 52 of 255 = 20%
B 98 of 255 = 38%

7
52
98

R + G + B ~ 20%. #073462 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 52 + 98 = 157 (100%)
R 7 of 157 ~ 4.46%
G 52 of 157 ~ 33.12%
B 98 of 157 ~ 62.42%

%33.12
%62.42

CMYK color model

#073462 color CMYK value is (93,47,0,62).

  • cyan value is 92.86%
  • magenta value is 46.94%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(93,47,0,62)
C93M47Y0K62 
(93%,47%,0%,62%)
(0.93/0.47/0.00/0.62)	

CMYK percentages

%92.86
%46.94
%0
%61.57

Codes

Color #073462 in popluar color models

073462
RGB75298
HSL210°86.67%20.59%
HSB/HSV210°92.86%38.43%
CMYK92.86%46.94%0.00%
61.57%

Color #073462 in popluar number systems.

HEX073462
Decimal75298
Binary1111101001100010
Octal764142

Shades and tints

Shades of #073462

#073462
(7,52,98)
#07305A
(7,48,90)
#072C52
(7,44,82)
#07284A
(7,40,74)
#072442
(7,36,66)
#07203A
(7,32,58)
#071C32
(7,28,50)
#07182A
(7,24,42)
#071422
(7,20,34)
#07101A
(7,16,26)
#070C12
(7,12,18)
#000000
(0,0,0)

Tints of #073462

#073462
(7,52,98)
#1D4670
(29,70,112)
#33587E
(51,88,126)
#496A8C
(73,106,140)
#5F7C9A
(95,124,154)
#758EA8
(117,142,168)
#8BA0B6
(139,160,182)
#A1B2C4
(161,178,196)
#B7C4D2
(183,196,210)
#CDD6E0
(205,214,224)
#E3E8EE
(227,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #073462; }

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

This text font color is #073462.


Background Color

.myBgColor { background-color: #073462; }

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

This div background color is #073462.


Border color

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

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

This div border color is #073462.


Opacity

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

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

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

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

This text has shadow with #073462 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #073462 on black background.


Color preview on white background

This text has color #073462 on white background.



Black color preview on #073462 background

This text has black color on #073462 background.


White color preview on #073462 background

This text has white color on #073462 background.