COLOR #28295A

HEX: #28295A
RGB: (40,41,90)

Color info

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

RGB color model

#28295A color RGB value is (40,41,90).

  • red value is 40;
  • green value is 41;
  • blue value is 90.
RGB:
(40,41,90)
(16%,16%,35%)

RGB channels and saturation

R 40 of 255 = 16%
G 41 of 255 = 16%
B 90 of 255 = 35%

40
41
90

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

Portions of RGB colors in percentages

R + G + B =
40 + 41 + 90 = 171 (100%)
R 40 of 171 ~ 23.39%
G 41 of 171 ~ 23.98%
B 90 of 171 ~ 52.63%

%23.39
%23.98
%52.63

CMYK color model

#28295A color CMYK value is (56,54,0,65).

  • cyan value is 55.56%
  • magenta value is 54.44%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(56,54,0,65)
C56M54Y0K65 
(56%,54%,0%,65%)
(0.56/0.54/0.00/0.65)	

CMYK percentages

%55.56
%54.44
%0
%64.71

Codes

Color #28295A in popluar color models

28295A
RGB404190
HSL239°38.46%25.49%
HSB/HSV239°55.56%35.29%
CMYK55.56%54.44%0.00%
64.71%

Color #28295A in popluar number systems.

HEX28295A
Decimal404190
Binary1010001010011011010
Octal5051132

Shades and tints

Shades of #28295A

#28295A
(40,41,90)
#252652
(37,38,82)
#22234A
(34,35,74)
#1F2042
(31,32,66)
#1C1D3A
(28,29,58)
#191A32
(25,26,50)
#16172A
(22,23,42)
#131422
(19,20,34)
#10111A
(16,17,26)
#0D0E12
(13,14,18)
#0A0B0A
(10,11,10)
#000000
(0,0,0)

Tints of #28295A

#28295A
(40,41,90)
#3B3C69
(59,60,105)
#4E4F78
(78,79,120)
#616287
(97,98,135)
#747596
(116,117,150)
#8788A5
(135,136,165)
#9A9BB4
(154,155,180)
#ADAEC3
(173,174,195)
#C0C1D2
(192,193,210)
#D3D4E1
(211,212,225)
#E6E7F0
(230,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #28295A color. Also use rgb(40,41,90) instead hex code.

Text Font Color

.myTextColor { color: #28295A; }

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

This text font color is #28295A.


Background Color

.myBgColor { background-color: #28295A; }

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

This div background color is #28295A.


Border color

.myBorderColor { border: 1px solid #28295A; }

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

This div border color is #28295A.


Opacity

.myOpacity80 { color: #28295A; opacity: 0.8; }

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

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

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

This text has shadow with #28295A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #28295A on black background.


Color preview on white background

This text has color #28295A on white background.



Black color preview on #28295A background

This text has black color on #28295A background.


White color preview on #28295A background

This text has white color on #28295A background.