COLOR #284D6C

HEX: #284D6C
RGB: (40,77,108)

Color info

#284D6C contains mainly green and blue colors. Web safe color of #284D6C is #333366 (or #336).

RGB color model

#284D6C color RGB value is (40,77,108).

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

RGB channels and saturation

R 40 of 255 = 16%
G 77 of 255 = 30%
B 108 of 255 = 42%

40
77
108

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

Portions of RGB colors in percentages

R + G + B =
40 + 77 + 108 = 225 (100%)
R 40 of 225 ~ 17.78%
G 77 of 225 ~ 34.22%
B 108 of 225 ~ 48%

%17.78
%34.22
%48

CMYK color model

#284D6C color CMYK value is (63,29,0,58).

  • cyan value is 62.96%
  • magenta value is 28.70%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(63,29,0,58)
C63M29Y0K58 
(63%,29%,0%,58%)
(0.63/0.29/0.00/0.58)	

CMYK percentages

%62.96
%28.7
%0
%57.65

Codes

Color #284D6C in popluar color models

284D6C
RGB4077108
HSL207°45.95%29.02%
HSB/HSV207°62.96%42.35%
CMYK62.96%28.70%0.00%
57.65%

Color #284D6C in popluar number systems.

HEX284D6C
Decimal4077108
Binary10100010011011101100
Octal50115154

Shades and tints

Shades of #284D6C

#284D6C
(40,77,108)
#254663
(37,70,99)
#223F5A
(34,63,90)
#1F3851
(31,56,81)
#1C3148
(28,49,72)
#192A3F
(25,42,63)
#162336
(22,35,54)
#131C2D
(19,28,45)
#101524
(16,21,36)
#0D0E1B
(13,14,27)
#0A0712
(10,7,18)
#000000
(0,0,0)

Tints of #284D6C

#284D6C
(40,77,108)
#3B5D79
(59,93,121)
#4E6D86
(78,109,134)
#617D93
(97,125,147)
#748DA0
(116,141,160)
#879DAD
(135,157,173)
#9AADBA
(154,173,186)
#ADBDC7
(173,189,199)
#C0CDD4
(192,205,212)
#D3DDE1
(211,221,225)
#E6EDEE
(230,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #284D6C; }

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

This text font color is #284D6C.


Background Color

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

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

This div background color is #284D6C.


Border color

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

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

This div border color is #284D6C.


Opacity

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

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

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

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

This text has shadow with #284D6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #284D6C on black background.


Color preview on white background

This text has color #284D6C on white background.



Black color preview on #284D6C background

This text has black color on #284D6C background.


White color preview on #284D6C background

This text has white color on #284D6C background.