COLOR #283B4C

HEX: #283B4C
RGB: (40,59,76)

Color info

#283B4C contains red, green and blue colors in about the same proportion. Web safe color of #283B4C is #333333 (or #333).

RGB color model

#283B4C color RGB value is (40,59,76).

  • red value is 40;
  • green value is 59;
  • blue value is 76.
RGB:
(40,59,76)
(16%,23%,30%)

RGB channels and saturation

R 40 of 255 = 16%
G 59 of 255 = 23%
B 76 of 255 = 30%

40
59
76

R + G + B ~ 23%. #283B4C is dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 59 + 76 = 175 (100%)
R 40 of 175 ~ 22.86%
G 59 of 175 ~ 33.71%
B 76 of 175 ~ 43.43%

%22.86
%33.71
%43.43

CMYK color model

#283B4C color CMYK value is (47,22,0,70).

  • cyan value is 47.37%
  • magenta value is 22.37%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(47,22,0,70)
C47M22Y0K70 
(47%,22%,0%,70%)
(0.47/0.22/0.00/0.70)	

CMYK percentages

%47.37
%22.37
%0
%70.2

Codes

Color #283B4C in popluar color models

283B4C
RGB405976
HSL208°31.03%22.75%
HSB/HSV208°47.37%29.80%
CMYK47.37%22.37%0.00%
70.20%

Color #283B4C in popluar number systems.

HEX283B4C
Decimal405976
Binary1010001110111001100
Octal5073114

Shades and tints

Shades of #283B4C

#283B4C
(40,59,76)
#253646
(37,54,70)
#223140
(34,49,64)
#1F2C3A
(31,44,58)
#1C2734
(28,39,52)
#19222E
(25,34,46)
#161D28
(22,29,40)
#131822
(19,24,34)
#10131C
(16,19,28)
#0D0E16
(13,14,22)
#0A0910
(10,9,16)
#000000
(0,0,0)

Tints of #283B4C

#283B4C
(40,59,76)
#3B4C5C
(59,76,92)
#4E5D6C
(78,93,108)
#616E7C
(97,110,124)
#747F8C
(116,127,140)
#87909C
(135,144,156)
#9AA1AC
(154,161,172)
#ADB2BC
(173,178,188)
#C0C3CC
(192,195,204)
#D3D4DC
(211,212,220)
#E6E5EC
(230,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #283B4C color. Also use rgb(40,59,76) instead hex code.

Text Font Color

.myTextColor { color: #283B4C; }

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

This text font color is #283B4C.


Background Color

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

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

This div background color is #283B4C.


Border color

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

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

This div border color is #283B4C.


Opacity

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

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

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

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

This text has shadow with #283B4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #283B4C on black background.


Color preview on white background

This text has color #283B4C on white background.



Black color preview on #283B4C background

This text has black color on #283B4C background.


White color preview on #283B4C background

This text has white color on #283B4C background.