COLOR #283E6B

HEX: #283E6B
RGB: (40,62,107)

Color info

#283E6B contains mainly green and blue colors. Web safe color of #283E6B is #333366 (or #336).

RGB color model

#283E6B color RGB value is (40,62,107).

  • red value is 40;
  • green value is 62;
  • blue value is 107.
RGB:
(40,62,107)
(16%,24%,42%)

RGB channels and saturation

R 40 of 255 = 16%
G 62 of 255 = 24%
B 107 of 255 = 42%

40
62
107

R + G + B ~ 27%. #283E6B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 62 + 107 = 209 (100%)
R 40 of 209 ~ 19.14%
G 62 of 209 ~ 29.67%
B 107 of 209 ~ 51.2%

%19.14
%29.67
%51.2

CMYK color model

#283E6B color CMYK value is (63,42,0,58).

  • cyan value is 62.62%
  • magenta value is 42.06%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(63,42,0,58)
C63M42Y0K58 
(63%,42%,0%,58%)
(0.63/0.42/0.00/0.58)	

CMYK percentages

%62.62
%42.06
%0
%58.04

Codes

Color #283E6B in popluar color models

283E6B
RGB4062107
HSL220°45.58%28.82%
HSB/HSV220°62.62%41.96%
CMYK62.62%42.06%0.00%
58.04%

Color #283E6B in popluar number systems.

HEX283E6B
Decimal4062107
Binary1010001111101101011
Octal5076153

Shades and tints

Shades of #283E6B

#283E6B
(40,62,107)
#253962
(37,57,98)
#223459
(34,52,89)
#1F2F50
(31,47,80)
#1C2A47
(28,42,71)
#19253E
(25,37,62)
#162035
(22,32,53)
#131B2C
(19,27,44)
#101623
(16,22,35)
#0D111A
(13,17,26)
#0A0C11
(10,12,17)
#000000
(0,0,0)

Tints of #283E6B

#283E6B
(40,62,107)
#3B4F78
(59,79,120)
#4E6085
(78,96,133)
#617192
(97,113,146)
#74829F
(116,130,159)
#8793AC
(135,147,172)
#9AA4B9
(154,164,185)
#ADB5C6
(173,181,198)
#C0C6D3
(192,198,211)
#D3D7E0
(211,215,224)
#E6E8ED
(230,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #283E6B color. Also use rgb(40,62,107) instead hex code.

Text Font Color

.myTextColor { color: #283E6B; }

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

This text font color is #283E6B.


Background Color

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

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

This div background color is #283E6B.


Border color

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

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

This div border color is #283E6B.


Opacity

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

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

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

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

This text has shadow with #283E6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #283E6B on black background.


Color preview on white background

This text has color #283E6B on white background.



Black color preview on #283E6B background

This text has black color on #283E6B background.


White color preview on #283E6B background

This text has white color on #283E6B background.