COLOR #073559

HEX: #073559
RGB: (7,53,89)

Color info

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

RGB color model

#073559 color RGB value is (7,53,89).

  • red value is 7;
  • green value is 53;
  • blue value is 89.
RGB:
(7,53,89)
(3%,21%,35%)

RGB channels and saturation

R 7 of 255 = 3%
G 53 of 255 = 21%
B 89 of 255 = 35%

7
53
89

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

Portions of RGB colors in percentages

R + G + B =
7 + 53 + 89 = 149 (100%)
R 7 of 149 ~ 4.7%
G 53 of 149 ~ 35.57%
B 89 of 149 ~ 59.73%

%35.57
%59.73

CMYK color model

#073559 color CMYK value is (92,40,0,65).

  • cyan value is 92.13%
  • magenta value is 40.45%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(92,40,0,65)
C92M40Y0K65 
(92%,40%,0%,65%)
(0.92/0.40/0.00/0.65)	

CMYK percentages

%92.13
%40.45
%0
%65.1

Codes

Color #073559 in popluar color models

073559
RGB75389
HSL206°85.42%18.82%
HSB/HSV206°92.13%34.90%
CMYK92.13%40.45%0.00%
65.10%

Color #073559 in popluar number systems.

HEX073559
Decimal75389
Binary1111101011011001
Octal765131

Shades and tints

Shades of #073559

#073559
(7,53,89)
#073151
(7,49,81)
#072D49
(7,45,73)
#072941
(7,41,65)
#072539
(7,37,57)
#072131
(7,33,49)
#071D29
(7,29,41)
#071921
(7,25,33)
#071519
(7,21,25)
#071111
(7,17,17)
#070D09
(7,13,9)
#000000
(0,0,0)

Tints of #073559

#073559
(7,53,89)
#1D4768
(29,71,104)
#335977
(51,89,119)
#496B86
(73,107,134)
#5F7D95
(95,125,149)
#758FA4
(117,143,164)
#8BA1B3
(139,161,179)
#A1B3C2
(161,179,194)
#B7C5D1
(183,197,209)
#CDD7E0
(205,215,224)
#E3E9EF
(227,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #073559 color. Also use rgb(7,53,89) instead hex code.

Text Font Color

.myTextColor { color: #073559; }

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

This text font color is #073559.


Background Color

.myBgColor { background-color: #073559; }

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

This div background color is #073559.


Border color

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

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

This div border color is #073559.


Opacity

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

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

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

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

This text has shadow with #073559 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #073559 on black background.


Color preview on white background

This text has color #073559 on white background.



Black color preview on #073559 background

This text has black color on #073559 background.


White color preview on #073559 background

This text has white color on #073559 background.