COLOR #284440

HEX: #284440
RGB: (40,68,64)

Color info

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

RGB color model

#284440 color RGB value is (40,68,64).

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

RGB channels and saturation

R 40 of 255 = 16%
G 68 of 255 = 27%
B 64 of 255 = 25%

40
68
64

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

Portions of RGB colors in percentages

R + G + B =
40 + 68 + 64 = 172 (100%)
R 40 of 172 ~ 23.26%
G 68 of 172 ~ 39.53%
B 64 of 172 ~ 37.21%

%23.26
%39.53
%37.21

CMYK color model

#284440 color CMYK value is (41,0,6,73).

  • cyan value is 41.18%
  • magenta value is 0.00%
  • yellow value is 5.88%
  • key color value is 73.33%
CMYK:
(41,0,6,73)
C41M0Y6K73 
(41%,0%,6%,73%)
(0.41/0.00/0.06/0.73)	

CMYK percentages

%41.18
%0
%5.88
%73.33

Codes

Color #284440 in popluar color models

284440
RGB406864
HSL171°25.93%21.18%
HSB/HSV171°41.18%26.67%
CMYK41.18%0.00%5.88%
73.33%

Color #284440 in popluar number systems.

HEX284440
Decimal406864
Binary10100010001001000000
Octal50104100

Shades and tints

Shades of #284440

#284440
(40,68,64)
#253E3B
(37,62,59)
#223836
(34,56,54)
#1F3231
(31,50,49)
#1C2C2C
(28,44,44)
#192627
(25,38,39)
#162022
(22,32,34)
#131A1D
(19,26,29)
#101418
(16,20,24)
#0D0E13
(13,14,19)
#0A080E
(10,8,14)
#000000
(0,0,0)

Tints of #284440

#284440
(40,68,64)
#3B5551
(59,85,81)
#4E6662
(78,102,98)
#617773
(97,119,115)
#748884
(116,136,132)
#879995
(135,153,149)
#9AAAA6
(154,170,166)
#ADBBB7
(173,187,183)
#C0CCC8
(192,204,200)
#D3DDD9
(211,221,217)
#E6EEEA
(230,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #284440; }

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

This text font color is #284440.


Background Color

.myBgColor { background-color: #284440; }

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

This div background color is #284440.


Border color

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

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

This div border color is #284440.


Opacity

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

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

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

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

This text has shadow with #284440 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #284440 on black background.


Color preview on white background

This text has color #284440 on white background.



Black color preview on #284440 background

This text has black color on #284440 background.


White color preview on #284440 background

This text has white color on #284440 background.