COLOR #283A71

HEX: #283A71
RGB: (40,58,113)

Color info

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

RGB color model

#283A71 color RGB value is (40,58,113).

  • red value is 40;
  • green value is 58;
  • blue value is 113.
RGB:
(40,58,113)
(16%,23%,44%)

RGB channels and saturation

R 40 of 255 = 16%
G 58 of 255 = 23%
B 113 of 255 = 44%

40
58
113

R + G + B ~ 28%. #283A71 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 58 + 113 = 211 (100%)
R 40 of 211 ~ 18.96%
G 58 of 211 ~ 27.49%
B 113 of 211 ~ 53.55%

%18.96
%27.49
%53.55

CMYK color model

#283A71 color CMYK value is (65,49,0,56).

  • cyan value is 64.60%
  • magenta value is 48.67%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(65,49,0,56)
C65M49Y0K56 
(65%,49%,0%,56%)
(0.65/0.49/0.00/0.56)	

CMYK percentages

%64.6
%48.67
%0
%55.69

Codes

Color #283A71 in popluar color models

283A71
RGB4058113
HSL225°47.71%30.00%
HSB/HSV225°64.60%44.31%
CMYK64.60%48.67%0.00%
55.69%

Color #283A71 in popluar number systems.

HEX283A71
Decimal4058113
Binary1010001110101110001
Octal5072161

Shades and tints

Shades of #283A71

#283A71
(40,58,113)
#253567
(37,53,103)
#22305D
(34,48,93)
#1F2B53
(31,43,83)
#1C2649
(28,38,73)
#19213F
(25,33,63)
#161C35
(22,28,53)
#13172B
(19,23,43)
#101221
(16,18,33)
#0D0D17
(13,13,23)
#0A080D
(10,8,13)
#000000
(0,0,0)

Tints of #283A71

#283A71
(40,58,113)
#3B4B7D
(59,75,125)
#4E5C89
(78,92,137)
#616D95
(97,109,149)
#747EA1
(116,126,161)
#878FAD
(135,143,173)
#9AA0B9
(154,160,185)
#ADB1C5
(173,177,197)
#C0C2D1
(192,194,209)
#D3D3DD
(211,211,221)
#E6E4E9
(230,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #283A71 color. Also use rgb(40,58,113) instead hex code.

Text Font Color

.myTextColor { color: #283A71; }

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

This text font color is #283A71.


Background Color

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

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

This div background color is #283A71.


Border color

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

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

This div border color is #283A71.


Opacity

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

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

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

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

This text has shadow with #283A71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #283A71 on black background.


Color preview on white background

This text has color #283A71 on white background.



Black color preview on #283A71 background

This text has black color on #283A71 background.


White color preview on #283A71 background

This text has white color on #283A71 background.