COLOR #28465C

HEX: #28465C
RGB: (40,70,92)

Color info

#28465C contains red, green and blue colors in about the same proportion. Web safe color of #28465C is #333366 (or #336).

RGB color model

#28465C color RGB value is (40,70,92).

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

RGB channels and saturation

R 40 of 255 = 16%
G 70 of 255 = 27%
B 92 of 255 = 36%

40
70
92

R + G + B ~ 26%. #28465C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 70 + 92 = 202 (100%)
R 40 of 202 ~ 19.8%
G 70 of 202 ~ 34.65%
B 92 of 202 ~ 45.54%

%19.8
%34.65
%45.54

CMYK color model

#28465C color CMYK value is (57,24,0,64).

  • cyan value is 56.52%
  • magenta value is 23.91%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(57,24,0,64)
C57M24Y0K64 
(57%,24%,0%,64%)
(0.57/0.24/0.00/0.64)	

CMYK percentages

%56.52
%23.91
%0
%63.92

Codes

Color #28465C in popluar color models

28465C
RGB407092
HSL205°39.39%25.88%
HSB/HSV205°56.52%36.08%
CMYK56.52%23.91%0.00%
63.92%

Color #28465C in popluar number systems.

HEX28465C
Decimal407092
Binary10100010001101011100
Octal50106134

Shades and tints

Shades of #28465C

#28465C
(40,70,92)
#254054
(37,64,84)
#223A4C
(34,58,76)
#1F3444
(31,52,68)
#1C2E3C
(28,46,60)
#192834
(25,40,52)
#16222C
(22,34,44)
#131C24
(19,28,36)
#10161C
(16,22,28)
#0D1014
(13,16,20)
#0A0A0C
(10,10,12)
#000000
(0,0,0)

Tints of #28465C

#28465C
(40,70,92)
#3B566A
(59,86,106)
#4E6678
(78,102,120)
#617686
(97,118,134)
#748694
(116,134,148)
#8796A2
(135,150,162)
#9AA6B0
(154,166,176)
#ADB6BE
(173,182,190)
#C0C6CC
(192,198,204)
#D3D6DA
(211,214,218)
#E6E6E8
(230,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #28465C; }

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

This text font color is #28465C.


Background Color

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

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

This div background color is #28465C.


Border color

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

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

This div border color is #28465C.


Opacity

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

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

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

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

This text has shadow with #28465C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #28465C on black background.


Color preview on white background

This text has color #28465C on white background.



Black color preview on #28465C background

This text has black color on #28465C background.


White color preview on #28465C background

This text has white color on #28465C background.