COLOR #280E48

HEX: #280E48
RGB: (40,14,72)

Color info

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

RGB color model

#280E48 color RGB value is (40,14,72).

  • red value is 40;
  • green value is 14;
  • blue value is 72.
RGB:
(40,14,72)
(16%,5%,28%)

RGB channels and saturation

R 40 of 255 = 16%
G 14 of 255 = 5%
B 72 of 255 = 28%

40
14
72

R + G + B ~ 16%. #280E48 is dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 14 + 72 = 126 (100%)
R 40 of 126 ~ 31.75%
G 14 of 126 ~ 11.11%
B 72 of 126 ~ 57.14%

%31.75
%11.11
%57.14

CMYK color model

#280E48 color CMYK value is (44,81,0,72).

  • cyan value is 44.44%
  • magenta value is 80.56%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(44,81,0,72)
C44M81Y0K72 
(44%,81%,0%,72%)
(0.44/0.81/0.00/0.72)	

CMYK percentages

%44.44
%80.56
%0
%71.76

Codes

Color #280E48 in popluar color models

280E48
RGB401472
HSL267°67.44%16.86%
HSB/HSV267°80.56%28.24%
CMYK44.44%80.56%0.00%
71.76%

Color #280E48 in popluar number systems.

HEX280E48
Decimal401472
Binary10100011101001000
Octal5016110

Shades and tints

Shades of #280E48

#280E48
(40,14,72)
#250D42
(37,13,66)
#220C3C
(34,12,60)
#1F0B36
(31,11,54)
#1C0A30
(28,10,48)
#19092A
(25,9,42)
#160824
(22,8,36)
#13071E
(19,7,30)
#100618
(16,6,24)
#0D0512
(13,5,18)
#0A040C
(10,4,12)
#000000
(0,0,0)

Tints of #280E48

#280E48
(40,14,72)
#3B2358
(59,35,88)
#4E3868
(78,56,104)
#614D78
(97,77,120)
#746288
(116,98,136)
#877798
(135,119,152)
#9A8CA8
(154,140,168)
#ADA1B8
(173,161,184)
#C0B6C8
(192,182,200)
#D3CBD8
(211,203,216)
#E6E0E8
(230,224,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #280E48 color. Also use rgb(40,14,72) instead hex code.

Text Font Color

.myTextColor { color: #280E48; }

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

This text font color is #280E48.


Background Color

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

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

This div background color is #280E48.


Border color

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

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

This div border color is #280E48.


Opacity

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

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

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

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

This text has shadow with #280E48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #280E48 on black background.


Color preview on white background

This text has color #280E48 on white background.



Black color preview on #280E48 background

This text has black color on #280E48 background.


White color preview on #280E48 background

This text has white color on #280E48 background.