COLOR #28474E

HEX: #28474E
RGB: (40,71,78)

Color info

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

RGB color model

#28474E color RGB value is (40,71,78).

  • red value is 40;
  • green value is 71;
  • blue value is 78.
RGB:
(40,71,78)
(16%,28%,31%)

RGB channels and saturation

R 40 of 255 = 16%
G 71 of 255 = 28%
B 78 of 255 = 31%

40
71
78

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

Portions of RGB colors in percentages

R + G + B =
40 + 71 + 78 = 189 (100%)
R 40 of 189 ~ 21.16%
G 71 of 189 ~ 37.57%
B 78 of 189 ~ 41.27%

%21.16
%37.57
%41.27

CMYK color model

#28474E color CMYK value is (49,9,0,69).

  • cyan value is 48.72%
  • magenta value is 8.97%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(49,9,0,69)
C49M9Y0K69 
(49%,9%,0%,69%)
(0.49/0.09/0.00/0.69)	

CMYK percentages

%48.72
%8.97
%0
%69.41

Codes

Color #28474E in popluar color models

28474E
RGB407178
HSL191°32.20%23.14%
HSB/HSV191°48.72%30.59%
CMYK48.72%8.97%0.00%
69.41%

Color #28474E in popluar number systems.

HEX28474E
Decimal407178
Binary10100010001111001110
Octal50107116

Shades and tints

Shades of #28474E

#28474E
(40,71,78)
#254147
(37,65,71)
#223B40
(34,59,64)
#1F3539
(31,53,57)
#1C2F32
(28,47,50)
#19292B
(25,41,43)
#162324
(22,35,36)
#131D1D
(19,29,29)
#101716
(16,23,22)
#0D110F
(13,17,15)
#0A0B08
(10,11,8)
#000000
(0,0,0)

Tints of #28474E

#28474E
(40,71,78)
#3B575E
(59,87,94)
#4E676E
(78,103,110)
#61777E
(97,119,126)
#74878E
(116,135,142)
#87979E
(135,151,158)
#9AA7AE
(154,167,174)
#ADB7BE
(173,183,190)
#C0C7CE
(192,199,206)
#D3D7DE
(211,215,222)
#E6E7EE
(230,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #28474E color. Also use rgb(40,71,78) instead hex code.

Text Font Color

.myTextColor { color: #28474E; }

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

This text font color is #28474E.


Background Color

.myBgColor { background-color: #28474E; }

<div style="background-color:#28474E">Inner text</div>

This div background color is #28474E.


Border color

.myBorderColor { border: 1px solid #28474E; }

<div style="border:3px solid #28474E">Div</div>

This div border color is #28474E.


Opacity

.myOpacity80 { color: #28474E; opacity: 0.8; }

<p style="color:#28474E;opacity:0.8;">80%</p>

Text with #28474E 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 #28474E;}

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

This text has shadow with #28474E color.

.textShadow {text-shadow: 3px 3px 1px #28474E, 3px 3px 1px red;}

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

This text has shadow with #28474E primary color and red secondary color.


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

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

This text has shadow with #28474E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #28474E on black background.


Color preview on white background

This text has color #28474E on white background.



Black color preview on #28474E background

This text has black color on #28474E background.


White color preview on #28474E background

This text has white color on #28474E background.