COLOR #284971

HEX: #284971
RGB: (40,73,113)

Color info

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

RGB color model

#284971 color RGB value is (40,73,113).

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

RGB channels and saturation

R 40 of 255 = 16%
G 73 of 255 = 29%
B 113 of 255 = 44%

40
73
113

R + G + B ~ 30%. #284971 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 73 + 113 = 226 (100%)
R 40 of 226 ~ 17.7%
G 73 of 226 ~ 32.3%
B 113 of 226 ~ 50%

%17.7
%32.3
%50

CMYK color model

#284971 color CMYK value is (65,35,0,56).

  • cyan value is 64.60%
  • magenta value is 35.40%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(65,35,0,56)
C65M35Y0K56 
(65%,35%,0%,56%)
(0.65/0.35/0.00/0.56)	

CMYK percentages

%64.6
%35.4
%0
%55.69

Codes

Color #284971 in popluar color models

284971
RGB4073113
HSL213°47.71%30.00%
HSB/HSV213°64.60%44.31%
CMYK64.60%35.40%0.00%
55.69%

Color #284971 in popluar number systems.

HEX284971
Decimal4073113
Binary10100010010011110001
Octal50111161

Shades and tints

Shades of #284971

#284971
(40,73,113)
#254367
(37,67,103)
#223D5D
(34,61,93)
#1F3753
(31,55,83)
#1C3149
(28,49,73)
#192B3F
(25,43,63)
#162535
(22,37,53)
#131F2B
(19,31,43)
#101921
(16,25,33)
#0D1317
(13,19,23)
#0A0D0D
(10,13,13)
#000000
(0,0,0)

Tints of #284971

#284971
(40,73,113)
#3B597D
(59,89,125)
#4E6989
(78,105,137)
#617995
(97,121,149)
#7489A1
(116,137,161)
#8799AD
(135,153,173)
#9AA9B9
(154,169,185)
#ADB9C5
(173,185,197)
#C0C9D1
(192,201,209)
#D3D9DD
(211,217,221)
#E6E9E9
(230,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #284971; }

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

This text font color is #284971.


Background Color

.myBgColor { background-color: #284971; }

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

This div background color is #284971.


Border color

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

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

This div border color is #284971.


Opacity

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

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

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

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

This text has shadow with #284971 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #284971 on black background.


Color preview on white background

This text has color #284971 on white background.



Black color preview on #284971 background

This text has black color on #284971 background.


White color preview on #284971 background

This text has white color on #284971 background.