COLOR #003553

HEX: #003553
RGB: (0,53,83)

Color info

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

RGB color model

#003553 color RGB value is (0,53,83).

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

RGB channels and saturation

R 0 of 255 = 0%
G 53 of 255 = 21%
B 83 of 255 = 33%

0
53
83

R + G + B ~ 18%. #003553 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 53 + 83 = 136 (100%)
R 0 of 136 ~ 0%
G 53 of 136 ~ 38.97%
B 83 of 136 ~ 61.03%

%38.97
%61.03

CMYK color model

#003553 color CMYK value is (100,36,0,67).

  • cyan value is 100.00%
  • magenta value is 36.14%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(100,36,0,67)
C100M36Y0K67 
(100%,36%,0%,67%)
(1.00/0.36/0.00/0.67)	

CMYK percentages

%100
%36.14
%0
%67.45

Codes

Color #003553 in popluar color models

003553
RGB05383
HSL202°100.00%16.27%
HSB/HSV202°100.00%32.55%
CMYK100.00%36.14%0.00%
67.45%

Color #003553 in popluar number systems.

HEX003553
Decimal05383
Binary01101011010011
Octal065123

Shades and tints

Shades of #003553

#003553
(0,53,83)
#00314C
(0,49,76)
#002D45
(0,45,69)
#00293E
(0,41,62)
#002537
(0,37,55)
#002130
(0,33,48)
#001D29
(0,29,41)
#001922
(0,25,34)
#00151B
(0,21,27)
#001114
(0,17,20)
#000D0D
(0,13,13)
#000000
(0,0,0)

Tints of #003553

#003553
(0,53,83)
#174762
(23,71,98)
#2E5971
(46,89,113)
#456B80
(69,107,128)
#5C7D8F
(92,125,143)
#738F9E
(115,143,158)
#8AA1AD
(138,161,173)
#A1B3BC
(161,179,188)
#B8C5CB
(184,197,203)
#CFD7DA
(207,215,218)
#E6E9E9
(230,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #003553; }

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

This text font color is #003553.


Background Color

.myBgColor { background-color: #003553; }

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

This div background color is #003553.


Border color

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

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

This div border color is #003553.


Opacity

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

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

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

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

This text has shadow with #003553 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #003553 on black background.


Color preview on white background

This text has color #003553 on white background.



Black color preview on #003553 background

This text has black color on #003553 background.


White color preview on #003553 background

This text has white color on #003553 background.