COLOR #28293A

HEX: #28293A
RGB: (40,41,58)

Color info

#28293A contains red, green and blue colors in about the same proportion. Web safe color of #28293A is #333333 (or #333).

RGB color model

#28293A color RGB value is (40,41,58).

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

RGB channels and saturation

R 40 of 255 = 16%
G 41 of 255 = 16%
B 58 of 255 = 23%

40
41
58

R + G + B ~ 18%. #28293A is dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 41 + 58 = 139 (100%)
R 40 of 139 ~ 28.78%
G 41 of 139 ~ 29.5%
B 58 of 139 ~ 41.73%

%28.78
%29.5
%41.73

CMYK color model

#28293A color CMYK value is (31,29,0,77).

  • cyan value is 31.03%
  • magenta value is 29.31%
  • yellow value is 0.00%
  • key color value is 77.25%
CMYK:
(31,29,0,77)
C31M29Y0K77 
(31%,29%,0%,77%)
(0.31/0.29/0.00/0.77)	

CMYK percentages

%31.03
%29.31
%0
%77.25

Codes

Color #28293A in popluar color models

28293A
RGB404158
HSL237°18.37%19.22%
HSB/HSV237°31.03%22.75%
CMYK31.03%29.31%0.00%
77.25%

Color #28293A in popluar number systems.

HEX28293A
Decimal404158
Binary101000101001111010
Octal505172

Shades and tints

Shades of #28293A

#28293A
(40,41,58)
#252635
(37,38,53)
#222330
(34,35,48)
#1F202B
(31,32,43)
#1C1D26
(28,29,38)
#191A21
(25,26,33)
#16171C
(22,23,28)
#131417
(19,20,23)
#101112
(16,17,18)
#0D0E0D
(13,14,13)
#0A0B08
(10,11,8)
#000000
(0,0,0)

Tints of #28293A

#28293A
(40,41,58)
#3B3C4B
(59,60,75)
#4E4F5C
(78,79,92)
#61626D
(97,98,109)
#74757E
(116,117,126)
#87888F
(135,136,143)
#9A9BA0
(154,155,160)
#ADAEB1
(173,174,177)
#C0C1C2
(192,193,194)
#D3D4D3
(211,212,211)
#E6E7E4
(230,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #28293A; }

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

This text font color is #28293A.


Background Color

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

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

This div background color is #28293A.


Border color

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

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

This div border color is #28293A.


Opacity

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

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

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

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

This text has shadow with #28293A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #28293A on black background.


Color preview on white background

This text has color #28293A on white background.



Black color preview on #28293A background

This text has black color on #28293A background.


White color preview on #28293A background

This text has white color on #28293A background.