COLOR #284259

HEX: #284259
RGB: (40,66,89)

Color info

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

RGB color model

#284259 color RGB value is (40,66,89).

  • red value is 40;
  • green value is 66;
  • blue value is 89.
RGB:
(40,66,89)
(16%,26%,35%)

RGB channels and saturation

R 40 of 255 = 16%
G 66 of 255 = 26%
B 89 of 255 = 35%

40
66
89

R + G + B ~ 26%. #284259 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 66 + 89 = 195 (100%)
R 40 of 195 ~ 20.51%
G 66 of 195 ~ 33.85%
B 89 of 195 ~ 45.64%

%20.51
%33.85
%45.64

CMYK color model

#284259 color CMYK value is (55,26,0,65).

  • cyan value is 55.06%
  • magenta value is 25.84%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(55,26,0,65)
C55M26Y0K65 
(55%,26%,0%,65%)
(0.55/0.26/0.00/0.65)	

CMYK percentages

%55.06
%25.84
%0
%65.1

Codes

Color #284259 in popluar color models

284259
RGB406689
HSL208°37.98%25.29%
HSB/HSV208°55.06%34.90%
CMYK55.06%25.84%0.00%
65.10%

Color #284259 in popluar number systems.

HEX284259
Decimal406689
Binary10100010000101011001
Octal50102131

Shades and tints

Shades of #284259

#284259
(40,66,89)
#253C51
(37,60,81)
#223649
(34,54,73)
#1F3041
(31,48,65)
#1C2A39
(28,42,57)
#192431
(25,36,49)
#161E29
(22,30,41)
#131821
(19,24,33)
#101219
(16,18,25)
#0D0C11
(13,12,17)
#0A0609
(10,6,9)
#000000
(0,0,0)

Tints of #284259

#284259
(40,66,89)
#3B5368
(59,83,104)
#4E6477
(78,100,119)
#617586
(97,117,134)
#748695
(116,134,149)
#8797A4
(135,151,164)
#9AA8B3
(154,168,179)
#ADB9C2
(173,185,194)
#C0CAD1
(192,202,209)
#D3DBE0
(211,219,224)
#E6ECEF
(230,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #284259 color. Also use rgb(40,66,89) instead hex code.

Text Font Color

.myTextColor { color: #284259; }

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

This text font color is #284259.


Background Color

.myBgColor { background-color: #284259; }

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

This div background color is #284259.


Border color

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

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

This div border color is #284259.


Opacity

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

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

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

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

This text has shadow with #284259 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #284259 on black background.


Color preview on white background

This text has color #284259 on white background.



Black color preview on #284259 background

This text has black color on #284259 background.


White color preview on #284259 background

This text has white color on #284259 background.