COLOR #28393A

HEX: #28393A
RGB: (40,57,58)

Color info

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

RGB color model

#28393A color RGB value is (40,57,58).

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

RGB channels and saturation

R 40 of 255 = 16%
G 57 of 255 = 22%
B 58 of 255 = 23%

40
57
58

R + G + B ~ 20%. #28393A is dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 57 + 58 = 155 (100%)
R 40 of 155 ~ 25.81%
G 57 of 155 ~ 36.77%
B 58 of 155 ~ 37.42%

%25.81
%36.77
%37.42

CMYK color model

#28393A color CMYK value is (31,2,0,77).

  • cyan value is 31.03%
  • magenta value is 1.72%
  • yellow value is 0.00%
  • key color value is 77.25%
CMYK:
(31,2,0,77)
C31M2Y0K77 
(31%,2%,0%,77%)
(0.31/0.02/0.00/0.77)	

CMYK percentages

%31.03
%1.72
%0
%77.25

Codes

Color #28393A in popluar color models

28393A
RGB405758
HSL183°18.37%19.22%
HSB/HSV183°31.03%22.75%
CMYK31.03%1.72%0.00%
77.25%

Color #28393A in popluar number systems.

HEX28393A
Decimal405758
Binary101000111001111010
Octal507172

Shades and tints

Shades of #28393A

#28393A
(40,57,58)
#253435
(37,52,53)
#222F30
(34,47,48)
#1F2A2B
(31,42,43)
#1C2526
(28,37,38)
#192021
(25,32,33)
#161B1C
(22,27,28)
#131617
(19,22,23)
#101112
(16,17,18)
#0D0C0D
(13,12,13)
#0A0708
(10,7,8)
#000000
(0,0,0)

Tints of #28393A

#28393A
(40,57,58)
#3B4B4B
(59,75,75)
#4E5D5C
(78,93,92)
#616F6D
(97,111,109)
#74817E
(116,129,126)
#87938F
(135,147,143)
#9AA5A0
(154,165,160)
#ADB7B1
(173,183,177)
#C0C9C2
(192,201,194)
#D3DBD3
(211,219,211)
#E6EDE4
(230,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #28393A; }

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

This text font color is #28393A.


Background Color

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

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

This div background color is #28393A.


Border color

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

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

This div border color is #28393A.


Opacity

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

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

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

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

This text has shadow with #28393A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #28393A on black background.


Color preview on white background

This text has color #28393A on white background.



Black color preview on #28393A background

This text has black color on #28393A background.


White color preview on #28393A background

This text has white color on #28393A background.