COLOR #28353B

HEX: #28353B RGB: (40,53,59)

Color info

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

RGB color model

#28353B color RGB value is (40,53,59).

RGB: (40,53,59) (16%, 21%, 23%)

RGB channels and saturation

R 40 of 255 = 16%
G 53 of 255 = 21%
B 59 of 255 = 23%

40
53
59

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

Portions of RGB colors in percentages

R + G + B = 40 + 53 + 59 = 152 (100%)
R 40 of 152 ~ 26.32%
G 53 of 152 ~ 34.87%
B 59 of 152 ~ 38.82'%

%26.32
%34.87
%38.82

CMYK color model

#28353B color CMYK value is (32,10,0,77).

  • cyan value is 32.20%
  • magenta value is 10.17%
  • yellow value is 0.00%
  • key color value is 76.86%

CMYK: (32,10,0,77)
C32M10Y0K77 (32%, 10%, 0%, 77%)
(0.32 / 0.10 / 0.00 / 0.77)

CMYK percentages

%32.2
%10.17
%0
%76.86

Codes

Color #28353B in popluar color models

28 35 3B
RGB 40 53 59
HSL 199° 19.19% 19.41%
HSB/HSV 199° 32.20% 23.14%
CMYK 32.20% 10.17% 0.00%
76.86%

Color #28353B in popluar number systems.

HEX 28 35 3B
Decimal 40 53 59
Binary 101000 110101 111011
Octal 50 65 73

Shades and tints

Shades of #28353B

#28353B
(40,53,59)
#253136
(37,49,54)
#222D31
(34,45,49)
#1F292C
(31,41,44)
#1C2527
(28,37,39)
#192122
(25,33,34)
#161D1D
(22,29,29)
#131918
(19,25,24)
#101513
(16,21,19)
#0D110E
(13,17,14)
#0A0D09
(10,13,9)
#000000
(0,0,0)

Tints of #28353B

#28353B
(40,53,59)
#3B474C
(59,71,76)
#4E595D
(78,89,93)
#616B6E
(97,107,110)
#747D7F
(116,125,127)
#878F90
(135,143,144)
#9AA1A1
(154,161,161)
#ADB3B2
(173,179,178)
#C0C5C3
(192,197,195)
#D3D7D4
(211,215,212)
#E6E9E5
(230,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #28353B; }

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

This text font color is #28353B.

Background Color

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

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

This div background color is #28353B.

Border color

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

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

This div border color is #28353B.

Opacity

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

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

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

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

This text has shadow with #28353B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #28353B.

Preview

Color preview on black background

This text has color #28353B on black background.


Color preview on white background

This text has color #28353B on white background.


Black color preview on #28353B background

This text has black color on #28353B background.


White color preview on #28353B background

This text has white color on #28353B background.


Related colors

Complementary color

Complementary color for #hex is #D7CAC4.


I love getcolorcode.com

Triadic colors

1 #3B2835 and #353B28 with #28353B are triadic colors.

2 #3B3528 and #35283B with #28353B are triadic colors.