COLOR #284262

HEX: #284262
RGB: (40,66,98)

Color info

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

RGB color model

#284262 color RGB value is (40,66,98).

  • red value is 40;
  • green value is 66;
  • blue value is 98.
RGB:
(40,66,98)
(16%,26%,38%)

RGB channels and saturation

R 40 of 255 = 16%
G 66 of 255 = 26%
B 98 of 255 = 38%

40
66
98

R + G + B ~ 27%. #284262 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 66 + 98 = 204 (100%)
R 40 of 204 ~ 19.61%
G 66 of 204 ~ 32.35%
B 98 of 204 ~ 48.04%

%19.61
%32.35
%48.04

CMYK color model

#284262 color CMYK value is (59,33,0,62).

  • cyan value is 59.18%
  • magenta value is 32.65%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(59,33,0,62)
C59M33Y0K62 
(59%,33%,0%,62%)
(0.59/0.33/0.00/0.62)	

CMYK percentages

%59.18
%32.65
%0
%61.57

Codes

Color #284262 in popluar color models

284262
RGB406698
HSL213°42.03%27.06%
HSB/HSV213°59.18%38.43%
CMYK59.18%32.65%0.00%
61.57%

Color #284262 in popluar number systems.

HEX284262
Decimal406698
Binary10100010000101100010
Octal50102142

Shades and tints

Shades of #284262

#284262
(40,66,98)
#253C5A
(37,60,90)
#223652
(34,54,82)
#1F304A
(31,48,74)
#1C2A42
(28,42,66)
#19243A
(25,36,58)
#161E32
(22,30,50)
#13182A
(19,24,42)
#101222
(16,18,34)
#0D0C1A
(13,12,26)
#0A0612
(10,6,18)
#000000
(0,0,0)

Tints of #284262

#284262
(40,66,98)
#3B5370
(59,83,112)
#4E647E
(78,100,126)
#61758C
(97,117,140)
#74869A
(116,134,154)
#8797A8
(135,151,168)
#9AA8B6
(154,168,182)
#ADB9C4
(173,185,196)
#C0CAD2
(192,202,210)
#D3DBE0
(211,219,224)
#E6ECEE
(230,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #284262 color. Also use rgb(40,66,98) instead hex code.

Text Font Color

.myTextColor { color: #284262; }

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

This text font color is #284262.


Background Color

.myBgColor { background-color: #284262; }

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

This div background color is #284262.


Border color

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

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

This div border color is #284262.


Opacity

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

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

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

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

This text has shadow with #284262 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #284262 on black background.


Color preview on white background

This text has color #284262 on white background.



Black color preview on #284262 background

This text has black color on #284262 background.


White color preview on #284262 background

This text has white color on #284262 background.