COLOR #28333D

HEX: #28333D
RGB: (40,51,61)

Color info

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

RGB color model

#28333D color RGB value is (40,51,61).

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

RGB channels and saturation

R 40 of 255 = 16%
G 51 of 255 = 20%
B 61 of 255 = 24%

40
51
61

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

Portions of RGB colors in percentages

R + G + B =
40 + 51 + 61 = 152 (100%)
R 40 of 152 ~ 26.32%
G 51 of 152 ~ 33.55%
B 61 of 152 ~ 40.13%

%26.32
%33.55
%40.13

CMYK color model

#28333D color CMYK value is (34,16,0,76).

  • cyan value is 34.43%
  • magenta value is 16.39%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(34,16,0,76)
C34M16Y0K76 
(34%,16%,0%,76%)
(0.34/0.16/0.00/0.76)	

CMYK percentages

%34.43
%16.39
%0
%76.08

Codes

Color #28333D in popluar color models

28333D
RGB405161
HSL209°20.79%19.80%
HSB/HSV209°34.43%23.92%
CMYK34.43%16.39%0.00%
76.08%

Color #28333D in popluar number systems.

HEX28333D
Decimal405161
Binary101000110011111101
Octal506375

Shades and tints

Shades of #28333D

#28333D
(40,51,61)
#252F38
(37,47,56)
#222B33
(34,43,51)
#1F272E
(31,39,46)
#1C2329
(28,35,41)
#191F24
(25,31,36)
#161B1F
(22,27,31)
#13171A
(19,23,26)
#101315
(16,19,21)
#0D0F10
(13,15,16)
#0A0B0B
(10,11,11)
#000000
(0,0,0)

Tints of #28333D

#28333D
(40,51,61)
#3B454E
(59,69,78)
#4E575F
(78,87,95)
#616970
(97,105,112)
#747B81
(116,123,129)
#878D92
(135,141,146)
#9A9FA3
(154,159,163)
#ADB1B4
(173,177,180)
#C0C3C5
(192,195,197)
#D3D5D6
(211,213,214)
#E6E7E7
(230,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #28333D; }

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

This text font color is #28333D.


Background Color

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

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

This div background color is #28333D.


Border color

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

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

This div border color is #28333D.


Opacity

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

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

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

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

This text has shadow with #28333D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #28333D on black background.


Color preview on white background

This text has color #28333D on white background.



Black color preview on #28333D background

This text has black color on #28333D background.


White color preview on #28333D background

This text has white color on #28333D background.