COLOR #284C57

HEX: #284C57
RGB: (40,76,87)

Color info

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

RGB color model

#284C57 color RGB value is (40,76,87).

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

RGB channels and saturation

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

40
76
87

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

Portions of RGB colors in percentages

R + G + B =
40 + 76 + 87 = 203 (100%)
R 40 of 203 ~ 19.7%
G 76 of 203 ~ 37.44%
B 87 of 203 ~ 42.86%

%19.7
%37.44
%42.86

CMYK color model

#284C57 color CMYK value is (54,13,0,66).

  • cyan value is 54.02%
  • magenta value is 12.64%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(54,13,0,66)
C54M13Y0K66 
(54%,13%,0%,66%)
(0.54/0.13/0.00/0.66)	

CMYK percentages

%54.02
%12.64
%0
%65.88

Codes

Color #284C57 in popluar color models

284C57
RGB407687
HSL194°37.01%24.90%
HSB/HSV194°54.02%34.12%
CMYK54.02%12.64%0.00%
65.88%

Color #284C57 in popluar number systems.

HEX284C57
Decimal407687
Binary10100010011001010111
Octal50114127

Shades and tints

Shades of #284C57

#284C57
(40,76,87)
#254650
(37,70,80)
#224049
(34,64,73)
#1F3A42
(31,58,66)
#1C343B
(28,52,59)
#192E34
(25,46,52)
#16282D
(22,40,45)
#132226
(19,34,38)
#101C1F
(16,28,31)
#0D1618
(13,22,24)
#0A1011
(10,16,17)
#000000
(0,0,0)

Tints of #284C57

#284C57
(40,76,87)
#3B5C66
(59,92,102)
#4E6C75
(78,108,117)
#617C84
(97,124,132)
#748C93
(116,140,147)
#879CA2
(135,156,162)
#9AACB1
(154,172,177)
#ADBCC0
(173,188,192)
#C0CCCF
(192,204,207)
#D3DCDE
(211,220,222)
#E6ECED
(230,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #284C57; }

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

This text font color is #284C57.


Background Color

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

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

This div background color is #284C57.


Border color

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

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

This div border color is #284C57.


Opacity

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

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

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

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

This text has shadow with #284C57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #284C57 on black background.


Color preview on white background

This text has color #284C57 on white background.



Black color preview on #284C57 background

This text has black color on #284C57 background.


White color preview on #284C57 background

This text has white color on #284C57 background.