COLOR #284E82

HEX: #284E82
RGB: (40,78,130)

Color info

#284E82 contains mainly green and blue colors. Web safe color of #284E82 is #336699 (or #369).

RGB color model

#284E82 color RGB value is (40,78,130).

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

RGB channels and saturation

R 40 of 255 = 16%
G 78 of 255 = 31%
B 130 of 255 = 51%

40
78
130

R + G + B ~ 33%. #284E82 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 78 + 130 = 248 (100%)
R 40 of 248 ~ 16.13%
G 78 of 248 ~ 31.45%
B 130 of 248 ~ 52.42%

%16.13
%31.45
%52.42

CMYK color model

#284E82 color CMYK value is (69,40,0,49).

  • cyan value is 69.23%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(69,40,0,49)
C69M40Y0K49 
(69%,40%,0%,49%)
(0.69/0.40/0.00/0.49)	

CMYK percentages

%69.23
%40
%0
%49.02

Codes

Color #284E82 in popluar color models

284E82
RGB4078130
HSL215°52.94%33.33%
HSB/HSV215°69.23%50.98%
CMYK69.23%40.00%0.00%
49.02%

Color #284E82 in popluar number systems.

HEX284E82
Decimal4078130
Binary101000100111010000010
Octal50116202

Shades and tints

Shades of #284E82

#284E82
(40,78,130)
#254777
(37,71,119)
#22406C
(34,64,108)
#1F3961
(31,57,97)
#1C3256
(28,50,86)
#192B4B
(25,43,75)
#162440
(22,36,64)
#131D35
(19,29,53)
#10162A
(16,22,42)
#0D0F1F
(13,15,31)
#0A0814
(10,8,20)
#000000
(0,0,0)

Tints of #284E82

#284E82
(40,78,130)
#3B5E8D
(59,94,141)
#4E6E98
(78,110,152)
#617EA3
(97,126,163)
#748EAE
(116,142,174)
#879EB9
(135,158,185)
#9AAEC4
(154,174,196)
#ADBECF
(173,190,207)
#C0CEDA
(192,206,218)
#D3DEE5
(211,222,229)
#E6EEF0
(230,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #284E82 color. Also use rgb(40,78,130) instead hex code.

Text Font Color

.myTextColor { color: #284E82; }

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

This text font color is #284E82.


Background Color

.myBgColor { background-color: #284E82; }

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

This div background color is #284E82.


Border color

.myBorderColor { border: 1px solid #284E82; }

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

This div border color is #284E82.


Opacity

.myOpacity80 { color: #284E82; opacity: 0.8; }

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

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

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

This text has shadow with #284E82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #284E82 on black background.


Color preview on white background

This text has color #284E82 on white background.



Black color preview on #284E82 background

This text has black color on #284E82 background.


White color preview on #284E82 background

This text has white color on #284E82 background.