COLOR #284E5D

HEX: #284E5D
RGB: (40,78,93)

Color info

#284E5D contains red, green and blue colors in about the same proportion. Web safe color of #284E5D is #336666 (or #366).

RGB color model

#284E5D color RGB value is (40,78,93).

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

RGB channels and saturation

R 40 of 255 = 16%
G 78 of 255 = 31%
B 93 of 255 = 36%

40
78
93

R + G + B ~ 28%. #284E5D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 78 + 93 = 211 (100%)
R 40 of 211 ~ 18.96%
G 78 of 211 ~ 36.97%
B 93 of 211 ~ 44.08%

%18.96
%36.97
%44.08

CMYK color model

#284E5D color CMYK value is (57,16,0,64).

  • cyan value is 56.99%
  • magenta value is 16.13%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(57,16,0,64)
C57M16Y0K64 
(57%,16%,0%,64%)
(0.57/0.16/0.00/0.64)	

CMYK percentages

%56.99
%16.13
%0
%63.53

Codes

Color #284E5D in popluar color models

284E5D
RGB407893
HSL197°39.85%26.08%
HSB/HSV197°56.99%36.47%
CMYK56.99%16.13%0.00%
63.53%

Color #284E5D in popluar number systems.

HEX284E5D
Decimal407893
Binary10100010011101011101
Octal50116135

Shades and tints

Shades of #284E5D

#284E5D
(40,78,93)
#254755
(37,71,85)
#22404D
(34,64,77)
#1F3945
(31,57,69)
#1C323D
(28,50,61)
#192B35
(25,43,53)
#16242D
(22,36,45)
#131D25
(19,29,37)
#10161D
(16,22,29)
#0D0F15
(13,15,21)
#0A080D
(10,8,13)
#000000
(0,0,0)

Tints of #284E5D

#284E5D
(40,78,93)
#3B5E6B
(59,94,107)
#4E6E79
(78,110,121)
#617E87
(97,126,135)
#748E95
(116,142,149)
#879EA3
(135,158,163)
#9AAEB1
(154,174,177)
#ADBEBF
(173,190,191)
#C0CECD
(192,206,205)
#D3DEDB
(211,222,219)
#E6EEE9
(230,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #284E5D; }

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

This text font color is #284E5D.


Background Color

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

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

This div background color is #284E5D.


Border color

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

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

This div border color is #284E5D.


Opacity

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

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

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

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

This text has shadow with #284E5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #284E5D on black background.


Color preview on white background

This text has color #284E5D on white background.



Black color preview on #284E5D background

This text has black color on #284E5D background.


White color preview on #284E5D background

This text has white color on #284E5D background.