COLOR #283959

HEX: #283959
RGB: (40,57,89)

Color info

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

RGB color model

#283959 color RGB value is (40,57,89).

  • red value is 40;
  • green value is 57;
  • blue value is 89.
RGB:
(40,57,89)
(16%,22%,35%)

RGB channels and saturation

R 40 of 255 = 16%
G 57 of 255 = 22%
B 89 of 255 = 35%

40
57
89

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

Portions of RGB colors in percentages

R + G + B =
40 + 57 + 89 = 186 (100%)
R 40 of 186 ~ 21.51%
G 57 of 186 ~ 30.65%
B 89 of 186 ~ 47.85%

%21.51
%30.65
%47.85

CMYK color model

#283959 color CMYK value is (55,36,0,65).

  • cyan value is 55.06%
  • magenta value is 35.96%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(55,36,0,65)
C55M36Y0K65 
(55%,36%,0%,65%)
(0.55/0.36/0.00/0.65)	

CMYK percentages

%55.06
%35.96
%0
%65.1

Codes

Color #283959 in popluar color models

283959
RGB405789
HSL219°37.98%25.29%
HSB/HSV219°55.06%34.90%
CMYK55.06%35.96%0.00%
65.10%

Color #283959 in popluar number systems.

HEX283959
Decimal405789
Binary1010001110011011001
Octal5071131

Shades and tints

Shades of #283959

#283959
(40,57,89)
#253451
(37,52,81)
#222F49
(34,47,73)
#1F2A41
(31,42,65)
#1C2539
(28,37,57)
#192031
(25,32,49)
#161B29
(22,27,41)
#131621
(19,22,33)
#101119
(16,17,25)
#0D0C11
(13,12,17)
#0A0709
(10,7,9)
#000000
(0,0,0)

Tints of #283959

#283959
(40,57,89)
#3B4B68
(59,75,104)
#4E5D77
(78,93,119)
#616F86
(97,111,134)
#748195
(116,129,149)
#8793A4
(135,147,164)
#9AA5B3
(154,165,179)
#ADB7C2
(173,183,194)
#C0C9D1
(192,201,209)
#D3DBE0
(211,219,224)
#E6EDEF
(230,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #283959 color. Also use rgb(40,57,89) instead hex code.

Text Font Color

.myTextColor { color: #283959; }

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

This text font color is #283959.


Background Color

.myBgColor { background-color: #283959; }

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

This div background color is #283959.


Border color

.myBorderColor { border: 1px solid #283959; }

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

This div border color is #283959.


Opacity

.myOpacity80 { color: #283959; opacity: 0.8; }

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

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

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

This text has shadow with #283959 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #283959 on black background.


Color preview on white background

This text has color #283959 on white background.



Black color preview on #283959 background

This text has black color on #283959 background.


White color preview on #283959 background

This text has white color on #283959 background.