COLOR #28375B

HEX: #28375B
RGB: (40,55,91)

Color info

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

RGB color model

#28375B color RGB value is (40,55,91).

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

RGB channels and saturation

R 40 of 255 = 16%
G 55 of 255 = 22%
B 91 of 255 = 36%

40
55
91

R + G + B ~ 25%. #28375B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 55 + 91 = 186 (100%)
R 40 of 186 ~ 21.51%
G 55 of 186 ~ 29.57%
B 91 of 186 ~ 48.92%

%21.51
%29.57
%48.92

CMYK color model

#28375B color CMYK value is (56,40,0,64).

  • cyan value is 56.04%
  • magenta value is 39.56%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(56,40,0,64)
C56M40Y0K64 
(56%,40%,0%,64%)
(0.56/0.40/0.00/0.64)	

CMYK percentages

%56.04
%39.56
%0
%64.31

Codes

Color #28375B in popluar color models

28375B
RGB405591
HSL222°38.93%25.69%
HSB/HSV222°56.04%35.69%
CMYK56.04%39.56%0.00%
64.31%

Color #28375B in popluar number systems.

HEX28375B
Decimal405591
Binary1010001101111011011
Octal5067133

Shades and tints

Shades of #28375B

#28375B
(40,55,91)
#253253
(37,50,83)
#222D4B
(34,45,75)
#1F2843
(31,40,67)
#1C233B
(28,35,59)
#191E33
(25,30,51)
#16192B
(22,25,43)
#131423
(19,20,35)
#100F1B
(16,15,27)
#0D0A13
(13,10,19)
#0A050B
(10,5,11)
#000000
(0,0,0)

Tints of #28375B

#28375B
(40,55,91)
#3B4969
(59,73,105)
#4E5B77
(78,91,119)
#616D85
(97,109,133)
#747F93
(116,127,147)
#8791A1
(135,145,161)
#9AA3AF
(154,163,175)
#ADB5BD
(173,181,189)
#C0C7CB
(192,199,203)
#D3D9D9
(211,217,217)
#E6EBE7
(230,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #28375B; }

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

This text font color is #28375B.


Background Color

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

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

This div background color is #28375B.


Border color

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

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

This div border color is #28375B.


Opacity

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

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

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

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

This text has shadow with #28375B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #28375B on black background.


Color preview on white background

This text has color #28375B on white background.



Black color preview on #28375B background

This text has black color on #28375B background.


White color preview on #28375B background

This text has white color on #28375B background.