COLOR #283B56

HEX: #283B56
RGB: (40,59,86)

Color info

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

RGB color model

#283B56 color RGB value is (40,59,86).

  • red value is 40;
  • green value is 59;
  • blue value is 86.
RGB:
(40,59,86)
(16%,23%,34%)

RGB channels and saturation

R 40 of 255 = 16%
G 59 of 255 = 23%
B 86 of 255 = 34%

40
59
86

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

Portions of RGB colors in percentages

R + G + B =
40 + 59 + 86 = 185 (100%)
R 40 of 185 ~ 21.62%
G 59 of 185 ~ 31.89%
B 86 of 185 ~ 46.49%

%21.62
%31.89
%46.49

CMYK color model

#283B56 color CMYK value is (53,31,0,66).

  • cyan value is 53.49%
  • magenta value is 31.40%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(53,31,0,66)
C53M31Y0K66 
(53%,31%,0%,66%)
(0.53/0.31/0.00/0.66)	

CMYK percentages

%53.49
%31.4
%0
%66.27

Codes

Color #283B56 in popluar color models

283B56
RGB405986
HSL215°36.51%24.71%
HSB/HSV215°53.49%33.73%
CMYK53.49%31.40%0.00%
66.27%

Color #283B56 in popluar number systems.

HEX283B56
Decimal405986
Binary1010001110111010110
Octal5073126

Shades and tints

Shades of #283B56

#283B56
(40,59,86)
#25364F
(37,54,79)
#223148
(34,49,72)
#1F2C41
(31,44,65)
#1C273A
(28,39,58)
#192233
(25,34,51)
#161D2C
(22,29,44)
#131825
(19,24,37)
#10131E
(16,19,30)
#0D0E17
(13,14,23)
#0A0910
(10,9,16)
#000000
(0,0,0)

Tints of #283B56

#283B56
(40,59,86)
#3B4C65
(59,76,101)
#4E5D74
(78,93,116)
#616E83
(97,110,131)
#747F92
(116,127,146)
#8790A1
(135,144,161)
#9AA1B0
(154,161,176)
#ADB2BF
(173,178,191)
#C0C3CE
(192,195,206)
#D3D4DD
(211,212,221)
#E6E5EC
(230,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #283B56 color. Also use rgb(40,59,86) instead hex code.

Text Font Color

.myTextColor { color: #283B56; }

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

This text font color is #283B56.


Background Color

.myBgColor { background-color: #283B56; }

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

This div background color is #283B56.


Border color

.myBorderColor { border: 1px solid #283B56; }

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

This div border color is #283B56.


Opacity

.myOpacity80 { color: #283B56; opacity: 0.8; }

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

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

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

This text has shadow with #283B56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #283B56 on black background.


Color preview on white background

This text has color #283B56 on white background.



Black color preview on #283B56 background

This text has black color on #283B56 background.


White color preview on #283B56 background

This text has white color on #283B56 background.