COLOR #280827

HEX: #280827
RGB: (40,8,39)

Color info

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

RGB color model

#280827 color RGB value is (40,8,39).

  • red value is 40;
  • green value is 8;
  • blue value is 39.
RGB:
(40,8,39)
(16%,3%,15%)

RGB channels and saturation

R 40 of 255 = 16%
G 8 of 255 = 3%
B 39 of 255 = 15%

40
8
39

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

Portions of RGB colors in percentages

R + G + B =
40 + 8 + 39 = 87 (100%)
R 40 of 87 ~ 45.98%
G 8 of 87 ~ 9.2%
B 39 of 87 ~ 44.83%

%45.98
%44.83

CMYK color model

#280827 color CMYK value is (0,80,2,84).

  • cyan value is 0.00%
  • magenta value is 80.00%
  • yellow value is 2.50%
  • key color value is 84.31%
CMYK:
(0,80,2,84)
C0M80Y2K84 
(0%,80%,2%,84%)
(0.00/0.80/0.02/0.84)	

CMYK percentages

%0
%80
%2.5
%84.31

Codes

Color #280827 in popluar color models

280827
RGB40839
HSL302°66.67%9.41%
HSB/HSV302°80.00%15.69%
CMYK0.00%80.00%2.50%
84.31%

Color #280827 in popluar number systems.

HEX280827
Decimal40839
Binary1010001000100111
Octal501047

Shades and tints

Shades of #280827

#280827
(40,8,39)
#250824
(37,8,36)
#220821
(34,8,33)
#1F081E
(31,8,30)
#1C081B
(28,8,27)
#190818
(25,8,24)
#160815
(22,8,21)
#130812
(19,8,18)
#10080F
(16,8,15)
#0D080C
(13,8,12)
#0A0809
(10,8,9)
#000000
(0,0,0)

Tints of #280827

#280827
(40,8,39)
#3B1E3A
(59,30,58)
#4E344D
(78,52,77)
#614A60
(97,74,96)
#746073
(116,96,115)
#877686
(135,118,134)
#9A8C99
(154,140,153)
#ADA2AC
(173,162,172)
#C0B8BF
(192,184,191)
#D3CED2
(211,206,210)
#E6E4E5
(230,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #280827 color. Also use rgb(40,8,39) instead hex code.

Text Font Color

.myTextColor { color: #280827; }

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

This text font color is #280827.


Background Color

.myBgColor { background-color: #280827; }

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

This div background color is #280827.


Border color

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

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

This div border color is #280827.


Opacity

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

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

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

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

This text has shadow with #280827 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #280827 on black background.


Color preview on white background

This text has color #280827 on white background.



Black color preview on #280827 background

This text has black color on #280827 background.


White color preview on #280827 background

This text has white color on #280827 background.