COLOR #28353D

HEX: #28353D
RGB: (40,53,61)

Color info

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

RGB color model

#28353D color RGB value is (40,53,61).

  • red value is 40;
  • green value is 53;
  • blue value is 61.
RGB:
(40,53,61)
(16%,21%,24%)

RGB channels and saturation

R 40 of 255 = 16%
G 53 of 255 = 21%
B 61 of 255 = 24%

40
53
61

R + G + B ~ 20%. #28353D is dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 53 + 61 = 154 (100%)
R 40 of 154 ~ 25.97%
G 53 of 154 ~ 34.42%
B 61 of 154 ~ 39.61%

%25.97
%34.42
%39.61

CMYK color model

#28353D color CMYK value is (34,13,0,76).

  • cyan value is 34.43%
  • magenta value is 13.11%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(34,13,0,76)
C34M13Y0K76 
(34%,13%,0%,76%)
(0.34/0.13/0.00/0.76)	

CMYK percentages

%34.43
%13.11
%0
%76.08

Codes

Color #28353D in popluar color models

28353D
RGB405361
HSL203°20.79%19.80%
HSB/HSV203°34.43%23.92%
CMYK34.43%13.11%0.00%
76.08%

Color #28353D in popluar number systems.

HEX28353D
Decimal405361
Binary101000110101111101
Octal506575

Shades and tints

Shades of #28353D

#28353D
(40,53,61)
#253138
(37,49,56)
#222D33
(34,45,51)
#1F292E
(31,41,46)
#1C2529
(28,37,41)
#192124
(25,33,36)
#161D1F
(22,29,31)
#13191A
(19,25,26)
#101515
(16,21,21)
#0D1110
(13,17,16)
#0A0D0B
(10,13,11)
#000000
(0,0,0)

Tints of #28353D

#28353D
(40,53,61)
#3B474E
(59,71,78)
#4E595F
(78,89,95)
#616B70
(97,107,112)
#747D81
(116,125,129)
#878F92
(135,143,146)
#9AA1A3
(154,161,163)
#ADB3B4
(173,179,180)
#C0C5C5
(192,197,197)
#D3D7D6
(211,215,214)
#E6E9E7
(230,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #28353D color. Also use rgb(40,53,61) instead hex code.

Text Font Color

.myTextColor { color: #28353D; }

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

This text font color is #28353D.


Background Color

.myBgColor { background-color: #28353D; }

<div style="background-color:#28353D">Inner text</div>

This div background color is #28353D.


Border color

.myBorderColor { border: 1px solid #28353D; }

<div style="border:3px solid #28353D">Div</div>

This div border color is #28353D.


Opacity

.myOpacity80 { color: #28353D; opacity: 0.8; }

<p style="color:#28353D;opacity:0.8;">80%</p>

Text with #28353D 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 #28353D;}

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

This text has shadow with #28353D color.

.textShadow {text-shadow: 3px 3px 1px #28353D, 3px 3px 1px red;}

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

This text has shadow with #28353D primary color and red secondary color.


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

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

This text has shadow with #28353D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #28353D on black background.


Color preview on white background

This text has color #28353D on white background.



Black color preview on #28353D background

This text has black color on #28353D background.


White color preview on #28353D background

This text has white color on #28353D background.