COLOR #280D4E

HEX: #280D4E
RGB: (40,13,78)

Color info

#280D4E contains mainly red and blue colors. Web safe color of #280D4E is #330066 (or #306).

RGB color model

#280D4E color RGB value is (40,13,78).

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

RGB channels and saturation

R 40 of 255 = 16%
G 13 of 255 = 5%
B 78 of 255 = 31%

40
13
78

R + G + B ~ 17%. #280D4E is dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 13 + 78 = 131 (100%)
R 40 of 131 ~ 30.53%
G 13 of 131 ~ 9.92%
B 78 of 131 ~ 59.54%

%30.53
%9.92
%59.54

CMYK color model

#280D4E color CMYK value is (49,83,0,69).

  • cyan value is 48.72%
  • magenta value is 83.33%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(49,83,0,69)
C49M83Y0K69 
(49%,83%,0%,69%)
(0.49/0.83/0.00/0.69)	

CMYK percentages

%48.72
%83.33
%0
%69.41

Codes

Color #280D4E in popluar color models

280D4E
RGB401378
HSL265°71.43%17.84%
HSB/HSV265°83.33%30.59%
CMYK48.72%83.33%0.00%
69.41%

Color #280D4E in popluar number systems.

HEX280D4E
Decimal401378
Binary10100011011001110
Octal5015116

Shades and tints

Shades of #280D4E

#280D4E
(40,13,78)
#250C47
(37,12,71)
#220B40
(34,11,64)
#1F0A39
(31,10,57)
#1C0932
(28,9,50)
#19082B
(25,8,43)
#160724
(22,7,36)
#13061D
(19,6,29)
#100516
(16,5,22)
#0D040F
(13,4,15)
#0A0308
(10,3,8)
#000000
(0,0,0)

Tints of #280D4E

#280D4E
(40,13,78)
#3B235E
(59,35,94)
#4E396E
(78,57,110)
#614F7E
(97,79,126)
#74658E
(116,101,142)
#877B9E
(135,123,158)
#9A91AE
(154,145,174)
#ADA7BE
(173,167,190)
#C0BDCE
(192,189,206)
#D3D3DE
(211,211,222)
#E6E9EE
(230,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #280D4E; }

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

This text font color is #280D4E.


Background Color

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

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

This div background color is #280D4E.


Border color

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

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

This div border color is #280D4E.


Opacity

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

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

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

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

This text has shadow with #280D4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #280D4E on black background.


Color preview on white background

This text has color #280D4E on white background.



Black color preview on #280D4E background

This text has black color on #280D4E background.


White color preview on #280D4E background

This text has white color on #280D4E background.