COLOR #28423B

HEX: #28423B
RGB: (40,66,59)

Color info

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

RGB color model

#28423B color RGB value is (40,66,59).

  • red value is 40;
  • green value is 66;
  • blue value is 59.
RGB:
(40,66,59)
(16%,26%,23%)

RGB channels and saturation

R 40 of 255 = 16%
G 66 of 255 = 26%
B 59 of 255 = 23%

40
66
59

R + G + B ~ 22%. #28423B is dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 66 + 59 = 165 (100%)
R 40 of 165 ~ 24.24%
G 66 of 165 ~ 40%
B 59 of 165 ~ 35.76%

%24.24
%40
%35.76

CMYK color model

#28423B color CMYK value is (39,0,11,74).

  • cyan value is 39.39%
  • magenta value is 0.00%
  • yellow value is 10.61%
  • key color value is 74.12%
CMYK:
(39,0,11,74)
C39M0Y11K74 
(39%,0%,11%,74%)
(0.39/0.00/0.11/0.74)	

CMYK percentages

%39.39
%0
%10.61
%74.12

Codes

Color #28423B in popluar color models

28423B
RGB406659
HSL164°24.53%20.78%
HSB/HSV164°39.39%25.88%
CMYK39.39%0.00%10.61%
74.12%

Color #28423B in popluar number systems.

HEX28423B
Decimal406659
Binary1010001000010111011
Octal5010273

Shades and tints

Shades of #28423B

#28423B
(40,66,59)
#253C36
(37,60,54)
#223631
(34,54,49)
#1F302C
(31,48,44)
#1C2A27
(28,42,39)
#192422
(25,36,34)
#161E1D
(22,30,29)
#131818
(19,24,24)
#101213
(16,18,19)
#0D0C0E
(13,12,14)
#0A0609
(10,6,9)
#000000
(0,0,0)

Tints of #28423B

#28423B
(40,66,59)
#3B534C
(59,83,76)
#4E645D
(78,100,93)
#61756E
(97,117,110)
#74867F
(116,134,127)
#879790
(135,151,144)
#9AA8A1
(154,168,161)
#ADB9B2
(173,185,178)
#C0CAC3
(192,202,195)
#D3DBD4
(211,219,212)
#E6ECE5
(230,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #28423B; }

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

This text font color is #28423B.


Background Color

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

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

This div background color is #28423B.


Border color

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

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

This div border color is #28423B.


Opacity

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

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

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

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

This text has shadow with #28423B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #28423B on black background.


Color preview on white background

This text has color #28423B on white background.



Black color preview on #28423B background

This text has black color on #28423B background.


White color preview on #28423B background

This text has white color on #28423B background.