COLOR #28363A

HEX: #28363A RGB: (40,54,58)

Color info

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

RGB color model

#28363A color RGB value is (40,54,58).

RGB: (40,54,58) (16%, 21%, 23%)

RGB channels and saturation

R 40 of 255 = 16%
G 54 of 255 = 21%
B 58 of 255 = 23%

40
54
58

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

Portions of RGB colors in percentages

R + G + B = 40 + 54 + 58 = 152 (100%)
R 40 of 152 ~ 26.32%
G 54 of 152 ~ 35.53%
B 58 of 152 ~ 38.16'%

%26.32
%35.53
%38.16

CMYK color model

#28363A color CMYK value is (31,7,0,77).

  • cyan value is 31.03%
  • magenta value is 6.90%
  • yellow value is 0.00%
  • key color value is 77.25%

CMYK: (31,7,0,77)
C31M7Y0K77 (31%, 7%, 0%, 77%)
(0.31 / 0.07 / 0.00 / 0.77)

CMYK percentages

%31.03
%6.9
%0
%77.25

Codes

Color #28363A in popluar color models

28 36 3A
RGB 40 54 58
HSL 193° 18.37% 19.22%
HSB/HSV 193° 31.03% 22.75%
CMYK 31.03% 6.90% 0.00%
77.25%

Color #28363A in popluar number systems.

HEX 28 36 3A
Decimal 40 54 58
Binary 101000 110110 111010
Octal 50 66 72

Shades and tints

Shades of #28363A

#28363A
(40,54,58)
#253235
(37,50,53)
#222E30
(34,46,48)
#1F2A2B
(31,42,43)
#1C2626
(28,38,38)
#192221
(25,34,33)
#161E1C
(22,30,28)
#131A17
(19,26,23)
#101612
(16,22,18)
#0D120D
(13,18,13)
#0A0E08
(10,14,8)
#000000
(0,0,0)

Tints of #28363A

#28363A
(40,54,58)
#3B484B
(59,72,75)
#4E5A5C
(78,90,92)
#616C6D
(97,108,109)
#747E7E
(116,126,126)
#87908F
(135,144,143)
#9AA2A0
(154,162,160)
#ADB4B1
(173,180,177)
#C0C6C2
(192,198,194)
#D3D8D3
(211,216,211)
#E6EAE4
(230,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #28363A; }

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

This text font color is #28363A.

Background Color

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

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

This div background color is #28363A.

Border color

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

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

This div border color is #28363A.

Opacity

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

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

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

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

This text has shadow with #28363A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #28363A.

Preview

Color preview on black background

This text has color #28363A on black background.


Color preview on white background

This text has color #28363A on white background.


Black color preview on #28363A background

This text has black color on #28363A background.


White color preview on #28363A background

This text has white color on #28363A background.


Related colors

Complementary color

Complementary color for #hex is #D7C9C5.


I love getcolorcode.com

Triadic colors

1 #3A2836 and #363A28 with #28363A are triadic colors.

2 #3A3628 and #36283A with #28363A are triadic colors.