COLOR #283F68

HEX: #283F68
RGB: (40,63,104)

Color info

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

RGB color model

#283F68 color RGB value is (40,63,104).

  • red value is 40;
  • green value is 63;
  • blue value is 104.
RGB:
(40,63,104)
(16%,25%,41%)

RGB channels and saturation

R 40 of 255 = 16%
G 63 of 255 = 25%
B 104 of 255 = 41%

40
63
104

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

Portions of RGB colors in percentages

R + G + B =
40 + 63 + 104 = 207 (100%)
R 40 of 207 ~ 19.32%
G 63 of 207 ~ 30.43%
B 104 of 207 ~ 50.24%

%19.32
%30.43
%50.24

CMYK color model

#283F68 color CMYK value is (62,39,0,59).

  • cyan value is 61.54%
  • magenta value is 39.42%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(62,39,0,59)
C62M39Y0K59 
(62%,39%,0%,59%)
(0.62/0.39/0.00/0.59)	

CMYK percentages

%61.54
%39.42
%0
%59.22

Codes

Color #283F68 in popluar color models

283F68
RGB4063104
HSL218°44.44%28.24%
HSB/HSV218°61.54%40.78%
CMYK61.54%39.42%0.00%
59.22%

Color #283F68 in popluar number systems.

HEX283F68
Decimal4063104
Binary1010001111111101000
Octal5077150

Shades and tints

Shades of #283F68

#283F68
(40,63,104)
#253A5F
(37,58,95)
#223556
(34,53,86)
#1F304D
(31,48,77)
#1C2B44
(28,43,68)
#19263B
(25,38,59)
#162132
(22,33,50)
#131C29
(19,28,41)
#101720
(16,23,32)
#0D1217
(13,18,23)
#0A0D0E
(10,13,14)
#000000
(0,0,0)

Tints of #283F68

#283F68
(40,63,104)
#3B5075
(59,80,117)
#4E6182
(78,97,130)
#61728F
(97,114,143)
#74839C
(116,131,156)
#8794A9
(135,148,169)
#9AA5B6
(154,165,182)
#ADB6C3
(173,182,195)
#C0C7D0
(192,199,208)
#D3D8DD
(211,216,221)
#E6E9EA
(230,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #283F68 color. Also use rgb(40,63,104) instead hex code.

Text Font Color

.myTextColor { color: #283F68; }

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

This text font color is #283F68.


Background Color

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

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

This div background color is #283F68.


Border color

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

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

This div border color is #283F68.


Opacity

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

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

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

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

This text has shadow with #283F68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #283F68 on black background.


Color preview on white background

This text has color #283F68 on white background.



Black color preview on #283F68 background

This text has black color on #283F68 background.


White color preview on #283F68 background

This text has white color on #283F68 background.