COLOR #28425C

HEX: #28425C
RGB: (40,66,92)

Color info

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

RGB color model

#28425C color RGB value is (40,66,92).

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

RGB channels and saturation

R 40 of 255 = 16%
G 66 of 255 = 26%
B 92 of 255 = 36%

40
66
92

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

Portions of RGB colors in percentages

R + G + B =
40 + 66 + 92 = 198 (100%)
R 40 of 198 ~ 20.2%
G 66 of 198 ~ 33.33%
B 92 of 198 ~ 46.46%

%20.2
%33.33
%46.46

CMYK color model

#28425C color CMYK value is (57,28,0,64).

  • cyan value is 56.52%
  • magenta value is 28.26%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(57,28,0,64)
C57M28Y0K64 
(57%,28%,0%,64%)
(0.57/0.28/0.00/0.64)	

CMYK percentages

%56.52
%28.26
%0
%63.92

Codes

Color #28425C in popluar color models

28425C
RGB406692
HSL210°39.39%25.88%
HSB/HSV210°56.52%36.08%
CMYK56.52%28.26%0.00%
63.92%

Color #28425C in popluar number systems.

HEX28425C
Decimal406692
Binary10100010000101011100
Octal50102134

Shades and tints

Shades of #28425C

#28425C
(40,66,92)
#253C54
(37,60,84)
#22364C
(34,54,76)
#1F3044
(31,48,68)
#1C2A3C
(28,42,60)
#192434
(25,36,52)
#161E2C
(22,30,44)
#131824
(19,24,36)
#10121C
(16,18,28)
#0D0C14
(13,12,20)
#0A060C
(10,6,12)
#000000
(0,0,0)

Tints of #28425C

#28425C
(40,66,92)
#3B536A
(59,83,106)
#4E6478
(78,100,120)
#617586
(97,117,134)
#748694
(116,134,148)
#8797A2
(135,151,162)
#9AA8B0
(154,168,176)
#ADB9BE
(173,185,190)
#C0CACC
(192,202,204)
#D3DBDA
(211,219,218)
#E6ECE8
(230,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #28425C; }

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

This text font color is #28425C.


Background Color

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

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

This div background color is #28425C.


Border color

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

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

This div border color is #28425C.


Opacity

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

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

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

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

This text has shadow with #28425C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #28425C on black background.


Color preview on white background

This text has color #28425C on white background.



Black color preview on #28425C background

This text has black color on #28425C background.


White color preview on #28425C background

This text has white color on #28425C background.