COLOR #283259

HEX: #283259
RGB: (40,50,89)

Color info

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

RGB color model

#283259 color RGB value is (40,50,89).

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

RGB channels and saturation

R 40 of 255 = 16%
G 50 of 255 = 20%
B 89 of 255 = 35%

40
50
89

R + G + B ~ 24%. #283259 is dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 50 + 89 = 179 (100%)
R 40 of 179 ~ 22.35%
G 50 of 179 ~ 27.93%
B 89 of 179 ~ 49.72%

%22.35
%27.93
%49.72

CMYK color model

#283259 color CMYK value is (55,44,0,65).

  • cyan value is 55.06%
  • magenta value is 43.82%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(55,44,0,65)
C55M44Y0K65 
(55%,44%,0%,65%)
(0.55/0.44/0.00/0.65)	

CMYK percentages

%55.06
%43.82
%0
%65.1

Codes

Color #283259 in popluar color models

283259
RGB405089
HSL228°37.98%25.29%
HSB/HSV228°55.06%34.90%
CMYK55.06%43.82%0.00%
65.10%

Color #283259 in popluar number systems.

HEX283259
Decimal405089
Binary1010001100101011001
Octal5062131

Shades and tints

Shades of #283259

#283259
(40,50,89)
#252E51
(37,46,81)
#222A49
(34,42,73)
#1F2641
(31,38,65)
#1C2239
(28,34,57)
#191E31
(25,30,49)
#161A29
(22,26,41)
#131621
(19,22,33)
#101219
(16,18,25)
#0D0E11
(13,14,17)
#0A0A09
(10,10,9)
#000000
(0,0,0)

Tints of #283259

#283259
(40,50,89)
#3B4468
(59,68,104)
#4E5677
(78,86,119)
#616886
(97,104,134)
#747A95
(116,122,149)
#878CA4
(135,140,164)
#9A9EB3
(154,158,179)
#ADB0C2
(173,176,194)
#C0C2D1
(192,194,209)
#D3D4E0
(211,212,224)
#E6E6EF
(230,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #283259; }

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

This text font color is #283259.


Background Color

.myBgColor { background-color: #283259; }

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

This div background color is #283259.


Border color

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

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

This div border color is #283259.


Opacity

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

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

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

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

This text has shadow with #283259 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #283259 on black background.


Color preview on white background

This text has color #283259 on white background.



Black color preview on #283259 background

This text has black color on #283259 background.


White color preview on #283259 background

This text has white color on #283259 background.