COLOR #073553

HEX: #073553
RGB: (7,53,83)

Color info

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

RGB color model

#073553 color RGB value is (7,53,83).

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

RGB channels and saturation

R 7 of 255 = 3%
G 53 of 255 = 21%
B 83 of 255 = 33%

7
53
83

R + G + B ~ 19%. #073553 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 53 + 83 = 143 (100%)
R 7 of 143 ~ 4.9%
G 53 of 143 ~ 37.06%
B 83 of 143 ~ 58.04%

%37.06
%58.04

CMYK color model

#073553 color CMYK value is (92,36,0,67).

  • cyan value is 91.57%
  • magenta value is 36.14%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(92,36,0,67)
C92M36Y0K67 
(92%,36%,0%,67%)
(0.92/0.36/0.00/0.67)	

CMYK percentages

%91.57
%36.14
%0
%67.45

Codes

Color #073553 in popluar color models

073553
RGB75383
HSL204°84.44%17.65%
HSB/HSV204°91.57%32.55%
CMYK91.57%36.14%0.00%
67.45%

Color #073553 in popluar number systems.

HEX073553
Decimal75383
Binary1111101011010011
Octal765123

Shades and tints

Shades of #073553

#073553
(7,53,83)
#07314C
(7,49,76)
#072D45
(7,45,69)
#07293E
(7,41,62)
#072537
(7,37,55)
#072130
(7,33,48)
#071D29
(7,29,41)
#071922
(7,25,34)
#07151B
(7,21,27)
#071114
(7,17,20)
#070D0D
(7,13,13)
#000000
(0,0,0)

Tints of #073553

#073553
(7,53,83)
#1D4762
(29,71,98)
#335971
(51,89,113)
#496B80
(73,107,128)
#5F7D8F
(95,125,143)
#758F9E
(117,143,158)
#8BA1AD
(139,161,173)
#A1B3BC
(161,179,188)
#B7C5CB
(183,197,203)
#CDD7DA
(205,215,218)
#E3E9E9
(227,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #073553; }

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

This text font color is #073553.


Background Color

.myBgColor { background-color: #073553; }

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

This div background color is #073553.


Border color

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

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

This div border color is #073553.


Opacity

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

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

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

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

This text has shadow with #073553 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #073553 on black background.


Color preview on white background

This text has color #073553 on white background.



Black color preview on #073553 background

This text has black color on #073553 background.


White color preview on #073553 background

This text has white color on #073553 background.