COLOR #28415B

HEX: #28415B
RGB: (40,65,91)

Color info

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

RGB color model

#28415B color RGB value is (40,65,91).

  • red value is 40;
  • green value is 65;
  • blue value is 91.
RGB:
(40,65,91)
(16%,25%,36%)

RGB channels and saturation

R 40 of 255 = 16%
G 65 of 255 = 25%
B 91 of 255 = 36%

40
65
91

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

Portions of RGB colors in percentages

R + G + B =
40 + 65 + 91 = 196 (100%)
R 40 of 196 ~ 20.41%
G 65 of 196 ~ 33.16%
B 91 of 196 ~ 46.43%

%20.41
%33.16
%46.43

CMYK color model

#28415B color CMYK value is (56,29,0,64).

  • cyan value is 56.04%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(56,29,0,64)
C56M29Y0K64 
(56%,29%,0%,64%)
(0.56/0.29/0.00/0.64)	

CMYK percentages

%56.04
%28.57
%0
%64.31

Codes

Color #28415B in popluar color models

28415B
RGB406591
HSL211°38.93%25.69%
HSB/HSV211°56.04%35.69%
CMYK56.04%28.57%0.00%
64.31%

Color #28415B in popluar number systems.

HEX28415B
Decimal406591
Binary10100010000011011011
Octal50101133

Shades and tints

Shades of #28415B

#28415B
(40,65,91)
#253C53
(37,60,83)
#22374B
(34,55,75)
#1F3243
(31,50,67)
#1C2D3B
(28,45,59)
#192833
(25,40,51)
#16232B
(22,35,43)
#131E23
(19,30,35)
#10191B
(16,25,27)
#0D1413
(13,20,19)
#0A0F0B
(10,15,11)
#000000
(0,0,0)

Tints of #28415B

#28415B
(40,65,91)
#3B5269
(59,82,105)
#4E6377
(78,99,119)
#617485
(97,116,133)
#748593
(116,133,147)
#8796A1
(135,150,161)
#9AA7AF
(154,167,175)
#ADB8BD
(173,184,189)
#C0C9CB
(192,201,203)
#D3DAD9
(211,218,217)
#E6EBE7
(230,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #28415B color. Also use rgb(40,65,91) instead hex code.

Text Font Color

.myTextColor { color: #28415B; }

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

This text font color is #28415B.


Background Color

.myBgColor { background-color: #28415B; }

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

This div background color is #28415B.


Border color

.myBorderColor { border: 1px solid #28415B; }

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

This div border color is #28415B.


Opacity

.myOpacity80 { color: #28415B; opacity: 0.8; }

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

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

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

This text has shadow with #28415B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #28415B on black background.


Color preview on white background

This text has color #28415B on white background.



Black color preview on #28415B background

This text has black color on #28415B background.


White color preview on #28415B background

This text has white color on #28415B background.