COLOR #284049

HEX: #284049
RGB: (40,64,73)

Color info

#284049 contains red, green and blue colors in about the same proportion. Web safe color of #284049 is #333333 (or #333).

RGB color model

#284049 color RGB value is (40,64,73).

  • red value is 40;
  • green value is 64;
  • blue value is 73.
RGB:
(40,64,73)
(16%,25%,29%)

RGB channels and saturation

R 40 of 255 = 16%
G 64 of 255 = 25%
B 73 of 255 = 29%

40
64
73

R + G + B ~ 23%. #284049 is dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 64 + 73 = 177 (100%)
R 40 of 177 ~ 22.6%
G 64 of 177 ~ 36.16%
B 73 of 177 ~ 41.24%

%22.6
%36.16
%41.24

CMYK color model

#284049 color CMYK value is (45,12,0,71).

  • cyan value is 45.21%
  • magenta value is 12.33%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(45,12,0,71)
C45M12Y0K71 
(45%,12%,0%,71%)
(0.45/0.12/0.00/0.71)	

CMYK percentages

%45.21
%12.33
%0
%71.37

Codes

Color #284049 in popluar color models

284049
RGB406473
HSL196°29.20%22.16%
HSB/HSV196°45.21%28.63%
CMYK45.21%12.33%0.00%
71.37%

Color #284049 in popluar number systems.

HEX284049
Decimal406473
Binary10100010000001001001
Octal50100111

Shades and tints

Shades of #284049

#284049
(40,64,73)
#253B43
(37,59,67)
#22363D
(34,54,61)
#1F3137
(31,49,55)
#1C2C31
(28,44,49)
#19272B
(25,39,43)
#162225
(22,34,37)
#131D1F
(19,29,31)
#101819
(16,24,25)
#0D1313
(13,19,19)
#0A0E0D
(10,14,13)
#000000
(0,0,0)

Tints of #284049

#284049
(40,64,73)
#3B5159
(59,81,89)
#4E6269
(78,98,105)
#617379
(97,115,121)
#748489
(116,132,137)
#879599
(135,149,153)
#9AA6A9
(154,166,169)
#ADB7B9
(173,183,185)
#C0C8C9
(192,200,201)
#D3D9D9
(211,217,217)
#E6EAE9
(230,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #284049 color. Also use rgb(40,64,73) instead hex code.

Text Font Color

.myTextColor { color: #284049; }

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

This text font color is #284049.


Background Color

.myBgColor { background-color: #284049; }

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

This div background color is #284049.


Border color

.myBorderColor { border: 1px solid #284049; }

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

This div border color is #284049.


Opacity

.myOpacity80 { color: #284049; opacity: 0.8; }

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

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

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

This text has shadow with #284049 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #284049 on black background.


Color preview on white background

This text has color #284049 on white background.



Black color preview on #284049 background

This text has black color on #284049 background.


White color preview on #284049 background

This text has white color on #284049 background.