COLOR #280D51

HEX: #280D51
RGB: (40,13,81)

Color info

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

RGB color model

#280D51 color RGB value is (40,13,81).

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

RGB channels and saturation

R 40 of 255 = 16%
G 13 of 255 = 5%
B 81 of 255 = 32%

40
13
81

R + G + B ~ 18%. #280D51 is dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 13 + 81 = 134 (100%)
R 40 of 134 ~ 29.85%
G 13 of 134 ~ 9.7%
B 81 of 134 ~ 60.45%

%29.85
%9.7
%60.45

CMYK color model

#280D51 color CMYK value is (51,84,0,68).

  • cyan value is 50.62%
  • magenta value is 83.95%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(51,84,0,68)
C51M84Y0K68 
(51%,84%,0%,68%)
(0.51/0.84/0.00/0.68)	

CMYK percentages

%50.62
%83.95
%0
%68.24

Codes

Color #280D51 in popluar color models

280D51
RGB401381
HSL264°72.34%18.43%
HSB/HSV264°83.95%31.76%
CMYK50.62%83.95%0.00%
68.24%

Color #280D51 in popluar number systems.

HEX280D51
Decimal401381
Binary10100011011010001
Octal5015121

Shades and tints

Shades of #280D51

#280D51
(40,13,81)
#250C4A
(37,12,74)
#220B43
(34,11,67)
#1F0A3C
(31,10,60)
#1C0935
(28,9,53)
#19082E
(25,8,46)
#160727
(22,7,39)
#130620
(19,6,32)
#100519
(16,5,25)
#0D0412
(13,4,18)
#0A030B
(10,3,11)
#000000
(0,0,0)

Tints of #280D51

#280D51
(40,13,81)
#3B2360
(59,35,96)
#4E396F
(78,57,111)
#614F7E
(97,79,126)
#74658D
(116,101,141)
#877B9C
(135,123,156)
#9A91AB
(154,145,171)
#ADA7BA
(173,167,186)
#C0BDC9
(192,189,201)
#D3D3D8
(211,211,216)
#E6E9E7
(230,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #280D51; }

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

This text font color is #280D51.


Background Color

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

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

This div background color is #280D51.


Border color

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

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

This div border color is #280D51.


Opacity

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

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

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

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

This text has shadow with #280D51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #280D51 on black background.


Color preview on white background

This text has color #280D51 on white background.



Black color preview on #280D51 background

This text has black color on #280D51 background.


White color preview on #280D51 background

This text has white color on #280D51 background.