COLOR #283A61

HEX: #283A61
RGB: (40,58,97)

Color info

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

RGB color model

#283A61 color RGB value is (40,58,97).

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

RGB channels and saturation

R 40 of 255 = 16%
G 58 of 255 = 23%
B 97 of 255 = 38%

40
58
97

R + G + B ~ 26%. #283A61 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 58 + 97 = 195 (100%)
R 40 of 195 ~ 20.51%
G 58 of 195 ~ 29.74%
B 97 of 195 ~ 49.74%

%20.51
%29.74
%49.74

CMYK color model

#283A61 color CMYK value is (59,40,0,62).

  • cyan value is 58.76%
  • magenta value is 40.21%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(59,40,0,62)
C59M40Y0K62 
(59%,40%,0%,62%)
(0.59/0.40/0.00/0.62)	

CMYK percentages

%58.76
%40.21
%0
%61.96

Codes

Color #283A61 in popluar color models

283A61
RGB405897
HSL221°41.61%26.86%
HSB/HSV221°58.76%38.04%
CMYK58.76%40.21%0.00%
61.96%

Color #283A61 in popluar number systems.

HEX283A61
Decimal405897
Binary1010001110101100001
Octal5072141

Shades and tints

Shades of #283A61

#283A61
(40,58,97)
#253559
(37,53,89)
#223051
(34,48,81)
#1F2B49
(31,43,73)
#1C2641
(28,38,65)
#192139
(25,33,57)
#161C31
(22,28,49)
#131729
(19,23,41)
#101221
(16,18,33)
#0D0D19
(13,13,25)
#0A0811
(10,8,17)
#000000
(0,0,0)

Tints of #283A61

#283A61
(40,58,97)
#3B4B6F
(59,75,111)
#4E5C7D
(78,92,125)
#616D8B
(97,109,139)
#747E99
(116,126,153)
#878FA7
(135,143,167)
#9AA0B5
(154,160,181)
#ADB1C3
(173,177,195)
#C0C2D1
(192,194,209)
#D3D3DF
(211,211,223)
#E6E4ED
(230,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #283A61; }

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

This text font color is #283A61.


Background Color

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

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

This div background color is #283A61.


Border color

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

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

This div border color is #283A61.


Opacity

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

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

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

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

This text has shadow with #283A61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #283A61 on black background.


Color preview on white background

This text has color #283A61 on white background.



Black color preview on #283A61 background

This text has black color on #283A61 background.


White color preview on #283A61 background

This text has white color on #283A61 background.