COLOR #280D26

HEX: #280D26
RGB: (40,13,38)

Color info

#280D26 contains red, green and blue colors in about the same proportion. Web safe color of #280D26 is #330033 (or #303).

RGB color model

#280D26 color RGB value is (40,13,38).

  • red value is 40;
  • green value is 13;
  • blue value is 38.
RGB:
(40,13,38)
(16%,5%,15%)

RGB channels and saturation

R 40 of 255 = 16%
G 13 of 255 = 5%
B 38 of 255 = 15%

40
13
38

R + G + B ~ 12%. #280D26 is dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 13 + 38 = 91 (100%)
R 40 of 91 ~ 43.96%
G 13 of 91 ~ 14.29%
B 38 of 91 ~ 41.76%

%43.96
%14.29
%41.76

CMYK color model

#280D26 color CMYK value is (0,68,5,84).

  • cyan value is 0.00%
  • magenta value is 67.50%
  • yellow value is 5.00%
  • key color value is 84.31%
CMYK:
(0,68,5,84)
C0M68Y5K84 
(0%,68%,5%,84%)
(0.00/0.68/0.05/0.84)	

CMYK percentages

%0
%67.5
%5
%84.31

Codes

Color #280D26 in popluar color models

280D26
RGB401338
HSL304°50.94%10.39%
HSB/HSV304°67.50%15.69%
CMYK0.00%67.50%5.00%
84.31%

Color #280D26 in popluar number systems.

HEX280D26
Decimal401338
Binary1010001101100110
Octal501546

Shades and tints

Shades of #280D26

#280D26
(40,13,38)
#250C23
(37,12,35)
#220B20
(34,11,32)
#1F0A1D
(31,10,29)
#1C091A
(28,9,26)
#190817
(25,8,23)
#160714
(22,7,20)
#130611
(19,6,17)
#10050E
(16,5,14)
#0D040B
(13,4,11)
#0A0308
(10,3,8)
#000000
(0,0,0)

Tints of #280D26

#280D26
(40,13,38)
#3B2339
(59,35,57)
#4E394C
(78,57,76)
#614F5F
(97,79,95)
#746572
(116,101,114)
#877B85
(135,123,133)
#9A9198
(154,145,152)
#ADA7AB
(173,167,171)
#C0BDBE
(192,189,190)
#D3D3D1
(211,211,209)
#E6E9E4
(230,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #280D26 color. Also use rgb(40,13,38) instead hex code.

Text Font Color

.myTextColor { color: #280D26; }

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

This text font color is #280D26.


Background Color

.myBgColor { background-color: #280D26; }

<div style="background-color:#280D26">Inner text</div>

This div background color is #280D26.


Border color

.myBorderColor { border: 1px solid #280D26; }

<div style="border:3px solid #280D26">Div</div>

This div border color is #280D26.


Opacity

.myOpacity80 { color: #280D26; opacity: 0.8; }

<p style="color:#280D26;opacity:0.8;">80%</p>

Text with #280D26 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 #280D26;}

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

This text has shadow with #280D26 color.

.textShadow {text-shadow: 3px 3px 1px #280D26, 3px 3px 1px red;}

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

This text has shadow with #280D26 primary color and red secondary color.


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

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

This text has shadow with #280D26 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #280D26 on black background.


Color preview on white background

This text has color #280D26 on white background.



Black color preview on #280D26 background

This text has black color on #280D26 background.


White color preview on #280D26 background

This text has white color on #280D26 background.