COLOR #284E67

HEX: #284E67
RGB: (40,78,103)

Color info

#284E67 contains mainly green and blue colors. Web safe color of #284E67 is #336666 (or #366).

RGB color model

#284E67 color RGB value is (40,78,103).

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

RGB channels and saturation

R 40 of 255 = 16%
G 78 of 255 = 31%
B 103 of 255 = 40%

40
78
103

R + G + B ~ 29%. #284E67 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 78 + 103 = 221 (100%)
R 40 of 221 ~ 18.1%
G 78 of 221 ~ 35.29%
B 103 of 221 ~ 46.61%

%18.1
%35.29
%46.61

CMYK color model

#284E67 color CMYK value is (61,24,0,60).

  • cyan value is 61.17%
  • magenta value is 24.27%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(61,24,0,60)
C61M24Y0K60 
(61%,24%,0%,60%)
(0.61/0.24/0.00/0.60)	

CMYK percentages

%61.17
%24.27
%0
%59.61

Codes

Color #284E67 in popluar color models

284E67
RGB4078103
HSL204°44.06%28.04%
HSB/HSV204°61.17%40.39%
CMYK61.17%24.27%0.00%
59.61%

Color #284E67 in popluar number systems.

HEX284E67
Decimal4078103
Binary10100010011101100111
Octal50116147

Shades and tints

Shades of #284E67

#284E67
(40,78,103)
#25475E
(37,71,94)
#224055
(34,64,85)
#1F394C
(31,57,76)
#1C3243
(28,50,67)
#192B3A
(25,43,58)
#162431
(22,36,49)
#131D28
(19,29,40)
#10161F
(16,22,31)
#0D0F16
(13,15,22)
#0A080D
(10,8,13)
#000000
(0,0,0)

Tints of #284E67

#284E67
(40,78,103)
#3B5E74
(59,94,116)
#4E6E81
(78,110,129)
#617E8E
(97,126,142)
#748E9B
(116,142,155)
#879EA8
(135,158,168)
#9AAEB5
(154,174,181)
#ADBEC2
(173,190,194)
#C0CECF
(192,206,207)
#D3DEDC
(211,222,220)
#E6EEE9
(230,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #284E67; }

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

This text font color is #284E67.


Background Color

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

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

This div background color is #284E67.


Border color

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

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

This div border color is #284E67.


Opacity

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

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

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

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

This text has shadow with #284E67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #284E67 on black background.


Color preview on white background

This text has color #284E67 on white background.



Black color preview on #284E67 background

This text has black color on #284E67 background.


White color preview on #284E67 background

This text has white color on #284E67 background.