COLOR #280715

HEX: #280715 RGB: (40,7,21)

Color info

#280715 contains red, green and blue colors in about the same proportion. Web safe color of #280715 is #330000 (or #300).

RGB color model

#280715 color RGB value is (40,7,21).

RGB: (40,7,21) (16%, 3%, 8%)

RGB channels and saturation

R 40 of 255 = 16%
G 7 of 255 = 3%
B 21 of 255 = 8%

40
7
21

R + G + B ~ 9%. #280715 is dark color.

Portions of RGB colors in percentages

R + G + B = 40 + 7 + 21 = 68 (100%)
R 40 of 68 ~ 58.82%
G 7 of 68 ~ 10.29%
B 21 of 68 ~ 30.88'%

%58.82
%30.88

CMYK color model

#280715 color CMYK value is (0,83,48,84).

  • cyan value is 0.00%
  • magenta value is 82.50%
  • yellow value is 47.50%
  • key color value is 84.31%

CMYK: (0,83,48,84)
C0M83Y48K84 (0%, 83%, 48%, 84%)
(0.00 / 0.83 / 0.48 / 0.84)

CMYK percentages

%0
%82.5
%47.5
%84.31

Codes

Color #280715 in popluar color models

28 07 15
RGB 40 7 21
HSL 335° 70.21% 9.22%
HSB/HSV 335° 82.50% 15.69%
CMYK 0.00% 82.50% 47.50%
84.31%

Color #280715 in popluar number systems.

HEX 28 07 15
Decimal 40 7 21
Binary 101000 111 10101
Octal 50 7 25

Shades and tints

Shades of #280715

#280715
(40,7,21)
#250714
(37,7,20)
#220713
(34,7,19)
#1F0712
(31,7,18)
#1C0711
(28,7,17)
#190710
(25,7,16)
#16070F
(22,7,15)
#13070E
(19,7,14)
#10070D
(16,7,13)
#0D070C
(13,7,12)
#0A070B
(10,7,11)
#000000
(0,0,0)

Tints of #280715

#280715
(40,7,21)
#3B1D2A
(59,29,42)
#4E333F
(78,51,63)
#614954
(97,73,84)
#745F69
(116,95,105)
#87757E
(135,117,126)
#9A8B93
(154,139,147)
#ADA1A8
(173,161,168)
#C0B7BD
(192,183,189)
#D3CDD2
(211,205,210)
#E6E3E7
(230,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #280715 color. Also use rgb(40,7,21) instead hex code.

Text Font Color

.myTextColor { color: #280715; }

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

This text font color is #280715.

Background Color

.myBgColor { background-color: #280715; }

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

This div background color is #280715.

Border color

.myBorderColor { border: 1px solid #280715; }

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

This div border color is #280715.

Opacity

.myOpacity80 { color: #280715; opacity: 0.8; }

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

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

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

This text has shadow with #280715 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #280715.

Preview

Color preview on black background

This text has color #280715 on black background.


Color preview on white background

This text has color #280715 on white background.


Black color preview on #280715 background

This text has black color on #280715 background.


White color preview on #280715 background

This text has white color on #280715 background.


Related colors

Complementary color

Complementary color for #hex is #D7F8EA.


I love getcolorcode.com

Triadic colors

1 #152807 and #071528 with #280715 are triadic colors.

2 #150728 and #072815 with #280715 are triadic colors.