COLOR #284D5B

HEX: #284D5B
RGB: (40,77,91)

Color info

#284D5B contains red, green and blue colors in about the same proportion. Web safe color of #284D5B is #333366 (or #336).

RGB color model

#284D5B color RGB value is (40,77,91).

  • red value is 40;
  • green value is 77;
  • blue value is 91.
RGB:
(40,77,91)
(16%,30%,36%)

RGB channels and saturation

R 40 of 255 = 16%
G 77 of 255 = 30%
B 91 of 255 = 36%

40
77
91

R + G + B ~ 27%. #284D5B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 77 + 91 = 208 (100%)
R 40 of 208 ~ 19.23%
G 77 of 208 ~ 37.02%
B 91 of 208 ~ 43.75%

%19.23
%37.02
%43.75

CMYK color model

#284D5B color CMYK value is (56,15,0,64).

  • cyan value is 56.04%
  • magenta value is 15.38%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(56,15,0,64)
C56M15Y0K64 
(56%,15%,0%,64%)
(0.56/0.15/0.00/0.64)	

CMYK percentages

%56.04
%15.38
%0
%64.31

Codes

Color #284D5B in popluar color models

284D5B
RGB407791
HSL196°38.93%25.69%
HSB/HSV196°56.04%35.69%
CMYK56.04%15.38%0.00%
64.31%

Color #284D5B in popluar number systems.

HEX284D5B
Decimal407791
Binary10100010011011011011
Octal50115133

Shades and tints

Shades of #284D5B

#284D5B
(40,77,91)
#254653
(37,70,83)
#223F4B
(34,63,75)
#1F3843
(31,56,67)
#1C313B
(28,49,59)
#192A33
(25,42,51)
#16232B
(22,35,43)
#131C23
(19,28,35)
#10151B
(16,21,27)
#0D0E13
(13,14,19)
#0A070B
(10,7,11)
#000000
(0,0,0)

Tints of #284D5B

#284D5B
(40,77,91)
#3B5D69
(59,93,105)
#4E6D77
(78,109,119)
#617D85
(97,125,133)
#748D93
(116,141,147)
#879DA1
(135,157,161)
#9AADAF
(154,173,175)
#ADBDBD
(173,189,189)
#C0CDCB
(192,205,203)
#D3DDD9
(211,221,217)
#E6EDE7
(230,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #284D5B color. Also use rgb(40,77,91) instead hex code.

Text Font Color

.myTextColor { color: #284D5B; }

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

This text font color is #284D5B.


Background Color

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

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

This div background color is #284D5B.


Border color

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

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

This div border color is #284D5B.


Opacity

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

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

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

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

This text has shadow with #284D5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #284D5B on black background.


Color preview on white background

This text has color #284D5B on white background.



Black color preview on #284D5B background

This text has black color on #284D5B background.


White color preview on #284D5B background

This text has white color on #284D5B background.