COLOR #28413B

HEX: #28413B
RGB: (40,65,59)

Color info

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

RGB color model

#28413B color RGB value is (40,65,59).

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

RGB channels and saturation

R 40 of 255 = 16%
G 65 of 255 = 25%
B 59 of 255 = 23%

40
65
59

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

Portions of RGB colors in percentages

R + G + B =
40 + 65 + 59 = 164 (100%)
R 40 of 164 ~ 24.39%
G 65 of 164 ~ 39.63%
B 59 of 164 ~ 35.98%

%24.39
%39.63
%35.98

CMYK color model

#28413B color CMYK value is (38,0,9,75).

  • cyan value is 38.46%
  • magenta value is 0.00%
  • yellow value is 9.23%
  • key color value is 74.51%
CMYK:
(38,0,9,75)
C38M0Y9K75 
(38%,0%,9%,75%)
(0.38/0.00/0.09/0.75)	

CMYK percentages

%38.46
%0
%9.23
%74.51

Codes

Color #28413B in popluar color models

28413B
RGB406559
HSL166°23.81%20.59%
HSB/HSV166°38.46%25.49%
CMYK38.46%0.00%9.23%
74.51%

Color #28413B in popluar number systems.

HEX28413B
Decimal406559
Binary1010001000001111011
Octal5010173

Shades and tints

Shades of #28413B

#28413B
(40,65,59)
#253C36
(37,60,54)
#223731
(34,55,49)
#1F322C
(31,50,44)
#1C2D27
(28,45,39)
#192822
(25,40,34)
#16231D
(22,35,29)
#131E18
(19,30,24)
#101913
(16,25,19)
#0D140E
(13,20,14)
#0A0F09
(10,15,9)
#000000
(0,0,0)

Tints of #28413B

#28413B
(40,65,59)
#3B524C
(59,82,76)
#4E635D
(78,99,93)
#61746E
(97,116,110)
#74857F
(116,133,127)
#879690
(135,150,144)
#9AA7A1
(154,167,161)
#ADB8B2
(173,184,178)
#C0C9C3
(192,201,195)
#D3DAD4
(211,218,212)
#E6EBE5
(230,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #28413B; }

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

This text font color is #28413B.


Background Color

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

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

This div background color is #28413B.


Border color

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

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

This div border color is #28413B.


Opacity

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

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

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

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

This text has shadow with #28413B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #28413B on black background.


Color preview on white background

This text has color #28413B on white background.



Black color preview on #28413B background

This text has black color on #28413B background.


White color preview on #28413B background

This text has white color on #28413B background.