COLOR #204248

HEX: #204248
RGB: (32,66,72)

Color info

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

RGB color model

#204248 color RGB value is (32,66,72).

  • red value is 32;
  • green value is 66;
  • blue value is 72.
RGB:
(32,66,72)
(13%,26%,28%)

RGB channels and saturation

R 32 of 255 = 13%
G 66 of 255 = 26%
B 72 of 255 = 28%

32
66
72

R + G + B ~ 22%. #204248 is dark color.

Portions of RGB colors in percentages

R + G + B =
32 + 66 + 72 = 170 (100%)
R 32 of 170 ~ 18.82%
G 66 of 170 ~ 38.82%
B 72 of 170 ~ 42.35%

%18.82
%38.82
%42.35

CMYK color model

#204248 color CMYK value is (56,8,0,72).

  • cyan value is 55.56%
  • magenta value is 8.33%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(56,8,0,72)
C56M8Y0K72 
(56%,8%,0%,72%)
(0.56/0.08/0.00/0.72)	

CMYK percentages

%55.56
%8.33
%0
%71.76

Codes

Color #204248 in popluar color models

204248
RGB326672
HSL189°38.46%20.39%
HSB/HSV189°55.56%28.24%
CMYK55.56%8.33%0.00%
71.76%

Color #204248 in popluar number systems.

HEX204248
Decimal326672
Binary10000010000101001000
Octal40102110

Shades and tints

Shades of #204248

#204248
(32,66,72)
#1E3C42
(30,60,66)
#1C363C
(28,54,60)
#1A3036
(26,48,54)
#182A30
(24,42,48)
#16242A
(22,36,42)
#141E24
(20,30,36)
#12181E
(18,24,30)
#101218
(16,18,24)
#0E0C12
(14,12,18)
#0C060C
(12,6,12)
#000000
(0,0,0)

Tints of #204248

#204248
(32,66,72)
#345358
(52,83,88)
#486468
(72,100,104)
#5C7578
(92,117,120)
#708688
(112,134,136)
#849798
(132,151,152)
#98A8A8
(152,168,168)
#ACB9B8
(172,185,184)
#C0CAC8
(192,202,200)
#D4DBD8
(212,219,216)
#E8ECE8
(232,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #204248 color. Also use rgb(32,66,72) instead hex code.

Text Font Color

.myTextColor { color: #204248; }

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

This text font color is #204248.


Background Color

.myBgColor { background-color: #204248; }

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

This div background color is #204248.


Border color

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

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

This div border color is #204248.


Opacity

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

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

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

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

This text has shadow with #204248 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #204248 on black background.


Color preview on white background

This text has color #204248 on white background.



Black color preview on #204248 background

This text has black color on #204248 background.


White color preview on #204248 background

This text has white color on #204248 background.