COLOR #203949

HEX: #203949
RGB: (32,57,73)

Color info

#203949 contains red, green and blue colors in about the same proportion. Web safe color of #203949 is #333333 (or #333).

RGB color model

#203949 color RGB value is (32,57,73).

  • red value is 32;
  • green value is 57;
  • blue value is 73.
RGB:
(32,57,73)
(13%,22%,29%)

RGB channels and saturation

R 32 of 255 = 13%
G 57 of 255 = 22%
B 73 of 255 = 29%

32
57
73

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

Portions of RGB colors in percentages

R + G + B =
32 + 57 + 73 = 162 (100%)
R 32 of 162 ~ 19.75%
G 57 of 162 ~ 35.19%
B 73 of 162 ~ 45.06%

%19.75
%35.19
%45.06

CMYK color model

#203949 color CMYK value is (56,22,0,71).

  • cyan value is 56.16%
  • magenta value is 21.92%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(56,22,0,71)
C56M22Y0K71 
(56%,22%,0%,71%)
(0.56/0.22/0.00/0.71)	

CMYK percentages

%56.16
%21.92
%0
%71.37

Codes

Color #203949 in popluar color models

203949
RGB325773
HSL203°39.05%20.59%
HSB/HSV203°56.16%28.63%
CMYK56.16%21.92%0.00%
71.37%

Color #203949 in popluar number systems.

HEX203949
Decimal325773
Binary1000001110011001001
Octal4071111

Shades and tints

Shades of #203949

#203949
(32,57,73)
#1E3443
(30,52,67)
#1C2F3D
(28,47,61)
#1A2A37
(26,42,55)
#182531
(24,37,49)
#16202B
(22,32,43)
#141B25
(20,27,37)
#12161F
(18,22,31)
#101119
(16,17,25)
#0E0C13
(14,12,19)
#0C070D
(12,7,13)
#000000
(0,0,0)

Tints of #203949

#203949
(32,57,73)
#344B59
(52,75,89)
#485D69
(72,93,105)
#5C6F79
(92,111,121)
#708189
(112,129,137)
#849399
(132,147,153)
#98A5A9
(152,165,169)
#ACB7B9
(172,183,185)
#C0C9C9
(192,201,201)
#D4DBD9
(212,219,217)
#E8EDE9
(232,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #203949 color. Also use rgb(32,57,73) instead hex code.

Text Font Color

.myTextColor { color: #203949; }

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

This text font color is #203949.


Background Color

.myBgColor { background-color: #203949; }

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

This div background color is #203949.


Border color

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

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

This div border color is #203949.


Opacity

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

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

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

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

This text has shadow with #203949 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #203949 on black background.


Color preview on white background

This text has color #203949 on white background.



Black color preview on #203949 background

This text has black color on #203949 background.


White color preview on #203949 background

This text has white color on #203949 background.