COLOR #28363F

HEX: #28363F
RGB: (40,54,63)

Color info

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

RGB color model

#28363F color RGB value is (40,54,63).

  • red value is 40;
  • green value is 54;
  • blue value is 63.
RGB:
(40,54,63)
(16%,21%,25%)

RGB channels and saturation

R 40 of 255 = 16%
G 54 of 255 = 21%
B 63 of 255 = 25%

40
54
63

R + G + B ~ 21%. #28363F is dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 54 + 63 = 157 (100%)
R 40 of 157 ~ 25.48%
G 54 of 157 ~ 34.39%
B 63 of 157 ~ 40.13%

%25.48
%34.39
%40.13

CMYK color model

#28363F color CMYK value is (37,14,0,75).

  • cyan value is 36.51%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(37,14,0,75)
C37M14Y0K75 
(37%,14%,0%,75%)
(0.37/0.14/0.00/0.75)	

CMYK percentages

%36.51
%14.29
%0
%75.29

Codes

Color #28363F in popluar color models

28363F
RGB405463
HSL203°22.33%20.20%
HSB/HSV203°36.51%24.71%
CMYK36.51%14.29%0.00%
75.29%

Color #28363F in popluar number systems.

HEX28363F
Decimal405463
Binary101000110110111111
Octal506677

Shades and tints

Shades of #28363F

#28363F
(40,54,63)
#25323A
(37,50,58)
#222E35
(34,46,53)
#1F2A30
(31,42,48)
#1C262B
(28,38,43)
#192226
(25,34,38)
#161E21
(22,30,33)
#131A1C
(19,26,28)
#101617
(16,22,23)
#0D1212
(13,18,18)
#0A0E0D
(10,14,13)
#000000
(0,0,0)

Tints of #28363F

#28363F
(40,54,63)
#3B4850
(59,72,80)
#4E5A61
(78,90,97)
#616C72
(97,108,114)
#747E83
(116,126,131)
#879094
(135,144,148)
#9AA2A5
(154,162,165)
#ADB4B6
(173,180,182)
#C0C6C7
(192,198,199)
#D3D8D8
(211,216,216)
#E6EAE9
(230,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #28363F; }

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

This text font color is #28363F.


Background Color

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

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

This div background color is #28363F.


Border color

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

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

This div border color is #28363F.


Opacity

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

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

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

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

This text has shadow with #28363F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #28363F on black background.


Color preview on white background

This text has color #28363F on white background.



Black color preview on #28363F background

This text has black color on #28363F background.


White color preview on #28363F background

This text has white color on #28363F background.