COLOR #284D57

HEX: #284D57
RGB: (40,77,87)

Color info

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

RGB color model

#284D57 color RGB value is (40,77,87).

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

RGB channels and saturation

R 40 of 255 = 16%
G 77 of 255 = 30%
B 87 of 255 = 34%

40
77
87

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

Portions of RGB colors in percentages

R + G + B =
40 + 77 + 87 = 204 (100%)
R 40 of 204 ~ 19.61%
G 77 of 204 ~ 37.75%
B 87 of 204 ~ 42.65%

%19.61
%37.75
%42.65

CMYK color model

#284D57 color CMYK value is (54,11,0,66).

  • cyan value is 54.02%
  • magenta value is 11.49%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(54,11,0,66)
C54M11Y0K66 
(54%,11%,0%,66%)
(0.54/0.11/0.00/0.66)	

CMYK percentages

%54.02
%11.49
%0
%65.88

Codes

Color #284D57 in popluar color models

284D57
RGB407787
HSL193°37.01%24.90%
HSB/HSV193°54.02%34.12%
CMYK54.02%11.49%0.00%
65.88%

Color #284D57 in popluar number systems.

HEX284D57
Decimal407787
Binary10100010011011010111
Octal50115127

Shades and tints

Shades of #284D57

#284D57
(40,77,87)
#254650
(37,70,80)
#223F49
(34,63,73)
#1F3842
(31,56,66)
#1C313B
(28,49,59)
#192A34
(25,42,52)
#16232D
(22,35,45)
#131C26
(19,28,38)
#10151F
(16,21,31)
#0D0E18
(13,14,24)
#0A0711
(10,7,17)
#000000
(0,0,0)

Tints of #284D57

#284D57
(40,77,87)
#3B5D66
(59,93,102)
#4E6D75
(78,109,117)
#617D84
(97,125,132)
#748D93
(116,141,147)
#879DA2
(135,157,162)
#9AADB1
(154,173,177)
#ADBDC0
(173,189,192)
#C0CDCF
(192,205,207)
#D3DDDE
(211,221,222)
#E6EDED
(230,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #284D57; }

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

This text font color is #284D57.


Background Color

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

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

This div background color is #284D57.


Border color

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

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

This div border color is #284D57.


Opacity

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

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

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

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

This text has shadow with #284D57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #284D57 on black background.


Color preview on white background

This text has color #284D57 on white background.



Black color preview on #284D57 background

This text has black color on #284D57 background.


White color preview on #284D57 background

This text has white color on #284D57 background.