COLOR #283C49

HEX: #283C49
RGB: (40,60,73)

Color info

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

RGB color model

#283C49 color RGB value is (40,60,73).

  • red value is 40;
  • green value is 60;
  • blue value is 73.
RGB:
(40,60,73)
(16%,24%,29%)

RGB channels and saturation

R 40 of 255 = 16%
G 60 of 255 = 24%
B 73 of 255 = 29%

40
60
73

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

Portions of RGB colors in percentages

R + G + B =
40 + 60 + 73 = 173 (100%)
R 40 of 173 ~ 23.12%
G 60 of 173 ~ 34.68%
B 73 of 173 ~ 42.2%

%23.12
%34.68
%42.2

CMYK color model

#283C49 color CMYK value is (45,18,0,71).

  • cyan value is 45.21%
  • magenta value is 17.81%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(45,18,0,71)
C45M18Y0K71 
(45%,18%,0%,71%)
(0.45/0.18/0.00/0.71)	

CMYK percentages

%45.21
%17.81
%0
%71.37

Codes

Color #283C49 in popluar color models

283C49
RGB406073
HSL204°29.20%22.16%
HSB/HSV204°45.21%28.63%
CMYK45.21%17.81%0.00%
71.37%

Color #283C49 in popluar number systems.

HEX283C49
Decimal406073
Binary1010001111001001001
Octal5074111

Shades and tints

Shades of #283C49

#283C49
(40,60,73)
#253743
(37,55,67)
#22323D
(34,50,61)
#1F2D37
(31,45,55)
#1C2831
(28,40,49)
#19232B
(25,35,43)
#161E25
(22,30,37)
#13191F
(19,25,31)
#101419
(16,20,25)
#0D0F13
(13,15,19)
#0A0A0D
(10,10,13)
#000000
(0,0,0)

Tints of #283C49

#283C49
(40,60,73)
#3B4D59
(59,77,89)
#4E5E69
(78,94,105)
#616F79
(97,111,121)
#748089
(116,128,137)
#879199
(135,145,153)
#9AA2A9
(154,162,169)
#ADB3B9
(173,179,185)
#C0C4C9
(192,196,201)
#D3D5D9
(211,213,217)
#E6E6E9
(230,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #283C49 color. Also use rgb(40,60,73) instead hex code.

Text Font Color

.myTextColor { color: #283C49; }

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

This text font color is #283C49.


Background Color

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

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

This div background color is #283C49.


Border color

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

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

This div border color is #283C49.


Opacity

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

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

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

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

This text has shadow with #283C49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #283C49 on black background.


Color preview on white background

This text has color #283C49 on white background.



Black color preview on #283C49 background

This text has black color on #283C49 background.


White color preview on #283C49 background

This text has white color on #283C49 background.