COLOR #280721

HEX: #280721 RGB: (40,7,33)

Color info

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

RGB color model

#280721 color RGB value is (40,7,33).

RGB: (40,7,33) (16%, 3%, 13%)

RGB channels and saturation

R 40 of 255 = 16%
G 7 of 255 = 3%
B 33 of 255 = 13%

40
7
33

R + G + B ~ 11%. #280721 is dark color.

Portions of RGB colors in percentages

R + G + B = 40 + 7 + 33 = 80 (100%)
R 40 of 80 ~ 50%
G 7 of 80 ~ 8.75%
B 33 of 80 ~ 41.25'%

%50
%41.25

CMYK color model

#280721 color CMYK value is (0,83,18,84).

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

CMYK: (0,83,18,84)
C0M83Y18K84 (0%, 83%, 18%, 84%)
(0.00 / 0.83 / 0.18 / 0.84)

CMYK percentages

%0
%82.5
%17.5
%84.31

Codes

Color #280721 in popluar color models

28 07 21
RGB 40 7 33
HSL 313° 70.21% 9.22%
HSB/HSV 313° 82.50% 15.69%
CMYK 0.00% 82.50% 17.50%
84.31%

Color #280721 in popluar number systems.

HEX 28 07 21
Decimal 40 7 33
Binary 101000 111 100001
Octal 50 7 41

Shades and tints

Shades of #280721

#280721
(40,7,33)
#25071E
(37,7,30)
#22071B
(34,7,27)
#1F0718
(31,7,24)
#1C0715
(28,7,21)
#190712
(25,7,18)
#16070F
(22,7,15)
#13070C
(19,7,12)
#100709
(16,7,9)
#0D0706
(13,7,6)
#0A0703
(10,7,3)
#000000
(0,0,0)

Tints of #280721

#280721
(40,7,33)
#3B1D35
(59,29,53)
#4E3349
(78,51,73)
#61495D
(97,73,93)
#745F71
(116,95,113)
#877585
(135,117,133)
#9A8B99
(154,139,153)
#ADA1AD
(173,161,173)
#C0B7C1
(192,183,193)
#D3CDD5
(211,205,213)
#E6E3E9
(230,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #280721; }

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

This text font color is #280721.

Background Color

.myBgColor { background-color: #280721; }

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

This div background color is #280721.

Border color

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

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

This div border color is #280721.

Opacity

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

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

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

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

This text has shadow with #280721 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #280721.

Preview

Color preview on black background

This text has color #280721 on black background.


Color preview on white background

This text has color #280721 on white background.


Black color preview on #280721 background

This text has black color on #280721 background.


White color preview on #280721 background

This text has white color on #280721 background.


Related colors

Complementary color

Complementary color for #hex is #D7F8DE.


I love getcolorcode.com

Triadic colors

1 #212807 and #072128 with #280721 are triadic colors.

2 #210728 and #072821 with #280721 are triadic colors.