COLOR #28565C

HEX: #28565C
RGB: (40,86,92)

Color info

#28565C contains red, green and blue colors in about the same proportion. Web safe color of #28565C is #336666 (or #366).

RGB color model

#28565C color RGB value is (40,86,92).

  • red value is 40;
  • green value is 86;
  • blue value is 92.
RGB:
(40,86,92)
(16%,34%,36%)

RGB channels and saturation

R 40 of 255 = 16%
G 86 of 255 = 34%
B 92 of 255 = 36%

40
86
92

R + G + B ~ 29%. #28565C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 86 + 92 = 218 (100%)
R 40 of 218 ~ 18.35%
G 86 of 218 ~ 39.45%
B 92 of 218 ~ 42.2%

%18.35
%39.45
%42.2

CMYK color model

#28565C color CMYK value is (57,7,0,64).

  • cyan value is 56.52%
  • magenta value is 6.52%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(57,7,0,64)
C57M7Y0K64 
(57%,7%,0%,64%)
(0.57/0.07/0.00/0.64)	

CMYK percentages

%56.52
%6.52
%0
%63.92

Codes

Color #28565C in popluar color models

28565C
RGB408692
HSL187°39.39%25.88%
HSB/HSV187°56.52%36.08%
CMYK56.52%6.52%0.00%
63.92%

Color #28565C in popluar number systems.

HEX28565C
Decimal408692
Binary10100010101101011100
Octal50126134

Shades and tints

Shades of #28565C

#28565C
(40,86,92)
#254F54
(37,79,84)
#22484C
(34,72,76)
#1F4144
(31,65,68)
#1C3A3C
(28,58,60)
#193334
(25,51,52)
#162C2C
(22,44,44)
#132524
(19,37,36)
#101E1C
(16,30,28)
#0D1714
(13,23,20)
#0A100C
(10,16,12)
#000000
(0,0,0)

Tints of #28565C

#28565C
(40,86,92)
#3B656A
(59,101,106)
#4E7478
(78,116,120)
#618386
(97,131,134)
#749294
(116,146,148)
#87A1A2
(135,161,162)
#9AB0B0
(154,176,176)
#ADBFBE
(173,191,190)
#C0CECC
(192,206,204)
#D3DDDA
(211,221,218)
#E6ECE8
(230,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #28565C color. Also use rgb(40,86,92) instead hex code.

Text Font Color

.myTextColor { color: #28565C; }

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

This text font color is #28565C.


Background Color

.myBgColor { background-color: #28565C; }

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

This div background color is #28565C.


Border color

.myBorderColor { border: 1px solid #28565C; }

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

This div border color is #28565C.


Opacity

.myOpacity80 { color: #28565C; opacity: 0.8; }

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

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

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

This text has shadow with #28565C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #28565C on black background.


Color preview on white background

This text has color #28565C on white background.



Black color preview on #28565C background

This text has black color on #28565C background.


White color preview on #28565C background

This text has white color on #28565C background.