COLOR #280E47

HEX: #280E47
RGB: (40,14,71)

Color info

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

RGB color model

#280E47 color RGB value is (40,14,71).

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

RGB channels and saturation

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

40
14
71

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

Portions of RGB colors in percentages

R + G + B =
40 + 14 + 71 = 125 (100%)
R 40 of 125 ~ 32%
G 14 of 125 ~ 11.2%
B 71 of 125 ~ 56.8%

%32
%11.2
%56.8

CMYK color model

#280E47 color CMYK value is (44,80,0,72).

  • cyan value is 43.66%
  • magenta value is 80.28%
  • yellow value is 0.00%
  • key color value is 72.16%
CMYK:
(44,80,0,72)
C44M80Y0K72 
(44%,80%,0%,72%)
(0.44/0.80/0.00/0.72)	

CMYK percentages

%43.66
%80.28
%0
%72.16

Codes

Color #280E47 in popluar color models

280E47
RGB401471
HSL267°67.06%16.67%
HSB/HSV267°80.28%27.84%
CMYK43.66%80.28%0.00%
72.16%

Color #280E47 in popluar number systems.

HEX280E47
Decimal401471
Binary10100011101000111
Octal5016107

Shades and tints

Shades of #280E47

#280E47
(40,14,71)
#250D41
(37,13,65)
#220C3B
(34,12,59)
#1F0B35
(31,11,53)
#1C0A2F
(28,10,47)
#190929
(25,9,41)
#160823
(22,8,35)
#13071D
(19,7,29)
#100617
(16,6,23)
#0D0511
(13,5,17)
#0A040B
(10,4,11)
#000000
(0,0,0)

Tints of #280E47

#280E47
(40,14,71)
#3B2357
(59,35,87)
#4E3867
(78,56,103)
#614D77
(97,77,119)
#746287
(116,98,135)
#877797
(135,119,151)
#9A8CA7
(154,140,167)
#ADA1B7
(173,161,183)
#C0B6C7
(192,182,199)
#D3CBD7
(211,203,215)
#E6E0E7
(230,224,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #280E47; }

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

This text font color is #280E47.


Background Color

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

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

This div background color is #280E47.


Border color

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

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

This div border color is #280E47.


Opacity

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

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

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

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

This text has shadow with #280E47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #280E47 on black background.


Color preview on white background

This text has color #280E47 on white background.



Black color preview on #280E47 background

This text has black color on #280E47 background.


White color preview on #280E47 background

This text has white color on #280E47 background.